#871951

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

Shades of Rose Bud Cherry #871951

Tints of Rose Bud Cherry #871951

Color information

#871951 (or 0x871951) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 51. RGB value is (135,25,81). Sum of RGB (Red+Green+Blue) = 135+25+81=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #871951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871951 is #78E6AE. Grayscale: #404040. Windows color (decimal): -7923375 or 5314951. OLE color: 5314951.

HSL color Cylindrical-coordinate representation of color #871951: hue angle of 329.45º 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 #871951 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1352581-
CMYK00.810.400.47
HSL329.45º68.75%31.37%-
HSV(B)329.45º81.48%52.94%-
XYZ11.826.448.4-
YUV64.27137.44178.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=56.02%
G=10.37%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135258100.810.400.47329.4568.7531.37
Hex871951051282F149451f
Octal207311210121505751110537
Binary1000011111001101000101010001101000101111101001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871951; }

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

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

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

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

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

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

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

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