Shades of Mulled Wine #54495C
Tints of Mulled Wine #54495C
RGB
CMYK
RGB Variations
Color information
#54495C (or 0x54495C) is known color: Mulled Wine. HEX triplet: 54, 49 and 5C. RGB value is (84,73,92). Sum of RGB (Red+Green+Blue) = 84+73+92=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #54495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54495C is #ABB6A3. Grayscale: #4E4E4E. Windows color (decimal): -11253412 or 6048084. OLE color: 6048084.
HSL color Cylindrical-coordinate representation of color #54495C: hue angle of 274.74º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54495C is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 73 | 92 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.64 |
| HSL | 274.74º | 0.12% | 0.32% | - |
| HSV(B) | 274.74º | 0.21% | 0.36% | - |
| XYZ | 7.97 | 7.42 | 11.14 | - |
| YUV | 78.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 92 | 0.09 | 0.21 | 0 | 0.64 | 274.74 | 0.12 | 0.32 |
| Hex | 54 | 49 | 5C | 9 | 15 | 0 | 40 | 113 | C | 20 |
| Octal | 124 | 111 | 134 | 11 | 25 | 0 | 100 | 423 | 14 | 40 |
| Binary | 1010100 | 1001001 | 1011100 | 1001 | 10101 | 0 | 1000000 | 100010011 | 1100 | 100000 |
Color Harmonies of #54495C
Complementary color
Monochromatic Colors of #54495C
Black with #54495C
Text Example
Text Example
White with #54495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54495C; }
p { color: rgb(84,73,92); }
H1.HeaderClassName
{
color: #54495C;
}
.AnyTagClassName
{
color: #54495C;
}
</style>
background-color css
<style>
a { background-color: #54495C; }
a { background-color: rgb(84,73,92); }
div.DivClassName
{
background-color: #54495C;
}
.BgClassName
{
background-color: #54495C;
}
</style>
border-color css
<style>
span { border-color: #54495C; }
span { border-color: rgb(84,73,92); }
td.TdClassName
{
border-color: #54495C;
}
.TagClassName
{
border-color: #54495C;
}
</style>