#872556

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

Shades of Rose Bud Cherry #872556

Tints of Rose Bud Cherry #872556

Color information

#872556 (or 0x872556) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 25 and 56. RGB value is (135,37,86). Sum of RGB (Red+Green+Blue) = 135+37+86=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #872556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872556 is #78DAA9. Grayscale: #474747. Windows color (decimal): -7920298 or 5645703. OLE color: 5645703.

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

Color convert

RGB1353786-
CMYK00.730.360.47
HSL330º56.98%33.73%-
HSV(B)330º72.59%52.94%-
XYZ12.337.159.53-
YUV71.89135.97173.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=52.33%
G=14.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135378600.730.360.4733056.9833.73
Hex872556049242F14a3922
Octal20745126011144575127142
Binary10000111100101101011001001001100100101111101001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872556; }

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

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

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

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

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

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

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

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