Shades of Mulled Wine #544563
Tints of Mulled Wine #544563
RGB
CMYK
RGB Variations
Color information
#544563 (or 0x544563) is known color: Mulled Wine. HEX triplet: 54, 45 and 63. RGB value is (84,69,99). Sum of RGB (Red+Green+Blue) = 84+69+99=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #544563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544563 is #ABBA9C. Grayscale: #4C4C4C. Windows color (decimal): -11254429 or 6505812. OLE color: 6505812.
HSL color Cylindrical-coordinate representation of color #544563: hue angle of 270º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544563 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 69 | 99 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.61 |
| HSL | 270º | 0.18% | 0.33% | - |
| HSV(B) | 270º | 0.3% | 0.39% | - |
| XYZ | 8.04 | 7.04 | 12.74 | - |
| YUV | 76.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 99 | 0.15 | 0.30 | 0 | 0.61 | 270 | 0.18 | 0.33 |
| Hex | 54 | 45 | 63 | F | 1E | 0 | 3D | 10E | 12 | 21 |
| Octal | 124 | 105 | 143 | 17 | 36 | 0 | 75 | 416 | 22 | 41 |
| Binary | 1010100 | 1000101 | 1100011 | 1111 | 11110 | 0 | 111101 | 100001110 | 10010 | 100001 |
Color Harmonies of #544563
Complementary color
Monochromatic Colors of #544563
Black with #544563
Text Example
Text Example
White with #544563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544563; }
p { color: rgb(84,69,99); }
H1.HeaderClassName
{
color: #544563;
}
.AnyTagClassName
{
color: #544563;
}
</style>
background-color css
<style>
a { background-color: #544563; }
a { background-color: rgb(84,69,99); }
div.DivClassName
{
background-color: #544563;
}
.BgClassName
{
background-color: #544563;
}
</style>
border-color css
<style>
span { border-color: #544563; }
span { border-color: rgb(84,69,99); }
td.TdClassName
{
border-color: #544563;
}
.TagClassName
{
border-color: #544563;
}
</style>