#89034A

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

Shades of Eggplant #89034A

Tints of Eggplant #89034A

Color information

#89034A (or 0x89034A) is unknown color: approx Eggplant. HEX triplet: 89, 03 and 4A. RGB value is (137,3,74). Sum of RGB (Red+Green+Blue) = 137+3+74=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89034A is #76FCB5. Grayscale: #333333. Windows color (decimal): -7797942 or 4850569. OLE color: 4850569.

HSL color Cylindrical-coordinate representation of color #89034A: hue angle of 328.21º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89034A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB137374-
CMYK00.980.460.46
HSL328.21º95.71%27.45%-
HSV(B)328.21º97.81%53.73%-
XYZ11.595.887-
YUV51.16140.89189.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.02%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=64.02%
G=1.40%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13737400.980.460.46328.2195.7127.45
Hex8934A0622E2E148601b
Octal21131120142565651014033
Binary1000100111100101001100010101110101110101001000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89034A; }

 p { color: rgb(137,3,74); }

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

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

 a { background-color: rgb(137,3,74); }

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

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

 span { border-color: rgb(137,3,74); }

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