Shades of Mulled Wine #544C5D
Tints of Mulled Wine #544C5D
RGB
CMYK
RGB Variations
Color information
#544C5D (or 0x544C5D) is known color: Mulled Wine. HEX triplet: 54, 4C and 5D. RGB value is (84,76,93). Sum of RGB (Red+Green+Blue) = 84+76+93=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #544C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C5D is #ABB3A2. Grayscale: #505050. Windows color (decimal): -11252643 or 6114388. OLE color: 6114388.
HSL color Cylindrical-coordinate representation of color #544C5D: hue angle of 268.24º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #544C5D is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 76 | 93 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.64 |
| HSL | 268.24º | 0.1% | 0.33% | - |
| HSV(B) | 268.24º | 0.18% | 0.36% | - |
| XYZ | 8.22 | 7.84 | 11.44 | - |
| YUV | 80.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 93 | 0.10 | 0.18 | 0 | 0.64 | 268.24 | 0.1 | 0.33 |
| Hex | 54 | 4C | 5D | A | 12 | 0 | 40 | 10C | A | 21 |
| Octal | 124 | 114 | 135 | 12 | 22 | 0 | 100 | 414 | 12 | 41 |
| Binary | 1010100 | 1001100 | 1011101 | 1010 | 10010 | 0 | 1000000 | 100001100 | 1010 | 100001 |
Color Harmonies of #544C5D
Complementary color
Monochromatic Colors of #544C5D
Black with #544C5D
Text Example
Text Example
White with #544C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C5D; }
p { color: rgb(84,76,93); }
H1.HeaderClassName
{
color: #544C5D;
}
.AnyTagClassName
{
color: #544C5D;
}
</style>
background-color css
<style>
a { background-color: #544C5D; }
a { background-color: rgb(84,76,93); }
div.DivClassName
{
background-color: #544C5D;
}
.BgClassName
{
background-color: #544C5D;
}
</style>
border-color css
<style>
span { border-color: #544C5D; }
span { border-color: rgb(84,76,93); }
td.TdClassName
{
border-color: #544C5D;
}
.TagClassName
{
border-color: #544C5D;
}
</style>