#872360

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

Shades of Rose Bud Cherry #872360

Tints of Rose Bud Cherry #872360

Color information

#872360 (or 0x872360) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 23 and 60. RGB value is (135,35,96). Sum of RGB (Red+Green+Blue) = 135+35+96=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #872360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872360 is #78DC9F. Grayscale: #474747. Windows color (decimal): -7920800 or 6300551. OLE color: 6300551.

HSL color Cylindrical-coordinate representation of color #872360: hue angle of 323.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872360 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1353596-
CMYK00.740.290.47
HSL323.4º58.82%33.33%-
HSV(B)323.4º74.07%52.94%-
XYZ12.77.211.79-
YUV71.85141.63173.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=50.75%
G=13.16%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135359600.740.290.47323.458.8233.33
Hex87236004A1D2F1433b21
Octal20743140011235575037341
Binary1000011110001111000000100101011101101111101000011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872360; }

 p { color: rgb(135,35,96); }

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

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

 a { background-color: rgb(135,35,96); }

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

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

 span { border-color: rgb(135,35,96); }

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