Shades of Mulled Wine #595464
Tints of Mulled Wine #595464
RGB
CMYK
RGB Variations
Color information
#595464 (or 0x595464) is known color: Mulled Wine. HEX triplet: 59, 54 and 64. RGB value is (89,84,100). Sum of RGB (Red+Green+Blue) = 89+84+100=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 100 - color contains mainly: blue. Hex color #595464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595464 is #A6AB9B. Grayscale: #575757. Windows color (decimal): -10922908 or 6575193. OLE color: 6575193.
HSL color Cylindrical-coordinate representation of color #595464: hue angle of 258.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595464 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 84 | 100 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.61 |
| HSL | 258.75º | 0.09% | 0.36% | - |
| HSV(B) | 258.75º | 0.16% | 0.39% | - |
| XYZ | 9.59 | 9.38 | 13.36 | - |
| YUV | 87.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 100 | 0.11 | 0.16 | 0 | 0.61 | 258.75 | 0.09 | 0.36 |
| Hex | 59 | 54 | 64 | B | 10 | 0 | 3D | 103 | 9 | 24 |
| Octal | 131 | 124 | 144 | 13 | 20 | 0 | 75 | 403 | 11 | 44 |
| Binary | 1011001 | 1010100 | 1100100 | 1011 | 10000 | 0 | 111101 | 100000011 | 1001 | 100100 |
Color Harmonies of #595464
Complementary color
Monochromatic Colors of #595464
Black with #595464
Text Example
Text Example
White with #595464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595464; }
p { color: rgb(89,84,100); }
H1.HeaderClassName
{
color: #595464;
}
.AnyTagClassName
{
color: #595464;
}
</style>
background-color css
<style>
a { background-color: #595464; }
a { background-color: rgb(89,84,100); }
div.DivClassName
{
background-color: #595464;
}
.BgClassName
{
background-color: #595464;
}
</style>
border-color css
<style>
span { border-color: #595464; }
span { border-color: rgb(89,84,100); }
td.TdClassName
{
border-color: #595464;
}
.TagClassName
{
border-color: #595464;
}
</style>