#86014C

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

Shades of Eggplant #86014C

Tints of Eggplant #86014C

Color information

#86014C (or 0x86014C) is unknown color: approx Eggplant. HEX triplet: 86, 01 and 4C. RGB value is (134,1,76). Sum of RGB (Red+Green+Blue) = 134+1+76=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86014C is #79FEB3. Grayscale: #313131. Windows color (decimal): -7995060 or 4981126. OLE color: 4981126.

HSL color Cylindrical-coordinate representation of color #86014C: hue angle of 326.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86014C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB134176-
CMYK00.990.430.47
HSL326.17º98.52%26.47%-
HSV(B)326.17º99.25%52.55%-
XYZ11.155.617.33-
YUV49.32143.06188.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=63.51%
G=0.47%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13417600.990.430.47326.1798.5226.47
Hex8614C0632B2F146631a
Octal20611140143535750614332
Binary100001101100110001100011101011101111101000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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