#872451

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

Shades of Rose Bud Cherry #872451

Tints of Rose Bud Cherry #872451

Color information

#872451 (or 0x872451) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 24 and 51. RGB value is (135,36,81). Sum of RGB (Red+Green+Blue) = 135+36+81=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #872451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872451 is #78DBAE. Grayscale: #464646. Windows color (decimal): -7920559 or 5317767. OLE color: 5317767.

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

Color convert

RGB1353681-
CMYK00.730.400.47
HSL332.73º57.89%33.53%-
HSV(B)332.73º73.33%52.94%-
XYZ12.117.018.5-
YUV70.73133.8173.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=53.57%
G=14.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135368100.730.400.47332.7357.8933.53
Hex872451049282F14d3a22
Octal20744121011150575157242
Binary10000111100100101000101001001101000101111101001101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872451; }

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

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

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

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

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

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

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

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