Shades of Mulled Wine #544E59
Tints of Mulled Wine #544E59
RGB
CMYK
RGB Variations
Color information
#544E59 (or 0x544E59) is known color: Mulled Wine. HEX triplet: 54, 4E and 59. RGB value is (84,78,89). Sum of RGB (Red+Green+Blue) = 84+78+89=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #544E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E59 is #ABB1A6. Grayscale: #515151. Windows color (decimal): -11252135 or 5852756. OLE color: 5852756.
HSL color Cylindrical-coordinate representation of color #544E59: hue angle of 272.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544E59 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 78 | 89 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.65 |
| HSL | 272.73º | 0.07% | 0.33% | - |
| HSV(B) | 272.73º | 0.12% | 0.35% | - |
| XYZ | 8.18 | 8.05 | 10.57 | - |
| YUV | 81.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 89 | 0.06 | 0.12 | 0 | 0.65 | 272.73 | 0.07 | 0.33 |
| Hex | 54 | 4E | 59 | 6 | C | 0 | 41 | 111 | 7 | 21 |
| Octal | 124 | 116 | 131 | 6 | 14 | 0 | 101 | 421 | 7 | 41 |
| Binary | 1010100 | 1001110 | 1011001 | 110 | 1100 | 0 | 1000001 | 100010001 | 111 | 100001 |
Color Harmonies of #544E59
Complementary color
Monochromatic Colors of #544E59
Black with #544E59
Text Example
Text Example
White with #544E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E59; }
p { color: rgb(84,78,89); }
H1.HeaderClassName
{
color: #544E59;
}
.AnyTagClassName
{
color: #544E59;
}
</style>
background-color css
<style>
a { background-color: #544E59; }
a { background-color: rgb(84,78,89); }
div.DivClassName
{
background-color: #544E59;
}
.BgClassName
{
background-color: #544E59;
}
</style>
border-color css
<style>
span { border-color: #544E59; }
span { border-color: rgb(84,78,89); }
td.TdClassName
{
border-color: #544E59;
}
.TagClassName
{
border-color: #544E59;
}
</style>