Shades of Mulled Wine #544962
Tints of Mulled Wine #544962
RGB
CMYK
RGB Variations
Color information
#544962 (or 0x544962) is known color: Mulled Wine. HEX triplet: 54, 49 and 62. RGB value is (84,73,98). Sum of RGB (Red+Green+Blue) = 84+73+98=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #544962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544962 is #ABB69D. Grayscale: #4F4F4F. Windows color (decimal): -11253406 or 6441300. OLE color: 6441300.
HSL color Cylindrical-coordinate representation of color #544962: hue angle of 266.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544962 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 73 | 98 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.62 |
| HSL | 266.4º | 0.15% | 0.34% | - |
| HSV(B) | 266.4º | 0.26% | 0.38% | - |
| XYZ | 8.24 | 7.53 | 12.57 | - |
| YUV | 79.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 98 | 0.14 | 0.26 | 0 | 0.62 | 266.4 | 0.15 | 0.34 |
| Hex | 54 | 49 | 62 | E | 1A | 0 | 3E | 10A | F | 22 |
| Octal | 124 | 111 | 142 | 16 | 32 | 0 | 76 | 412 | 17 | 42 |
| Binary | 1010100 | 1001001 | 1100010 | 1110 | 11010 | 0 | 111110 | 100001010 | 1111 | 100010 |
Color Harmonies of #544962
Complementary color
Monochromatic Colors of #544962
Black with #544962
Text Example
Text Example
White with #544962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544962; }
p { color: rgb(84,73,98); }
H1.HeaderClassName
{
color: #544962;
}
.AnyTagClassName
{
color: #544962;
}
</style>
background-color css
<style>
a { background-color: #544962; }
a { background-color: rgb(84,73,98); }
div.DivClassName
{
background-color: #544962;
}
.BgClassName
{
background-color: #544962;
}
</style>
border-color css
<style>
span { border-color: #544962; }
span { border-color: rgb(84,73,98); }
td.TdClassName
{
border-color: #544962;
}
.TagClassName
{
border-color: #544962;
}
</style>