Shades of Mulled Wine #544B61
Tints of Mulled Wine #544B61
RGB
CMYK
RGB Variations
Color information
#544B61 (or 0x544B61) is known color: Mulled Wine. HEX triplet: 54, 4B and 61. RGB value is (84,75,97). Sum of RGB (Red+Green+Blue) = 84+75+97=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #544B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B61 is #ABB49E. Grayscale: #505050. Windows color (decimal): -11252895 or 6376276. OLE color: 6376276.
HSL color Cylindrical-coordinate representation of color #544B61: hue angle of 264.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544B61 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 75 | 97 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.62 |
| HSL | 264.55º | 0.13% | 0.34% | - |
| HSV(B) | 264.55º | 0.23% | 0.38% | - |
| XYZ | 8.33 | 7.78 | 12.37 | - |
| YUV | 80.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 97 | 0.13 | 0.23 | 0 | 0.62 | 264.55 | 0.13 | 0.34 |
| Hex | 54 | 4B | 61 | D | 17 | 0 | 3E | 109 | D | 22 |
| Octal | 124 | 113 | 141 | 15 | 27 | 0 | 76 | 411 | 15 | 42 |
| Binary | 1010100 | 1001011 | 1100001 | 1101 | 10111 | 0 | 111110 | 100001001 | 1101 | 100010 |
Color Harmonies of #544B61
Complementary color
Monochromatic Colors of #544B61
Black with #544B61
Text Example
Text Example
White with #544B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B61; }
p { color: rgb(84,75,97); }
H1.HeaderClassName
{
color: #544B61;
}
.AnyTagClassName
{
color: #544B61;
}
</style>
background-color css
<style>
a { background-color: #544B61; }
a { background-color: rgb(84,75,97); }
div.DivClassName
{
background-color: #544B61;
}
.BgClassName
{
background-color: #544B61;
}
</style>
border-color css
<style>
span { border-color: #544B61; }
span { border-color: rgb(84,75,97); }
td.TdClassName
{
border-color: #544B61;
}
.TagClassName
{
border-color: #544B61;
}
</style>