#893660

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

Shades of Rose Bud Cherry #893660

Tints of Rose Bud Cherry #893660

Color information

#893660 (or 0x893660) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 36 and 60. RGB value is (137,54,96). Sum of RGB (Red+Green+Blue) = 137+54+96=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893660 is #76C99F. Grayscale: #535353. Windows color (decimal): -7784864 or 6305417. OLE color: 6305417.

HSL color Cylindrical-coordinate representation of color #893660: hue angle of 329.64º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893660 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1375496-
CMYK00.610.300.46
HSL329.64º43.46%37.45%-
HSV(B)329.64º60.58%53.73%-
XYZ13.758.812.04-
YUV83.6135166.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=47.74%
G=18.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137549600.610.300.46329.6443.4637.45
Hex89366003D1E2E14a2b25
Octal2116614007536565125345
Binary100010011101101100000011110111110101110101001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893660; }

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

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

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

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

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

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

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

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