#872A59

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

Shades of Rose Bud Cherry #872A59

Tints of Rose Bud Cherry #872A59

Color information

#872A59 (or 0x872A59) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2A and 59. RGB value is (135,42,89). Sum of RGB (Red+Green+Blue) = 135+42+89=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #872A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A59 is #78D5A6. Grayscale: #4B4B4B. Windows color (decimal): -7919015 or 5843591. OLE color: 5843591.

HSL color Cylindrical-coordinate representation of color #872A59: hue angle of 329.68º 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 #872A59 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1354289-
CMYK00.690.340.47
HSL329.68º52.54%34.71%-
HSV(B)329.68º68.89%52.94%-
XYZ12.627.5310.24-
YUV75.16135.81170.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=50.75%
G=15.79%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135428900.690.340.47329.6852.5434.71
Hex872A59045222F14a3523
Octal20752131010542575126543
Binary10000111101010101100101000101100010101111101001010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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