#86064C

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

Shades of Eggplant #86064C

Tints of Eggplant #86064C

Color information

#86064C (or 0x86064C) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 4C. RGB value is (134,6,76). Sum of RGB (Red+Green+Blue) = 134+6+76=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86064C is #79F9B3. Grayscale: #343434. Windows color (decimal): -7993780 or 4982406. OLE color: 4982406.

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

Color convert

RGB134676-
CMYK00.960.430.47
HSL327.19º91.43%27.45%-
HSV(B)327.19º95.52%52.55%-
XYZ11.25.727.35-
YUV52.25141.41186.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=62.04%
G=2.78%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13467600.960.430.47327.1991.4327.45
Hex8664C0602B2F1475b1b
Octal20661140140535750713333
Binary10000110110100110001100000101011101111101000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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