Shades of Mulled Wine #544E58
Tints of Mulled Wine #544E58
RGB
CMYK
RGB Variations
Color information
#544E58 (or 0x544E58) is known color: Mulled Wine. HEX triplet: 54, 4E and 58. RGB value is (84,78,88). Sum of RGB (Red+Green+Blue) = 84+78+88=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #544E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E58 is #ABB1A7. Grayscale: #505050. Windows color (decimal): -11252136 or 5787220. OLE color: 5787220.
HSL color Cylindrical-coordinate representation of color #544E58: hue angle of 276º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #544E58 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 78 | 88 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.65 |
| HSL | 276º | 0.06% | 0.33% | - |
| HSV(B) | 276º | 0.11% | 0.35% | - |
| XYZ | 8.14 | 8.04 | 10.35 | - |
| YUV | 80.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 88 | 0.05 | 0.11 | 0 | 0.65 | 276 | 0.06 | 0.33 |
| Hex | 54 | 4E | 58 | 5 | B | 0 | 41 | 114 | 6 | 21 |
| Octal | 124 | 116 | 130 | 5 | 13 | 0 | 101 | 424 | 6 | 41 |
| Binary | 1010100 | 1001110 | 1011000 | 101 | 1011 | 0 | 1000001 | 100010100 | 110 | 100001 |
Color Harmonies of #544E58
Complementary color
Monochromatic Colors of #544E58
Black with #544E58
Text Example
Text Example
White with #544E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E58; }
p { color: rgb(84,78,88); }
H1.HeaderClassName
{
color: #544E58;
}
.AnyTagClassName
{
color: #544E58;
}
</style>
background-color css
<style>
a { background-color: #544E58; }
a { background-color: rgb(84,78,88); }
div.DivClassName
{
background-color: #544E58;
}
.BgClassName
{
background-color: #544E58;
}
</style>
border-color css
<style>
span { border-color: #544E58; }
span { border-color: rgb(84,78,88); }
td.TdClassName
{
border-color: #544E58;
}
.TagClassName
{
border-color: #544E58;
}
</style>