Shades of Mulled Wine #544E63
Tints of Mulled Wine #544E63
RGB
CMYK
RGB Variations
Color information
#544E63 (or 0x544E63) is known color: Mulled Wine. HEX triplet: 54, 4E and 63. RGB value is (84,78,99). Sum of RGB (Red+Green+Blue) = 84+78+99=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #544E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E63 is #ABB19C. Grayscale: #525252. Windows color (decimal): -11252125 or 6508116. OLE color: 6508116.
HSL color Cylindrical-coordinate representation of color #544E63: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544E63 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 78 | 99 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.61 |
| HSL | 257.14º | 0.12% | 0.35% | - |
| HSV(B) | 257.14º | 0.21% | 0.39% | - |
| XYZ | 8.63 | 8.23 | 12.94 | - |
| YUV | 82.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 99 | 0.15 | 0.21 | 0 | 0.61 | 257.14 | 0.12 | 0.35 |
| Hex | 54 | 4E | 63 | F | 15 | 0 | 3D | 101 | C | 23 |
| Octal | 124 | 116 | 143 | 17 | 25 | 0 | 75 | 401 | 14 | 43 |
| Binary | 1010100 | 1001110 | 1100011 | 1111 | 10101 | 0 | 111101 | 100000001 | 1100 | 100011 |
Color Harmonies of #544E63
Complementary color
Monochromatic Colors of #544E63
Black with #544E63
Text Example
Text Example
White with #544E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E63; }
p { color: rgb(84,78,99); }
H1.HeaderClassName
{
color: #544E63;
}
.AnyTagClassName
{
color: #544E63;
}
</style>
background-color css
<style>
a { background-color: #544E63; }
a { background-color: rgb(84,78,99); }
div.DivClassName
{
background-color: #544E63;
}
.BgClassName
{
background-color: #544E63;
}
</style>
border-color css
<style>
span { border-color: #544E63; }
span { border-color: rgb(84,78,99); }
td.TdClassName
{
border-color: #544E63;
}
.TagClassName
{
border-color: #544E63;
}
</style>