#873159

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

Shades of Rose Bud Cherry #873159

Tints of Rose Bud Cherry #873159

Color information

#873159 (or 0x873159) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 31 and 59. RGB value is (135,49,89). Sum of RGB (Red+Green+Blue) = 135+49+89=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #873159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873159 is #78CEA6. Grayscale: #4F4F4F. Windows color (decimal): -7917223 or 5845383. OLE color: 5845383.

HSL color Cylindrical-coordinate representation of color #873159: hue angle of 332.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873159 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1354989-
CMYK00.640.340.47
HSL332.09º46.74%36.08%-
HSV(B)332.09º63.7%52.94%-
XYZ12.898.0710.33-
YUV79.27133.49167.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=49.45%
G=17.95%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135498900.640.340.47332.0946.7436.08
Hex873159040222F14c2f24
Octal20761131010042575145744
Binary10000111110001101100101000000100010101111101001100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873159; }

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

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

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

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

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

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

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

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