#86004C

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

Shades of Eggplant #86004C

Tints of Eggplant #86004C

Color information

#86004C (or 0x86004C) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 4C. RGB value is (134,0,76). Sum of RGB (Red+Green+Blue) = 134+0+76=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86004C is #79FFB3. Grayscale: #303030. Windows color (decimal): -7995316 or 4980870. OLE color: 4980870.

HSL color Cylindrical-coordinate representation of color #86004C: hue angle of 325.97º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86004C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB134076-
CMYK010.430.47
HSL325.97º100%26.27%-
HSV(B)325.97º100%52.55%-
XYZ11.145.597.33-
YUV48.73143.39188.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=63.81%
G=0%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134076010.430.47325.9710026.27
Hex8604C0642B2F146641a
Octal20601140144535750614432
Binary100001100100110001100100101011101111101000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86004C; }

 p { color: rgb(134,0,76); }

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

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

 a { background-color: rgb(134,0,76); }

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

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

 span { border-color: rgb(134,0,76); }

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