Shades of Mulled Wine #595461
Tints of Mulled Wine #595461
RGB
CMYK
RGB Variations
Color information
#595461 (or 0x595461) is known color: Mulled Wine. HEX triplet: 59, 54 and 61. RGB value is (89,84,97). Sum of RGB (Red+Green+Blue) = 89+84+97=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #595461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595461 is #A6AB9E. Grayscale: #565656. Windows color (decimal): -10922911 or 6378585. OLE color: 6378585.
HSL color Cylindrical-coordinate representation of color #595461: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595461 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 84 | 97 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.62 |
| HSL | 263.08º | 0.07% | 0.35% | - |
| HSV(B) | 263.08º | 0.13% | 0.38% | - |
| XYZ | 9.45 | 9.33 | 12.61 | - |
| YUV | 86.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 97 | 0.08 | 0.13 | 0 | 0.62 | 263.08 | 0.07 | 0.35 |
| Hex | 59 | 54 | 61 | 8 | D | 0 | 3E | 107 | 7 | 23 |
| Octal | 131 | 124 | 141 | 10 | 15 | 0 | 76 | 407 | 7 | 43 |
| Binary | 1011001 | 1010100 | 1100001 | 1000 | 1101 | 0 | 111110 | 100000111 | 111 | 100011 |
Color Harmonies of #595461
Complementary color
Monochromatic Colors of #595461
Black with #595461
Text Example
Text Example
White with #595461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595461; }
p { color: rgb(89,84,97); }
H1.HeaderClassName
{
color: #595461;
}
.AnyTagClassName
{
color: #595461;
}
</style>
background-color css
<style>
a { background-color: #595461; }
a { background-color: rgb(89,84,97); }
div.DivClassName
{
background-color: #595461;
}
.BgClassName
{
background-color: #595461;
}
</style>
border-color css
<style>
span { border-color: #595461; }
span { border-color: rgb(89,84,97); }
td.TdClassName
{
border-color: #595461;
}
.TagClassName
{
border-color: #595461;
}
</style>