#86034D

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

Shades of Eggplant #86034D

Tints of Eggplant #86034D

Color information

#86034D (or 0x86034D) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 4D. RGB value is (134,3,77). Sum of RGB (Red+Green+Blue) = 134+3+77=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86034D is #79FCB2. Grayscale: #323232. Windows color (decimal): -7994547 or 5047174. OLE color: 5047174.

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

Color convert

RGB134377-
CMYK00.980.430.47
HSL326.11º95.62%26.86%-
HSV(B)326.11º97.76%52.55%-
XYZ11.25.677.52-
YUV50.6142.9187.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=62.62%
G=1.40%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13437700.980.430.47326.1195.6226.86
Hex8634D0622B2F146601b
Octal20631150142535750614033
Binary1000011011100110101100010101011101111101000110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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