Shades of Mulled Wine #545063
Tints of Mulled Wine #545063
RGB
CMYK
RGB Variations
Color information
#545063 (or 0x545063) is known color: Mulled Wine. HEX triplet: 54, 50 and 63. RGB value is (84,80,99). Sum of RGB (Red+Green+Blue) = 84+80+99=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #545063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545063 is #ABAF9C. Grayscale: #535353. Windows color (decimal): -11251613 or 6508628. OLE color: 6508628.
HSL color Cylindrical-coordinate representation of color #545063: hue angle of 252.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545063 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 80 | 99 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.61 |
| HSL | 252.63º | 0.11% | 0.35% | - |
| HSV(B) | 252.63º | 0.19% | 0.39% | - |
| XYZ | 8.78 | 8.52 | 12.99 | - |
| YUV | 83.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 99 | 0.15 | 0.19 | 0 | 0.61 | 252.63 | 0.11 | 0.35 |
| Hex | 54 | 50 | 63 | F | 13 | 0 | 3D | FD | B | 23 |
| Octal | 124 | 120 | 143 | 17 | 23 | 0 | 75 | 375 | 13 | 43 |
| Binary | 1010100 | 1010000 | 1100011 | 1111 | 10011 | 0 | 111101 | 11111101 | 1011 | 100011 |
Color Harmonies of #545063
Complementary color
Monochromatic Colors of #545063
Black with #545063
Text Example
Text Example
White with #545063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545063; }
p { color: rgb(84,80,99); }
H1.HeaderClassName
{
color: #545063;
}
.AnyTagClassName
{
color: #545063;
}
</style>
background-color css
<style>
a { background-color: #545063; }
a { background-color: rgb(84,80,99); }
div.DivClassName
{
background-color: #545063;
}
.BgClassName
{
background-color: #545063;
}
</style>
border-color css
<style>
span { border-color: #545063; }
span { border-color: rgb(84,80,99); }
td.TdClassName
{
border-color: #545063;
}
.TagClassName
{
border-color: #545063;
}
</style>