Shades of Mulled Wine #544A5E
Tints of Mulled Wine #544A5E
RGB
CMYK
RGB Variations
Color information
#544A5E (or 0x544A5E) is known color: Mulled Wine. HEX triplet: 54, 4A and 5E. RGB value is (84,74,94). Sum of RGB (Red+Green+Blue) = 84+74+94=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #544A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A5E is #ABB5A1. Grayscale: #4F4F4F. Windows color (decimal): -11253154 or 6179412. OLE color: 6179412.
HSL color Cylindrical-coordinate representation of color #544A5E: hue angle of 270º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544A5E is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 74 | 94 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.63 |
| HSL | 270º | 0.12% | 0.33% | - |
| HSV(B) | 270º | 0.21% | 0.37% | - |
| XYZ | 8.13 | 7.59 | 11.63 | - |
| YUV | 79.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 94 | 0.11 | 0.21 | 0 | 0.63 | 270 | 0.12 | 0.33 |
| Hex | 54 | 4A | 5E | B | 15 | 0 | 3F | 10E | C | 21 |
| Octal | 124 | 112 | 136 | 13 | 25 | 0 | 77 | 416 | 14 | 41 |
| Binary | 1010100 | 1001010 | 1011110 | 1011 | 10101 | 0 | 111111 | 100001110 | 1100 | 100001 |
Color Harmonies of #544A5E
Complementary color
Monochromatic Colors of #544A5E
Black with #544A5E
Text Example
Text Example
White with #544A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A5E; }
p { color: rgb(84,74,94); }
H1.HeaderClassName
{
color: #544A5E;
}
.AnyTagClassName
{
color: #544A5E;
}
</style>
background-color css
<style>
a { background-color: #544A5E; }
a { background-color: rgb(84,74,94); }
div.DivClassName
{
background-color: #544A5E;
}
.BgClassName
{
background-color: #544A5E;
}
</style>
border-color css
<style>
span { border-color: #544A5E; }
span { border-color: rgb(84,74,94); }
td.TdClassName
{
border-color: #544A5E;
}
.TagClassName
{
border-color: #544A5E;
}
</style>