Shades of Mulled Wine #544A5A
Tints of Mulled Wine #544A5A
RGB
CMYK
RGB Variations
Color information
#544A5A (or 0x544A5A) is known color: Mulled Wine. HEX triplet: 54, 4A and 5A. RGB value is (84,74,90). Sum of RGB (Red+Green+Blue) = 84+74+90=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #544A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A5A is #ABB5A5. Grayscale: #4E4E4E. Windows color (decimal): -11253158 or 5917268. OLE color: 5917268.
HSL color Cylindrical-coordinate representation of color #544A5A: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #544A5A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 74 | 90 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.65 |
| HSL | 277.5º | 0.1% | 0.32% | - |
| HSV(B) | 277.5º | 0.18% | 0.35% | - |
| XYZ | 7.95 | 7.52 | 10.71 | - |
| YUV | 78.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 90 | 0.07 | 0.18 | 0 | 0.65 | 277.5 | 0.1 | 0.32 |
| Hex | 54 | 4A | 5A | 7 | 12 | 0 | 41 | 116 | A | 20 |
| Octal | 124 | 112 | 132 | 7 | 22 | 0 | 101 | 426 | 12 | 40 |
| Binary | 1010100 | 1001010 | 1011010 | 111 | 10010 | 0 | 1000001 | 100010110 | 1010 | 100000 |
Color Harmonies of #544A5A
Complementary color
Monochromatic Colors of #544A5A
Black with #544A5A
Text Example
Text Example
White with #544A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A5A; }
p { color: rgb(84,74,90); }
H1.HeaderClassName
{
color: #544A5A;
}
.AnyTagClassName
{
color: #544A5A;
}
</style>
background-color css
<style>
a { background-color: #544A5A; }
a { background-color: rgb(84,74,90); }
div.DivClassName
{
background-color: #544A5A;
}
.BgClassName
{
background-color: #544A5A;
}
</style>
border-color css
<style>
span { border-color: #544A5A; }
span { border-color: rgb(84,74,90); }
td.TdClassName
{
border-color: #544A5A;
}
.TagClassName
{
border-color: #544A5A;
}
</style>