#86004F

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

Shades of Eggplant #86004F

Tints of Eggplant #86004F

Color information

#86004F (or 0x86004F) is unknown color: approx Eggplant. HEX triplet: 86, 00 and 4F. RGB value is (134,0,79). Sum of RGB (Red+Green+Blue) = 134+0+79=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86004F is #79FFB0. Grayscale: #303030. Windows color (decimal): -7995313 or 5177478. OLE color: 5177478.

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

Color convert

RGB134079-
CMYK010.410.47
HSL324.63º100%26.27%-
HSV(B)324.63º100%52.55%-
XYZ11.245.637.89-
YUV49.07144.89188.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=62.91%
G=0%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134079010.410.47324.6310026.27
Hex8604F064292F145641a
Octal20601170144515750514432
Binary100001100100111101100100101001101111101000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86004F; }

 p { color: rgb(134,0,79); }

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

<style>
 a { background-color: #86004F; }

 a { background-color: rgb(134,0,79); }

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

<style>
 span { border-color: #86004F; }

 span { border-color: rgb(134,0,79); }

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