#860B4E

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

Shades of Eggplant #860B4E

Tints of Eggplant #860B4E

Color information

#860B4E (or 0x860B4E) is unknown color: approx Eggplant. HEX triplet: 86, 0B and 4E. RGB value is (134,11,78). Sum of RGB (Red+Green+Blue) = 134+11+78=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860B4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B4E is #79F4B1. Grayscale: #373737. Windows color (decimal): -7992498 or 5114758. OLE color: 5114758.

HSL color Cylindrical-coordinate representation of color #860B4E: hue angle of 327.32º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B4E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1341178-
CMYK00.920.420.47
HSL327.32º84.83%28.43%-
HSV(B)327.32º91.79%52.55%-
XYZ11.335.867.74-
YUV55.41140.75184.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=60.09%
G=4.93%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134117800.920.420.47327.3284.8328.43
Hex86B4E05C2A2F147551c
Octal206131160134525750712534
Binary100001101011100111001011100101010101111101000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,11,78); }

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

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

 a { background-color: rgb(134,11,78); }

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

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

 span { border-color: rgb(134,11,78); }

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