#893C59

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

Shades of Rose Bud Cherry #893C59

Tints of Rose Bud Cherry #893C59

Color information

#893C59 (or 0x893C59) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3C and 59. RGB value is (137,60,89). Sum of RGB (Red+Green+Blue) = 137+60+89=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #893C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C59 is #76C3A6. Grayscale: #565656. Windows color (decimal): -7783335 or 5848201. OLE color: 5848201.

HSL color Cylindrical-coordinate representation of color #893C59: hue angle of 337.4º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C59 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1376089-
CMYK00.560.350.46
HSL337.4º39.09%38.63%-
HSV(B)337.4º56.2%53.73%-
XYZ13.749.2710.52-
YUV86.33129.51164.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=47.90%
G=20.98%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137608900.560.350.46337.439.0938.63
Hex893C59038232E1512727
Octal2117413107043565214747
Binary1000100111110010110010111000100011101110101010001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C59; }

 p { color: rgb(137,60,89); }

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

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

 a { background-color: rgb(137,60,89); }

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

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

 span { border-color: rgb(137,60,89); }

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