#86035E

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

Shades of Eggplant #86035E

Tints of Eggplant #86035E

Color information

#86035E (or 0x86035E) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 5E. RGB value is (134,3,94). Sum of RGB (Red+Green+Blue) = 134+3+94=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86035E is #79FCA1. Grayscale: #343434. Windows color (decimal): -7994530 or 6161286. OLE color: 6161286.

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

Color convert

RGB134394-
CMYK00.980.300.47
HSL318.32º95.62%26.86%-
HSV(B)318.32º97.76%52.55%-
XYZ11.885.9411.11-
YUV52.54151.4186.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=58.01%
G=1.30%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13439400.980.300.47318.3295.6226.86
Hex8635E0621E2F13e601b
Octal20631360142365747614033
Binary100001101110111100110001011110101111100111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,3,94); }

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

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

 a { background-color: rgb(134,3,94); }

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

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

 span { border-color: rgb(134,3,94); }

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