#88074D

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

Shades of Eggplant #88074D

Tints of Eggplant #88074D

Color information

#88074D (or 0x88074D) is unknown color: approx Eggplant. HEX triplet: 88, 07 and 4D. RGB value is (136,7,77). Sum of RGB (Red+Green+Blue) = 136+7+77=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88074D is #77F8B2. Grayscale: #353535. Windows color (decimal): -7862451 or 5048200. OLE color: 5048200.

HSL color Cylindrical-coordinate representation of color #88074D: hue angle of 327.44º 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 #88074D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB136777-
CMYK00.950.430.47
HSL327.44º90.21%28.04%-
HSV(B)327.44º94.85%53.33%-
XYZ11.575.927.55-
YUV53.55141.24186.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 77 (30.47% from 255) = 35%
R=61.82%
G=3.18%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13677700.950.430.47327.4490.2128.04
Hex8874D05F2B2F1475a1c
Octal21071150137535750713234
Binary10001000111100110101011111101011101111101000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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