#880F5F

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

Shades of Eggplant #880F5F

Tints of Eggplant #880F5F

Color information

#880F5F (or 0x880F5F) is unknown color: approx Eggplant. HEX triplet: 88, 0F and 5F. RGB value is (136,15,95). Sum of RGB (Red+Green+Blue) = 136+15+95=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F5F is #77F0A0. Grayscale: #3C3C3C. Windows color (decimal): -7860385 or 6229896. OLE color: 6229896.

HSL color Cylindrical-coordinate representation of color #880F5F: hue angle of 320.33º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F5F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1361595-
CMYK00.890.300.47
HSL320.33º80.13%29.61%-
HSV(B)320.33º88.97%53.33%-
XYZ12.396.411.41-
YUV60.3147.59182-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=55.28%
G=6.10%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136159500.890.300.47320.3380.1329.61
Hex88F5F0591E2F140501e
Octal210171370131365750012036
Binary10001000111110111110101100111110101111101000000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880F5F; }

 p { color: rgb(136,15,95); }

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

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

 a { background-color: rgb(136,15,95); }

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

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

 span { border-color: rgb(136,15,95); }

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