#89024D

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

Shades of Eggplant #89024D

Tints of Eggplant #89024D

Color information

#89024D (or 0x89024D) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 4D. RGB value is (137,2,77). Sum of RGB (Red+Green+Blue) = 137+2+77=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89024D is #76FDB2. Grayscale: #323232. Windows color (decimal): -7798195 or 5046921. OLE color: 5046921.

HSL color Cylindrical-coordinate representation of color #89024D: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89024D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB137277-
CMYK00.990.440.46
HSL326.67º97.12%27.25%-
HSV(B)326.67º98.54%53.73%-
XYZ11.685.97.54-
YUV50.92142.73189.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=63.43%
G=0.93%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13727700.990.440.46326.6797.1227.25
Hex8924D0632C2E147611b
Octal21121150143545650714133
Binary1000100110100110101100011101100101110101000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89024D; }

 p { color: rgb(137,2,77); }

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

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

 a { background-color: rgb(137,2,77); }

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

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

 span { border-color: rgb(137,2,77); }

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