#871B56

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

Shades of Rose Bud Cherry #871B56

Tints of Rose Bud Cherry #871B56

Color information

#871B56 (or 0x871B56) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1B and 56. RGB value is (135,27,86). Sum of RGB (Red+Green+Blue) = 135+27+86=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #871B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871B56 is #78E4A9. Grayscale: #414141. Windows color (decimal): -7922858 or 5643143. OLE color: 5643143.

HSL color Cylindrical-coordinate representation of color #871B56: hue angle of 327.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B56 is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1352786-
CMYK00.80.360.47
HSL327.22º66.67%31.76%-
HSV(B)327.22º80%52.94%-
XYZ12.066.619.44-
YUV66.02139.28177.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=54.44%
G=10.89%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135278600.80.360.47327.2266.6731.76
Hex871B56050242F1474320
Octal207331260120445750710340
Binary10000111110111010110010100001001001011111010001111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871B56; }

 p { color: rgb(135,27,86); }

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

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

 a { background-color: rgb(135,27,86); }

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

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

 span { border-color: rgb(135,27,86); }

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