Shades of Mulled Wine #54486A
Tints of Mulled Wine #54486A
RGB
CMYK
RGB Variations
Color information
#54486A (or 0x54486A) is known color: Mulled Wine. HEX triplet: 54, 48 and 6A. RGB value is (84,72,106). Sum of RGB (Red+Green+Blue) = 84+72+106=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #54486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54486A is #ABB795. Grayscale: #4F4F4F. Windows color (decimal): -11253654 or 6965332. OLE color: 6965332.
HSL color Cylindrical-coordinate representation of color #54486A: hue angle of 261.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54486A is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 72 | 106 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.58 |
| HSL | 261.18º | 0.19% | 0.35% | - |
| HSV(B) | 261.18º | 0.32% | 0.42% | - |
| XYZ | 8.58 | 7.56 | 14.64 | - |
| YUV | 79.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 106 | 0.21 | 0.32 | 0 | 0.58 | 261.18 | 0.19 | 0.35 |
| Hex | 54 | 48 | 6A | 15 | 20 | 0 | 3A | 105 | 13 | 23 |
| Octal | 124 | 110 | 152 | 25 | 40 | 0 | 72 | 405 | 23 | 43 |
| Binary | 1010100 | 1001000 | 1101010 | 10101 | 100000 | 0 | 111010 | 100000101 | 10011 | 100011 |
Color Harmonies of #54486A
Complementary color
Monochromatic Colors of #54486A
Black with #54486A
Text Example
Text Example
White with #54486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54486A; }
p { color: rgb(84,72,106); }
H1.HeaderClassName
{
color: #54486A;
}
.AnyTagClassName
{
color: #54486A;
}
</style>
background-color css
<style>
a { background-color: #54486A; }
a { background-color: rgb(84,72,106); }
div.DivClassName
{
background-color: #54486A;
}
.BgClassName
{
background-color: #54486A;
}
</style>
border-color css
<style>
span { border-color: #54486A; }
span { border-color: rgb(84,72,106); }
td.TdClassName
{
border-color: #54486A;
}
.TagClassName
{
border-color: #54486A;
}
</style>