Shades of Mulled Wine #54495E
Tints of Mulled Wine #54495E
RGB
CMYK
RGB Variations
Color information
#54495E (or 0x54495E) is known color: Mulled Wine. HEX triplet: 54, 49 and 5E. RGB value is (84,73,94). Sum of RGB (Red+Green+Blue) = 84+73+94=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #54495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54495E is #ABB6A1. Grayscale: #4E4E4E. Windows color (decimal): -11253410 or 6179156. OLE color: 6179156.
HSL color Cylindrical-coordinate representation of color #54495E: hue angle of 271.43º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54495E is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 73 | 94 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.63 |
| HSL | 271.43º | 0.13% | 0.33% | - |
| HSV(B) | 271.43º | 0.22% | 0.37% | - |
| XYZ | 8.06 | 7.46 | 11.6 | - |
| YUV | 78.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 94 | 0.11 | 0.22 | 0 | 0.63 | 271.43 | 0.13 | 0.33 |
| Hex | 54 | 49 | 5E | B | 16 | 0 | 3F | 10F | D | 21 |
| Octal | 124 | 111 | 136 | 13 | 26 | 0 | 77 | 417 | 15 | 41 |
| Binary | 1010100 | 1001001 | 1011110 | 1011 | 10110 | 0 | 111111 | 100001111 | 1101 | 100001 |
Color Harmonies of #54495E
Complementary color
Monochromatic Colors of #54495E
Black with #54495E
Text Example
Text Example
White with #54495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54495E; }
p { color: rgb(84,73,94); }
H1.HeaderClassName
{
color: #54495E;
}
.AnyTagClassName
{
color: #54495E;
}
</style>
background-color css
<style>
a { background-color: #54495E; }
a { background-color: rgb(84,73,94); }
div.DivClassName
{
background-color: #54495E;
}
.BgClassName
{
background-color: #54495E;
}
</style>
border-color css
<style>
span { border-color: #54495E; }
span { border-color: rgb(84,73,94); }
td.TdClassName
{
border-color: #54495E;
}
.TagClassName
{
border-color: #54495E;
}
</style>