#872A62

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

Shades of Rose Bud Cherry #872A62

Tints of Rose Bud Cherry #872A62

Color information

#872A62 (or 0x872A62) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2A and 62. RGB value is (135,42,98). Sum of RGB (Red+Green+Blue) = 135+42+98=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A62 is #78D59D. Grayscale: #4C4C4C. Windows color (decimal): -7919006 or 6433415. OLE color: 6433415.

HSL color Cylindrical-coordinate representation of color #872A62: hue angle of 323.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A62 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1354298-
CMYK00.690.270.47
HSL323.87º52.54%34.71%-
HSV(B)323.87º68.89%52.94%-
XYZ13.027.6912.35-
YUV76.19140.31169.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=49.09%
G=15.27%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135429800.690.270.47323.8752.5434.71
Hex872A620451B2F1443523
Octal20752142010533575046543
Binary1000011110101011000100100010111011101111101000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A62; }

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

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

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

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

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

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

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

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