#880453

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

Shades of Eggplant #880453

Tints of Eggplant #880453

Color information

#880453 (or 0x880453) is unknown color: approx Eggplant. HEX triplet: 88, 04 and 53. RGB value is (136,4,83). Sum of RGB (Red+Green+Blue) = 136+4+83=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880453 is #77FBAC. Grayscale: #343434. Windows color (decimal): -7863213 or 5440648. OLE color: 5440648.

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

Color convert

RGB136483-
CMYK00.970.390.47
HSL324.09º94.29%27.45%-
HSV(B)324.09º97.06%53.33%-
XYZ11.765.958.71-
YUV52.47145.23187.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=60.99%
G=1.79%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13648300.970.390.47324.0994.2927.45
Hex88453061272F1445e1b
Octal21041230141475750413633
Binary10001000100101001101100001100111101111101000100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880453; }

 p { color: rgb(136,4,83); }

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

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

 a { background-color: rgb(136,4,83); }

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

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

 span { border-color: rgb(136,4,83); }

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