#860A52

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

Shades of Eggplant #860A52

Tints of Eggplant #860A52

Color information

#860A52 (or 0x860A52) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 52. RGB value is (134,10,82). Sum of RGB (Red+Green+Blue) = 134+10+82=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #860A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A52 is #79F5AD. Grayscale: #373737. Windows color (decimal): -7992750 or 5376646. OLE color: 5376646.

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

Color convert

RGB1341082-
CMYK00.930.390.47
HSL325.16º86.11%28.24%-
HSV(B)325.16º92.54%52.55%-
XYZ11.465.898.52-
YUV55.28143.08184.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=59.29%
G=4.42%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134108200.930.390.47325.1686.1128.24
Hex86A5205D272F145561c
Octal206121220135475750512634
Binary100001101010101001001011101100111101111101000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,82); }

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

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

 a { background-color: rgb(134,10,82); }

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

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

 span { border-color: rgb(134,10,82); }

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