#871856

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

Shades of Rose Bud Cherry #871856

Tints of Rose Bud Cherry #871856

Color information

#871856 (or 0x871856) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 18 and 56. RGB value is (135,24,86). Sum of RGB (Red+Green+Blue) = 135+24+86=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #871856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871856 is #78E7A9. Grayscale: #404040. Windows color (decimal): -7923626 or 5642375. OLE color: 5642375.

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

Color convert

RGB1352486-
CMYK00.820.360.47
HSL326.49º69.81%31.18%-
HSV(B)326.49º82.22%52.94%-
XYZ126.489.42-
YUV64.26140.27178.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=55.10%
G=9.80%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135248600.820.360.47326.4969.8131.18
Hex871856052242F146461f
Octal207301260122445750610637
Binary1000011111000101011001010010100100101111101000110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871856; }

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

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

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

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

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

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

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

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