#86064D

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

Shades of Eggplant #86064D

Tints of Eggplant #86064D

Color information

#86064D (or 0x86064D) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 4D. RGB value is (134,6,77). Sum of RGB (Red+Green+Blue) = 134+6+77=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86064D is #79F9B2. Grayscale: #343434. Windows color (decimal): -7993779 or 5047942. OLE color: 5047942.

HSL color Cylindrical-coordinate representation of color #86064D: hue angle of 326.72º 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 #86064D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB134677-
CMYK00.960.430.47
HSL326.72º91.43%27.45%-
HSV(B)326.72º95.52%52.55%-
XYZ11.245.737.54-
YUV52.37141.91186.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=61.75%
G=2.76%
B=35.48%

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
Decimal13467700.960.430.47326.7291.4327.45
Hex8664D0602B2F1475b1b
Octal20661150140535750713333
Binary10000110110100110101100000101011101111101000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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