#88024D

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

Shades of Eggplant #88024D

Tints of Eggplant #88024D

Color information

#88024D (or 0x88024D) is unknown color: approx Eggplant. HEX triplet: 88, 02 and 4D. RGB value is (136,2,77). Sum of RGB (Red+Green+Blue) = 136+2+77=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88024D is #77FDB2. Grayscale: #323232. Windows color (decimal): -7863731 or 5046920. OLE color: 5046920.

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

Color convert

RGB136277-
CMYK00.990.430.47
HSL326.42º97.1%27.06%-
HSV(B)326.42º98.53%53.33%-
XYZ11.515.817.54-
YUV50.62142.89188.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=63.26%
G=0.93%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13627700.990.430.47326.4297.127.06
Hex8824D0632B2F146611b
Octal21021150143535750614133
Binary1000100010100110101100011101011101111101000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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