Shades of Mulled Wine #54475D
Tints of Mulled Wine #54475D
RGB
CMYK
RGB Variations
Color information
#54475D (or 0x54475D) is known color: Mulled Wine. HEX triplet: 54, 47 and 5D. RGB value is (84,71,93). Sum of RGB (Red+Green+Blue) = 84+71+93=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #54475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475D is #ABB8A2. Grayscale: #4D4D4D. Windows color (decimal): -11253923 or 6113108. OLE color: 6113108.
HSL color Cylindrical-coordinate representation of color #54475D: hue angle of 275.45º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54475D is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 71 | 93 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.64 |
| HSL | 275.45º | 0.13% | 0.32% | - |
| HSV(B) | 275.45º | 0.24% | 0.36% | - |
| XYZ | 7.89 | 7.18 | 11.33 | - |
| YUV | 77.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 93 | 0.10 | 0.24 | 0 | 0.64 | 275.45 | 0.13 | 0.32 |
| Hex | 54 | 47 | 5D | A | 18 | 0 | 40 | 113 | D | 20 |
| Octal | 124 | 107 | 135 | 12 | 30 | 0 | 100 | 423 | 15 | 40 |
| Binary | 1010100 | 1000111 | 1011101 | 1010 | 11000 | 0 | 1000000 | 100010011 | 1101 | 100000 |
Color Harmonies of #54475D
Complementary color
Monochromatic Colors of #54475D
Black with #54475D
Text Example
Text Example
White with #54475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54475D; }
p { color: rgb(84,71,93); }
H1.HeaderClassName
{
color: #54475D;
}
.AnyTagClassName
{
color: #54475D;
}
</style>
background-color css
<style>
a { background-color: #54475D; }
a { background-color: rgb(84,71,93); }
div.DivClassName
{
background-color: #54475D;
}
.BgClassName
{
background-color: #54475D;
}
</style>
border-color css
<style>
span { border-color: #54475D; }
span { border-color: rgb(84,71,93); }
td.TdClassName
{
border-color: #54475D;
}
.TagClassName
{
border-color: #54475D;
}
</style>