Shades of Mulled Wine #544960
Tints of Mulled Wine #544960
RGB
CMYK
RGB Variations
Color information
#544960 (or 0x544960) is known color: Mulled Wine. HEX triplet: 54, 49 and 60. RGB value is (84,73,96). Sum of RGB (Red+Green+Blue) = 84+73+96=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #544960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544960 is #ABB69F. Grayscale: #4E4E4E. Windows color (decimal): -11253408 or 6310228. OLE color: 6310228.
HSL color Cylindrical-coordinate representation of color #544960: hue angle of 268.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544960 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 73 | 96 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.62 |
| HSL | 268.7º | 0.14% | 0.33% | - |
| HSV(B) | 268.7º | 0.24% | 0.38% | - |
| XYZ | 8.15 | 7.49 | 12.08 | - |
| YUV | 78.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 96 | 0.12 | 0.24 | 0 | 0.62 | 268.7 | 0.14 | 0.33 |
| Hex | 54 | 49 | 60 | C | 18 | 0 | 3E | 10D | E | 21 |
| Octal | 124 | 111 | 140 | 14 | 30 | 0 | 76 | 415 | 16 | 41 |
| Binary | 1010100 | 1001001 | 1100000 | 1100 | 11000 | 0 | 111110 | 100001101 | 1110 | 100001 |
Color Harmonies of #544960
Complementary color
Monochromatic Colors of #544960
Black with #544960
Text Example
Text Example
White with #544960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544960; }
p { color: rgb(84,73,96); }
H1.HeaderClassName
{
color: #544960;
}
.AnyTagClassName
{
color: #544960;
}
</style>
background-color css
<style>
a { background-color: #544960; }
a { background-color: rgb(84,73,96); }
div.DivClassName
{
background-color: #544960;
}
.BgClassName
{
background-color: #544960;
}
</style>
border-color css
<style>
span { border-color: #544960; }
span { border-color: rgb(84,73,96); }
td.TdClassName
{
border-color: #544960;
}
.TagClassName
{
border-color: #544960;
}
</style>