Shades of Mulled Wine #544C59
Tints of Mulled Wine #544C59
RGB
CMYK
RGB Variations
Color information
#544C59 (or 0x544C59) is known color: Mulled Wine. HEX triplet: 54, 4C and 59. RGB value is (84,76,89). Sum of RGB (Red+Green+Blue) = 84+76+89=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #544C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C59 is #ABB3A6. Grayscale: #4F4F4F. Windows color (decimal): -11252647 or 5852244. OLE color: 5852244.
HSL color Cylindrical-coordinate representation of color #544C59: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544C59 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 76 | 89 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.65 |
| HSL | 276.92º | 0.08% | 0.32% | - |
| HSV(B) | 276.92º | 0.15% | 0.35% | - |
| XYZ | 8.04 | 7.77 | 10.53 | - |
| YUV | 79.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 89 | 0.06 | 0.15 | 0 | 0.65 | 276.92 | 0.08 | 0.32 |
| Hex | 54 | 4C | 59 | 6 | F | 0 | 41 | 115 | 8 | 20 |
| Octal | 124 | 114 | 131 | 6 | 17 | 0 | 101 | 425 | 10 | 40 |
| Binary | 1010100 | 1001100 | 1011001 | 110 | 1111 | 0 | 1000001 | 100010101 | 1000 | 100000 |
Color Harmonies of #544C59
Complementary color
Monochromatic Colors of #544C59
Black with #544C59
Text Example
Text Example
White with #544C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C59; }
p { color: rgb(84,76,89); }
H1.HeaderClassName
{
color: #544C59;
}
.AnyTagClassName
{
color: #544C59;
}
</style>
background-color css
<style>
a { background-color: #544C59; }
a { background-color: rgb(84,76,89); }
div.DivClassName
{
background-color: #544C59;
}
.BgClassName
{
background-color: #544C59;
}
</style>
border-color css
<style>
span { border-color: #544C59; }
span { border-color: rgb(84,76,89); }
td.TdClassName
{
border-color: #544C59;
}
.TagClassName
{
border-color: #544C59;
}
</style>