Shades of Mulled Wine #544565
Tints of Mulled Wine #544565
RGB
CMYK
RGB Variations
Color information
#544565 (or 0x544565) is known color: Mulled Wine. HEX triplet: 54, 45 and 65. RGB value is (84,69,101). Sum of RGB (Red+Green+Blue) = 84+69+101=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #544565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544565 is #ABBA9A. Grayscale: #4D4D4D. Windows color (decimal): -11254427 or 6636884. OLE color: 6636884.
HSL color Cylindrical-coordinate representation of color #544565: hue angle of 268.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #544565 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 69 | 101 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.60 |
| HSL | 268.13º | 0.19% | 0.33% | - |
| HSV(B) | 268.13º | 0.32% | 0.4% | - |
| XYZ | 8.13 | 7.08 | 13.25 | - |
| YUV | 77.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 101 | 0.17 | 0.32 | 0 | 0.60 | 268.13 | 0.19 | 0.33 |
| Hex | 54 | 45 | 65 | 11 | 20 | 0 | 3C | 10C | 13 | 21 |
| Octal | 124 | 105 | 145 | 21 | 40 | 0 | 74 | 414 | 23 | 41 |
| Binary | 1010100 | 1000101 | 1100101 | 10001 | 100000 | 0 | 111100 | 100001100 | 10011 | 100001 |
Color Harmonies of #544565
Complementary color
Monochromatic Colors of #544565
Black with #544565
Text Example
Text Example
White with #544565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544565; }
p { color: rgb(84,69,101); }
H1.HeaderClassName
{
color: #544565;
}
.AnyTagClassName
{
color: #544565;
}
</style>
background-color css
<style>
a { background-color: #544565; }
a { background-color: rgb(84,69,101); }
div.DivClassName
{
background-color: #544565;
}
.BgClassName
{
background-color: #544565;
}
</style>
border-color css
<style>
span { border-color: #544565; }
span { border-color: rgb(84,69,101); }
td.TdClassName
{
border-color: #544565;
}
.TagClassName
{
border-color: #544565;
}
</style>