Shades of Mulled Wine #544D68
Tints of Mulled Wine #544D68
RGB
CMYK
RGB Variations
Color information
#544D68 (or 0x544D68) is known color: Mulled Wine. HEX triplet: 54, 4D and 68. RGB value is (84,77,104). Sum of RGB (Red+Green+Blue) = 84+77+104=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #544D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D68 is #ABB297. Grayscale: #525252. Windows color (decimal): -11252376 or 6835540. OLE color: 6835540.
HSL color Cylindrical-coordinate representation of color #544D68: hue angle of 255.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544D68 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 77 | 104 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.59 |
| HSL | 255.56º | 0.15% | 0.35% | - |
| HSV(B) | 255.56º | 0.26% | 0.41% | - |
| XYZ | 8.81 | 8.19 | 14.21 | - |
| YUV | 82.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 104 | 0.19 | 0.26 | 0 | 0.59 | 255.56 | 0.15 | 0.35 |
| Hex | 54 | 4D | 68 | 13 | 1A | 0 | 3B | 100 | F | 23 |
| Octal | 124 | 115 | 150 | 23 | 32 | 0 | 73 | 400 | 17 | 43 |
| Binary | 1010100 | 1001101 | 1101000 | 10011 | 11010 | 0 | 111011 | 100000000 | 1111 | 100011 |
Color Harmonies of #544D68
Complementary color
Monochromatic Colors of #544D68
Black with #544D68
Text Example
Text Example
White with #544D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D68; }
p { color: rgb(84,77,104); }
H1.HeaderClassName
{
color: #544D68;
}
.AnyTagClassName
{
color: #544D68;
}
</style>
background-color css
<style>
a { background-color: #544D68; }
a { background-color: rgb(84,77,104); }
div.DivClassName
{
background-color: #544D68;
}
.BgClassName
{
background-color: #544D68;
}
</style>
border-color css
<style>
span { border-color: #544D68; }
span { border-color: rgb(84,77,104); }
td.TdClassName
{
border-color: #544D68;
}
.TagClassName
{
border-color: #544D68;
}
</style>