#88035C

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

Shades of Eggplant #88035C

Tints of Eggplant #88035C

Color information

#88035C (or 0x88035C) is unknown color: approx Eggplant. HEX triplet: 88, 03 and 5C. RGB value is (136,3,92). Sum of RGB (Red+Green+Blue) = 136+3+92=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88035C is #77FCA3. Grayscale: #343434. Windows color (decimal): -7863460 or 6030216. OLE color: 6030216.

HSL color Cylindrical-coordinate representation of color #88035C: hue angle of 319.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88035C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB136392-
CMYK00.980.320.47
HSL319.85º95.68%27.25%-
HSV(B)319.85º97.79%53.33%-
XYZ12.126.0710.66-
YUV52.91150.06187.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=58.87%
G=1.30%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13639200.980.320.47319.8595.6827.25
Hex8835C062202F140601b
Octal21031340142405750014033
Binary1000100011101110001100010100000101111101000000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,3,92); }

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

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

 a { background-color: rgb(136,3,92); }

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

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

 span { border-color: rgb(136,3,92); }

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