Shades of Mulled Wine #544E69
Tints of Mulled Wine #544E69
RGB
CMYK
RGB Variations
Color information
#544E69 (or 0x544E69) is known color: Mulled Wine. HEX triplet: 54, 4E and 69. RGB value is (84,78,105). Sum of RGB (Red+Green+Blue) = 84+78+105=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #544E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E69 is #ABB196. Grayscale: #525252. Windows color (decimal): -11252119 or 6901332. OLE color: 6901332.
HSL color Cylindrical-coordinate representation of color #544E69: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544E69 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 78 | 105 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.59 |
| HSL | 253.33º | 0.15% | 0.36% | - |
| HSV(B) | 253.33º | 0.26% | 0.41% | - |
| XYZ | 8.93 | 8.35 | 14.51 | - |
| YUV | 82.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 105 | 0.20 | 0.26 | 0 | 0.59 | 253.33 | 0.15 | 0.36 |
| Hex | 54 | 4E | 69 | 14 | 1A | 0 | 3B | FD | F | 24 |
| Octal | 124 | 116 | 151 | 24 | 32 | 0 | 73 | 375 | 17 | 44 |
| Binary | 1010100 | 1001110 | 1101001 | 10100 | 11010 | 0 | 111011 | 11111101 | 1111 | 100100 |
Color Harmonies of #544E69
Complementary color
Monochromatic Colors of #544E69
Black with #544E69
Text Example
Text Example
White with #544E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E69; }
p { color: rgb(84,78,105); }
H1.HeaderClassName
{
color: #544E69;
}
.AnyTagClassName
{
color: #544E69;
}
</style>
background-color css
<style>
a { background-color: #544E69; }
a { background-color: rgb(84,78,105); }
div.DivClassName
{
background-color: #544E69;
}
.BgClassName
{
background-color: #544E69;
}
</style>
border-color css
<style>
span { border-color: #544E69; }
span { border-color: rgb(84,78,105); }
td.TdClassName
{
border-color: #544E69;
}
.TagClassName
{
border-color: #544E69;
}
</style>