#860E5B

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

Shades of Eggplant #860E5B

Tints of Eggplant #860E5B

Color information

#860E5B (or 0x860E5B) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 5B. RGB value is (134,14,91). Sum of RGB (Red+Green+Blue) = 134+14+91=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E5B is #79F1A4. Grayscale: #3A3A3A. Windows color (decimal): -7991717 or 5967494. OLE color: 5967494.

HSL color Cylindrical-coordinate representation of color #860E5B: hue angle of 321.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E5B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1341491-
CMYK00.900.320.47
HSL321.5º81.08%29.02%-
HSV(B)321.5º89.55%52.55%-
XYZ11.886.1410.46-
YUV58.66146.26181.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=56.07%
G=5.86%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134149100.900.320.47321.581.0829.02
Hex86E5B05A202F142511d
Octal206161330132405750212135
Binary100001101110101101101011010100000101111101000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E5B; }

 p { color: rgb(134,14,91); }

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

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

 a { background-color: rgb(134,14,91); }

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

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

 span { border-color: rgb(134,14,91); }

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