#861155

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

Shades of Eggplant #861155

Tints of Eggplant #861155

Color information

#861155 (or 0x861155) is unknown color: approx Eggplant. HEX triplet: 86, 11 and 55. RGB value is (134,17,85). Sum of RGB (Red+Green+Blue) = 134+17+85=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #861155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861155 is #79EEAA. Grayscale: #3B3B3B. Windows color (decimal): -7990955 or 5575046. OLE color: 5575046.

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

Color convert

RGB1341785-
CMYK00.870.370.47
HSL325.13º77.48%29.61%-
HSV(B)325.13º87.31%52.55%-
XYZ11.676.139.16-
YUV59.73142.26180.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=56.78%
G=7.20%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134178500.870.370.47325.1377.4829.61
Hex861155057252F1454d1e
Octal206211250127455750511536
Binary1000011010001101010101010111100101101111101000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861155; }

 p { color: rgb(134,17,85); }

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

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

 a { background-color: rgb(134,17,85); }

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

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

 span { border-color: rgb(134,17,85); }

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