#87295F

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

Shades of Rose Bud Cherry #87295F

Tints of Rose Bud Cherry #87295F

Color information

#87295F (or 0x87295F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 29 and 5F. RGB value is (135,41,95). Sum of RGB (Red+Green+Blue) = 135+41+95=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #87295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87295F is #78D6A0. Grayscale: #4B4B4B. Windows color (decimal): -7919265 or 6236551. OLE color: 6236551.

HSL color Cylindrical-coordinate representation of color #87295F: hue angle of 325.53º 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 #87295F is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1354195-
CMYK00.700.300.47
HSL325.53º53.41%34.51%-
HSV(B)325.53º69.63%52.94%-
XYZ12.857.5611.61-
YUV75.26139.14170.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=49.82%
G=15.13%
B=35.06%

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
Decimal135419500.700.300.47325.5353.4134.51
Hex87295F0461E2F1463523
Octal20751137010636575066543
Binary1000011110100110111110100011011110101111101000110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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