Shades of Mulled Wine #544D60
Tints of Mulled Wine #544D60
RGB
CMYK
RGB Variations
Color information
#544D60 (or 0x544D60) is known color: Mulled Wine. HEX triplet: 54, 4D and 60. RGB value is (84,77,96). Sum of RGB (Red+Green+Blue) = 84+77+96=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #544D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D60 is #ABB29F. Grayscale: #515151. Windows color (decimal): -11252384 or 6311252. OLE color: 6311252.
HSL color Cylindrical-coordinate representation of color #544D60: hue angle of 262.11º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544D60 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 77 | 96 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.62 |
| HSL | 262.11º | 0.11% | 0.34% | - |
| HSV(B) | 262.11º | 0.2% | 0.38% | - |
| XYZ | 8.42 | 8.04 | 12.17 | - |
| YUV | 81.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 96 | 0.12 | 0.20 | 0 | 0.62 | 262.11 | 0.11 | 0.34 |
| Hex | 54 | 4D | 60 | C | 14 | 0 | 3E | 106 | B | 22 |
| Octal | 124 | 115 | 140 | 14 | 24 | 0 | 76 | 406 | 13 | 42 |
| Binary | 1010100 | 1001101 | 1100000 | 1100 | 10100 | 0 | 111110 | 100000110 | 1011 | 100010 |
Color Harmonies of #544D60
Complementary color
Monochromatic Colors of #544D60
Black with #544D60
Text Example
Text Example
White with #544D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D60; }
p { color: rgb(84,77,96); }
H1.HeaderClassName
{
color: #544D60;
}
.AnyTagClassName
{
color: #544D60;
}
</style>
background-color css
<style>
a { background-color: #544D60; }
a { background-color: rgb(84,77,96); }
div.DivClassName
{
background-color: #544D60;
}
.BgClassName
{
background-color: #544D60;
}
</style>
border-color css
<style>
span { border-color: #544D60; }
span { border-color: rgb(84,77,96); }
td.TdClassName
{
border-color: #544D60;
}
.TagClassName
{
border-color: #544D60;
}
</style>