Shades of Mulled Wine #544A69
Tints of Mulled Wine #544A69
RGB
CMYK
RGB Variations
Color information
#544A69 (or 0x544A69) is known color: Mulled Wine. HEX triplet: 54, 4A and 69. RGB value is (84,74,105). Sum of RGB (Red+Green+Blue) = 84+74+105=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #544A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A69 is #ABB596. Grayscale: #505050. Windows color (decimal): -11253143 or 6900308. OLE color: 6900308.
HSL color Cylindrical-coordinate representation of color #544A69: hue angle of 259.35º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544A69 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 74 | 105 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.59 |
| HSL | 259.35º | 0.17% | 0.35% | - |
| HSV(B) | 259.35º | 0.3% | 0.41% | - |
| XYZ | 8.65 | 7.8 | 14.41 | - |
| YUV | 80.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 105 | 0.20 | 0.30 | 0 | 0.59 | 259.35 | 0.17 | 0.35 |
| Hex | 54 | 4A | 69 | 14 | 1E | 0 | 3B | 103 | 11 | 23 |
| Octal | 124 | 112 | 151 | 24 | 36 | 0 | 73 | 403 | 21 | 43 |
| Binary | 1010100 | 1001010 | 1101001 | 10100 | 11110 | 0 | 111011 | 100000011 | 10001 | 100011 |
Color Harmonies of #544A69
Complementary color
Monochromatic Colors of #544A69
Black with #544A69
Text Example
Text Example
White with #544A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A69; }
p { color: rgb(84,74,105); }
H1.HeaderClassName
{
color: #544A69;
}
.AnyTagClassName
{
color: #544A69;
}
</style>
background-color css
<style>
a { background-color: #544A69; }
a { background-color: rgb(84,74,105); }
div.DivClassName
{
background-color: #544A69;
}
.BgClassName
{
background-color: #544A69;
}
</style>
border-color css
<style>
span { border-color: #544A69; }
span { border-color: rgb(84,74,105); }
td.TdClassName
{
border-color: #544A69;
}
.TagClassName
{
border-color: #544A69;
}
</style>