#871660

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

Shades of Eggplant #871660

Tints of Eggplant #871660

Color information

#871660 (or 0x871660) is unknown color: approx Eggplant. HEX triplet: 87, 16 and 60. RGB value is (135,22,96). Sum of RGB (Red+Green+Blue) = 135+22+96=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #871660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871660 is #78E99F. Grayscale: #404040. Windows color (decimal): -7924128 or 6297223. OLE color: 6297223.

HSL color Cylindrical-coordinate representation of color #871660: hue angle of 320.71º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871660 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1352296-
CMYK00.840.290.47
HSL320.71º71.97%30.78%-
HSV(B)320.71º83.7%52.94%-
XYZ12.396.5711.68-
YUV64.22145.94178.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=53.36%
G=8.70%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135229600.840.290.47320.7171.9730.78
Hex8716600541D2F141481f
Octal207261400124355750111037
Binary100001111011011000000101010011101101111101000001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871660; }

 p { color: rgb(135,22,96); }

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

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

 a { background-color: rgb(135,22,96); }

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

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

 span { border-color: rgb(135,22,96); }

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