#86064E

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

Shades of Eggplant #86064E

Tints of Eggplant #86064E

Color information

#86064E (or 0x86064E) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 4E. RGB value is (134,6,78). Sum of RGB (Red+Green+Blue) = 134+6+78=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86064E is #79F9B1. Grayscale: #343434. Windows color (decimal): -7993778 or 5113478. OLE color: 5113478.

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

Color convert

RGB134678-
CMYK00.960.420.47
HSL326.25º91.43%27.45%-
HSV(B)326.25º95.52%52.55%-
XYZ11.275.757.72-
YUV52.48142.41186.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=61.47%
G=2.75%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13467800.960.420.47326.2591.4327.45
Hex8664E0602A2F1465b1b
Octal20661160140525750613333
Binary10000110110100111001100000101010101111101000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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