Shades of Eggplant #861359
Tints of Eggplant #861359
RGB
CMYK
RGB Variations
Color information
#861359 (or 0x861359) is known color: Eggplant. HEX triplet: 86, 13 and 59. RGB value is (134,19,89). Sum of RGB (Red+Green+Blue) = 134+19+89=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #861359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861359 is #79ECA6. Grayscale: #3D3D3D. Windows color (decimal): -7990439 or 5837702. OLE color: 5837702.
HSL color Cylindrical-coordinate representation of color #861359: hue angle of 323.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861359 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 89 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.47 |
| HSL | 323.48º | 0.75% | 0.3% | - |
| HSV(B) | 323.48º | 0.86% | 0.53% | - |
| XYZ | 11.87 | 6.26 | 10.03 | - |
| YUV | 61.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 89 | 0 | 0.86 | 0.34 | 0.47 | 323.48 | 0.75 | 0.3 |
| Hex | 86 | 13 | 59 | 0 | 56 | 22 | 2F | 143 | 4B | 1E |
| Octal | 206 | 23 | 131 | 0 | 126 | 42 | 57 | 503 | 113 | 36 |
| Binary | 10000110 | 10011 | 1011001 | 0 | 1010110 | 100010 | 101111 | 101000011 | 1001011 | 11110 |
Color Harmonies of #861359
Complementary color
Monochromatic Colors of #861359
Black with #861359
Text Example
Text Example
White with #861359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861359; }
p { color: rgb(134,19,89); }
H1.HeaderClassName
{
color: #861359;
}
.AnyTagClassName
{
color: #861359;
}
</style>
background-color css
<style>
a { background-color: #861359; }
a { background-color: rgb(134,19,89); }
div.DivClassName
{
background-color: #861359;
}
.BgClassName
{
background-color: #861359;
}
</style>
border-color css
<style>
span { border-color: #861359; }
span { border-color: rgb(134,19,89); }
td.TdClassName
{
border-color: #861359;
}
.TagClassName
{
border-color: #861359;
}
</style>