#893C60

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

Shades of Rose Bud Cherry #893C60

Tints of Rose Bud Cherry #893C60

Color information

#893C60 (or 0x893C60) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3C and 60. RGB value is (137,60,96). Sum of RGB (Red+Green+Blue) = 137+60+96=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #893C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C60 is #76C39F. Grayscale: #575757. Windows color (decimal): -7783328 or 6306953. OLE color: 6306953.

HSL color Cylindrical-coordinate representation of color #893C60: hue angle of 331.95º 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 #893C60 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1376096-
CMYK00.560.300.46
HSL331.95º39.09%38.63%-
HSV(B)331.95º56.2%53.73%-
XYZ14.049.3912.14-
YUV87.13133.01163.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=46.76%
G=20.48%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137609600.560.300.46331.9539.0938.63
Hex893C600381E2E14c2727
Octal2117414007036565144747
Binary100010011111001100000011100011110101110101001100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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