#891459

Color #891459 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #891459

Tints of Eggplant #891459

Color information

#891459 (or 0x891459) is unknown color: approx Eggplant. HEX triplet: 89, 14 and 59. RGB value is (137,20,89). Sum of RGB (Red+Green+Blue) = 137+20+89=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #891459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891459 is #76EBA6. Grayscale: #3E3E3E. Windows color (decimal): -7793575 or 5837961. OLE color: 5837961.

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

Color convert

RGB1372089-
CMYK00.850.350.46
HSL324.62º74.52%30.78%-
HSV(B)324.62º85.4%53.73%-
XYZ12.376.5410.06-
YUV62.85142.76180.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=55.69%
G=8.13%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137208900.850.350.46324.6274.5230.78
Hex891459055232E1454b1f
Octal211241310125435650511337
Binary1000100110100101100101010101100011101110101000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891459; }

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

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

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

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

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

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

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

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