#87295E

Color #87295E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #87295E

Tints of Rose Bud Cherry #87295E

Color information

#87295E (or 0x87295E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 29 and 5E. RGB value is (135,41,94). Sum of RGB (Red+Green+Blue) = 135+41+94=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87295E is #78D6A1. Grayscale: #4B4B4B. Windows color (decimal): -7919266 or 6171015. OLE color: 6171015.

HSL color Cylindrical-coordinate representation of color #87295E: hue angle of 326.17º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87295E is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1354194-
CMYK00.700.300.47
HSL326.17º53.41%34.51%-
HSV(B)326.17º69.63%52.94%-
XYZ12.87.5411.37-
YUV75.15138.64170.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=50%
G=15.19%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135419400.700.300.47326.1753.4134.51
Hex87295E0461E2F1463523
Octal20751136010636575066543
Binary1000011110100110111100100011011110101111101000110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87295E; }

 p { color: rgb(135,41,94); }

 H1.HeaderClassName
 {
   color: #87295E;
 }
 .AnyTagClassName
 {
   color: #87295E;
 }
</style>
background-color css

<style>
 a { background-color: #87295E; }

 a { background-color: rgb(135,41,94); }

 div.DivClassName
 {
   background-color: #87295E;
 }
 .BgClassName
 {
   background-color: #87295E;
 }
</style>
border-color css

<style>
 span { border-color: #87295E; }

 span { border-color: rgb(135,41,94); }

 td.TdClassName
 {
   border-color: #87295E;
 }
 .TagClassName
 {
   border-color: #87295E;
 }
</style>