#87104F

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

Shades of Rose Bud Cherry #87104F

Tints of Rose Bud Cherry #87104F

Color information

#87104F (or 0x87104F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 10 and 4F. RGB value is (135,16,79). Sum of RGB (Red+Green+Blue) = 135+16+79=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87104F is #78EFB0. Grayscale: #3A3A3A. Windows color (decimal): -7925681 or 5181575. OLE color: 5181575.

HSL color Cylindrical-coordinate representation of color #87104F: hue angle of 328.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87104F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1351679-
CMYK00.880.410.47
HSL328.24º78.81%29.61%-
HSV(B)328.24º88.15%52.94%-
XYZ11.596.097.96-
YUV58.76139.42182.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=58.70%
G=6.96%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135167900.880.410.47328.2478.8129.61
Hex87104F058292F1484f1e
Octal207201170130515751011736
Binary1000011110000100111101011000101001101111101001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,16,79); }

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

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

 a { background-color: rgb(135,16,79); }

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

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

 span { border-color: rgb(135,16,79); }

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