#871056

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

Shades of Eggplant #871056

Tints of Eggplant #871056

Color information

#871056 (or 0x871056) is unknown color: approx Eggplant. HEX triplet: 87, 10 and 56. RGB value is (135,16,86). Sum of RGB (Red+Green+Blue) = 135+16+86=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #871056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871056 is #78EFA9. Grayscale: #3B3B3B. Windows color (decimal): -7925674 or 5640327. OLE color: 5640327.

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

Color convert

RGB1351686-
CMYK00.880.360.47
HSL324.71º78.81%29.61%-
HSV(B)324.71º88.15%52.94%-
XYZ11.866.199.37-
YUV59.56142.92181.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=56.96%
G=6.75%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135168600.880.360.47324.7178.8129.61
Hex871056058242F1454f1e
Octal207201260130445750511736
Binary1000011110000101011001011000100100101111101000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871056; }

 p { color: rgb(135,16,86); }

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

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

 a { background-color: rgb(135,16,86); }

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

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

 span { border-color: rgb(135,16,86); }

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