#89064E

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

Shades of Eggplant #89064E

Tints of Eggplant #89064E

Color information

#89064E (or 0x89064E) is unknown color: approx Eggplant. HEX triplet: 89, 06 and 4E. RGB value is (137,6,78). Sum of RGB (Red+Green+Blue) = 137+6+78=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89064E is #76F9B1. Grayscale: #353535. Windows color (decimal): -7797170 or 5113481. OLE color: 5113481.

HSL color Cylindrical-coordinate representation of color #89064E: hue angle of 327.02º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89064E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB137678-
CMYK00.960.430.46
HSL327.02º91.61%28.04%-
HSV(B)327.02º95.62%53.73%-
XYZ11.7667.75-
YUV53.38141.9187.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=61.99%
G=2.71%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13767800.960.430.46327.0291.6128.04
Hex8964E0602B2E1475c1c
Octal21161160140535650713434
Binary10001001110100111001100000101011101110101000111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89064E; }

 p { color: rgb(137,6,78); }

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

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

 a { background-color: rgb(137,6,78); }

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

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

 span { border-color: rgb(137,6,78); }

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