#871954

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

Shades of Rose Bud Cherry #871954

Tints of Rose Bud Cherry #871954

Color information

#871954 (or 0x871954) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 54. RGB value is (135,25,84). Sum of RGB (Red+Green+Blue) = 135+25+84=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #871954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871954 is #78E6AB. Grayscale: #404040. Windows color (decimal): -7923372 or 5511559. OLE color: 5511559.

HSL color Cylindrical-coordinate representation of color #871954: hue angle of 327.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871954 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1352584-
CMYK00.810.380.47
HSL327.82º68.75%31.37%-
HSV(B)327.82º81.48%52.94%-
XYZ11.946.499.01-
YUV64.62138.94178.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=55.33%
G=10.25%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135258400.810.380.47327.8268.7531.37
Hex871954051262F148451f
Octal207311240121465751010537
Binary1000011111001101010001010001100110101111101001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871954; }

 p { color: rgb(135,25,84); }

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

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

 a { background-color: rgb(135,25,84); }

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

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

 span { border-color: rgb(135,25,84); }

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