#86034C

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

Shades of Eggplant #86034C

Tints of Eggplant #86034C

Color information

#86034C (or 0x86034C) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 4C. RGB value is (134,3,76). Sum of RGB (Red+Green+Blue) = 134+3+76=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86034C is #79FCB3. Grayscale: #323232. Windows color (decimal): -7994548 or 4981638. OLE color: 4981638.

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

Color convert

RGB134376-
CMYK00.980.430.47
HSL326.56º95.62%26.86%-
HSV(B)326.56º97.76%52.55%-
XYZ11.175.667.34-
YUV50.49142.4187.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=62.91%
G=1.41%
B=35.68%

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
Decimal13437600.980.430.47326.5695.6226.86
Hex8634C0622B2F147601b
Octal20631140142535750714033
Binary1000011011100110001100010101011101111101000111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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