#871459

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

Shades of Eggplant #871459

Tints of Eggplant #871459

Color information

#871459 (or 0x871459) is unknown color: approx Eggplant. HEX triplet: 87, 14 and 59. RGB value is (135,20,89). Sum of RGB (Red+Green+Blue) = 135+20+89=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #871459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871459 is #78EBA6. Grayscale: #3E3E3E. Windows color (decimal): -7924647 or 5837959. OLE color: 5837959.

HSL color Cylindrical-coordinate representation of color #871459: hue angle of 324º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871459 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1352089-
CMYK00.850.340.47
HSL324º74.19%30.39%-
HSV(B)324º85.19%52.94%-
XYZ12.056.3710.05-
YUV62.25143.1179.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 20 (8.20% from 255) = 8.20%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=55.33%
G=8.20%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135208900.850.340.4732474.1930.39
Hex871459055222F1444a1e
Octal207241310125425750411236
Binary1000011110100101100101010101100010101111101000100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871459; }

 p { color: rgb(135,20,89); }

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

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

 a { background-color: rgb(135,20,89); }

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

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

 span { border-color: rgb(135,20,89); }

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