#88074C

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

Shades of Eggplant #88074C

Tints of Eggplant #88074C

Color information

#88074C (or 0x88074C) is unknown color: approx Eggplant. HEX triplet: 88, 07 and 4C. RGB value is (136,7,76). Sum of RGB (Red+Green+Blue) = 136+7+76=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88074C is #77F8B3. Grayscale: #353535. Windows color (decimal): -7862452 or 4982664. OLE color: 4982664.

HSL color Cylindrical-coordinate representation of color #88074C: hue angle of 327.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88074C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB136776-
CMYK00.950.440.47
HSL327.91º90.21%28.04%-
HSV(B)327.91º94.85%53.33%-
XYZ11.535.917.37-
YUV53.44140.74186.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=62.10%
G=3.20%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13677600.950.440.47327.9190.2128.04
Hex8874C05F2C2F1485a1c
Octal21071140137545751013234
Binary10001000111100110001011111101100101111101001000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88074C; }

 p { color: rgb(136,7,76); }

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

<style>
 a { background-color: #88074C; }

 a { background-color: rgb(136,7,76); }

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

<style>
 span { border-color: #88074C; }

 span { border-color: rgb(136,7,76); }

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