Shades of Mulled Wine #544D58
Tints of Mulled Wine #544D58
RGB
CMYK
RGB Variations
Color information
#544D58 (or 0x544D58) is known color: Mulled Wine. HEX triplet: 54, 4D and 58. RGB value is (84,77,88). Sum of RGB (Red+Green+Blue) = 84+77+88=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #544D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D58 is #ABB2A7. Grayscale: #505050. Windows color (decimal): -11252392 or 5786964. OLE color: 5786964.
HSL color Cylindrical-coordinate representation of color #544D58: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544D58 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 77 | 88 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.65 |
| HSL | 278.18º | 0.07% | 0.32% | - |
| HSV(B) | 278.18º | 0.13% | 0.35% | - |
| XYZ | 8.07 | 7.9 | 10.33 | - |
| YUV | 80.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 88 | 0.05 | 0.12 | 0 | 0.65 | 278.18 | 0.07 | 0.32 |
| Hex | 54 | 4D | 58 | 5 | C | 0 | 41 | 116 | 7 | 20 |
| Octal | 124 | 115 | 130 | 5 | 14 | 0 | 101 | 426 | 7 | 40 |
| Binary | 1010100 | 1001101 | 1011000 | 101 | 1100 | 0 | 1000001 | 100010110 | 111 | 100000 |
Color Harmonies of #544D58
Complementary color
Monochromatic Colors of #544D58
Black with #544D58
Text Example
Text Example
White with #544D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D58; }
p { color: rgb(84,77,88); }
H1.HeaderClassName
{
color: #544D58;
}
.AnyTagClassName
{
color: #544D58;
}
</style>
background-color css
<style>
a { background-color: #544D58; }
a { background-color: rgb(84,77,88); }
div.DivClassName
{
background-color: #544D58;
}
.BgClassName
{
background-color: #544D58;
}
</style>
border-color css
<style>
span { border-color: #544D58; }
span { border-color: rgb(84,77,88); }
td.TdClassName
{
border-color: #544D58;
}
.TagClassName
{
border-color: #544D58;
}
</style>