#87114C

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

Shades of Rose Bud Cherry #87114C

Tints of Rose Bud Cherry #87114C

Color information

#87114C (or 0x87114C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 11 and 4C. RGB value is (135,17,76). Sum of RGB (Red+Green+Blue) = 135+17+76=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87114C is #78EEB3. Grayscale: #3A3A3A. Windows color (decimal): -7925428 or 4985223. OLE color: 4985223.

HSL color Cylindrical-coordinate representation of color #87114C: hue angle of 330º 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 #87114C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1351776-
CMYK00.870.440.47
HSL330º77.63%29.8%-
HSV(B)330º87.41%52.94%-
XYZ11.56.077.4-
YUV59.01137.59182.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=59.21%
G=7.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135177600.870.440.4733077.6329.8
Hex87114C0572C2F14a4e1e
Octal207211140127545751211636
Binary1000011110001100110001010111101100101111101001010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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