Shades of Mulled Wine #544A64
Tints of Mulled Wine #544A64
RGB
CMYK
RGB Variations
Color information
#544A64 (or 0x544A64) is known color: Mulled Wine. HEX triplet: 54, 4A and 64. RGB value is (84,74,100). Sum of RGB (Red+Green+Blue) = 84+74+100=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #544A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A64 is #ABB59B. Grayscale: #4F4F4F. Windows color (decimal): -11253148 or 6572628. OLE color: 6572628.
HSL color Cylindrical-coordinate representation of color #544A64: hue angle of 263.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544A64 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 74 | 100 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.61 |
| HSL | 263.08º | 0.15% | 0.34% | - |
| HSV(B) | 263.08º | 0.26% | 0.39% | - |
| XYZ | 8.41 | 7.7 | 13.1 | - |
| YUV | 79.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 100 | 0.16 | 0.26 | 0 | 0.61 | 263.08 | 0.15 | 0.34 |
| Hex | 54 | 4A | 64 | 10 | 1A | 0 | 3D | 107 | F | 22 |
| Octal | 124 | 112 | 144 | 20 | 32 | 0 | 75 | 407 | 17 | 42 |
| Binary | 1010100 | 1001010 | 1100100 | 10000 | 11010 | 0 | 111101 | 100000111 | 1111 | 100010 |
Color Harmonies of #544A64
Complementary color
Monochromatic Colors of #544A64
Black with #544A64
Text Example
Text Example
White with #544A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A64; }
p { color: rgb(84,74,100); }
H1.HeaderClassName
{
color: #544A64;
}
.AnyTagClassName
{
color: #544A64;
}
</style>
background-color css
<style>
a { background-color: #544A64; }
a { background-color: rgb(84,74,100); }
div.DivClassName
{
background-color: #544A64;
}
.BgClassName
{
background-color: #544A64;
}
</style>
border-color css
<style>
span { border-color: #544A64; }
span { border-color: rgb(84,74,100); }
td.TdClassName
{
border-color: #544A64;
}
.TagClassName
{
border-color: #544A64;
}
</style>