#872462

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

Shades of Rose Bud Cherry #872462

Tints of Rose Bud Cherry #872462

Color information

#872462 (or 0x872462) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 24 and 62. RGB value is (135,36,98). Sum of RGB (Red+Green+Blue) = 135+36+98=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #872462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872462 is #78DB9D. Grayscale: #484848. Windows color (decimal): -7920542 or 6431879. OLE color: 6431879.

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

Color convert

RGB1353698-
CMYK00.730.270.47
HSL322.42º57.89%33.53%-
HSV(B)322.42º73.33%52.94%-
XYZ12.837.2912.29-
YUV72.67142.3172.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=50.19%
G=13.38%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135369800.730.270.47322.4257.8933.53
Hex8724620491B2F1423a22
Octal20744142011133575027242
Binary1000011110010011000100100100111011101111101000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872462; }

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

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

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

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

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

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

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

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