#890C5C

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

Shades of Eggplant #890C5C

Tints of Eggplant #890C5C

Color information

#890C5C (or 0x890C5C) is unknown color: approx Eggplant. HEX triplet: 89, 0C and 5C. RGB value is (137,12,92). Sum of RGB (Red+Green+Blue) = 137+12+92=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C5C is #76F3A3. Grayscale: #3A3A3A. Windows color (decimal): -7795620 or 6032521. OLE color: 6032521.

HSL color Cylindrical-coordinate representation of color #890C5C: hue angle of 321.6º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C5C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1371292-
CMYK00.910.330.46
HSL321.6º83.89%29.22%-
HSV(B)321.6º91.24%53.73%-
XYZ12.386.3510.7-
YUV58.5146.91184-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=56.85%
G=4.98%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137129200.910.330.46321.683.8929.22
Hex89C5C05B212E142541d
Octal211141340133415650212435
Binary100010011100101110001011011100001101110101000010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890C5C; }

 p { color: rgb(137,12,92); }

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

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

 a { background-color: rgb(137,12,92); }

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

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

 span { border-color: rgb(137,12,92); }

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