#87114e

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

Shades of Rose Bud Cherry #87114E

Tints of Rose Bud Cherry #87114E

Color information

#87114E (or 0x87114E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 11 and 4E. RGB value is (135,17,78). Sum of RGB (Red+Green+Blue) = 135+17+78=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87114E is #78EEB1. Grayscale: #3B3B3B. Windows color (decimal): -7925426 or 5116295. OLE color: 5116295.

HSL color Cylindrical-coordinate representation of color #87114E: hue angle of 328.98º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87114E is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1351778-
CMYK00.870.420.47
HSL328.98º77.63%29.8%-
HSV(B)328.98º87.41%52.94%-
XYZ11.576.17.78-
YUV59.24138.59182.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=58.70%
G=7.39%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135177800.870.420.47328.9877.6329.8
Hex87114E0572A2F1494e1e
Octal207211160127525751111636
Binary1000011110001100111001010111101010101111101001001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87114e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87114e; }

 p { color: rgb(135,17,78); }

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

<style>
 a { background-color: #87114e; }

 a { background-color: rgb(135,17,78); }

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

<style>
 span { border-color: #87114e; }

 span { border-color: rgb(135,17,78); }

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