Shades of Mulled Wine #544B60
Tints of Mulled Wine #544B60
RGB
CMYK
RGB Variations
Color information
#544B60 (or 0x544B60) is known color: Mulled Wine. HEX triplet: 54, 4B and 60. RGB value is (84,75,96). Sum of RGB (Red+Green+Blue) = 84+75+96=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #544B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B60 is #ABB49F. Grayscale: #505050. Windows color (decimal): -11252896 or 6310740. OLE color: 6310740.
HSL color Cylindrical-coordinate representation of color #544B60: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #544B60 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 75 | 96 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.62 |
| HSL | 265.71º | 0.12% | 0.34% | - |
| HSV(B) | 265.71º | 0.22% | 0.38% | - |
| XYZ | 8.28 | 7.76 | 12.13 | - |
| YUV | 80.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 96 | 0.12 | 0.22 | 0 | 0.62 | 265.71 | 0.12 | 0.34 |
| Hex | 54 | 4B | 60 | C | 16 | 0 | 3E | 10A | C | 22 |
| Octal | 124 | 113 | 140 | 14 | 26 | 0 | 76 | 412 | 14 | 42 |
| Binary | 1010100 | 1001011 | 1100000 | 1100 | 10110 | 0 | 111110 | 100001010 | 1100 | 100010 |
Color Harmonies of #544B60
Complementary color
Monochromatic Colors of #544B60
Black with #544B60
Text Example
Text Example
White with #544B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B60; }
p { color: rgb(84,75,96); }
H1.HeaderClassName
{
color: #544B60;
}
.AnyTagClassName
{
color: #544B60;
}
</style>
background-color css
<style>
a { background-color: #544B60; }
a { background-color: rgb(84,75,96); }
div.DivClassName
{
background-color: #544B60;
}
.BgClassName
{
background-color: #544B60;
}
</style>
border-color css
<style>
span { border-color: #544B60; }
span { border-color: rgb(84,75,96); }
td.TdClassName
{
border-color: #544B60;
}
.TagClassName
{
border-color: #544B60;
}
</style>