Shades of Mulled Wine #545163
Tints of Mulled Wine #545163
RGB
CMYK
RGB Variations
Color information
#545163 (or 0x545163) is known color: Mulled Wine. HEX triplet: 54, 51 and 63. RGB value is (84,81,99). Sum of RGB (Red+Green+Blue) = 84+81+99=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #545163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545163 is #ABAE9C. Grayscale: #535353. Windows color (decimal): -11251357 or 6508884. OLE color: 6508884.
HSL color Cylindrical-coordinate representation of color #545163: hue angle of 250º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545163 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 81 | 99 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.61 |
| HSL | 250º | 0.1% | 0.35% | - |
| HSV(B) | 250º | 0.18% | 0.39% | - |
| XYZ | 8.85 | 8.67 | 13.01 | - |
| YUV | 83.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 99 | 0.15 | 0.18 | 0 | 0.61 | 250 | 0.1 | 0.35 |
| Hex | 54 | 51 | 63 | F | 12 | 0 | 3D | FA | A | 23 |
| Octal | 124 | 121 | 143 | 17 | 22 | 0 | 75 | 372 | 12 | 43 |
| Binary | 1010100 | 1010001 | 1100011 | 1111 | 10010 | 0 | 111101 | 11111010 | 1010 | 100011 |
Color Harmonies of #545163
Complementary color
Monochromatic Colors of #545163
Black with #545163
Text Example
Text Example
White with #545163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545163; }
p { color: rgb(84,81,99); }
H1.HeaderClassName
{
color: #545163;
}
.AnyTagClassName
{
color: #545163;
}
</style>
background-color css
<style>
a { background-color: #545163; }
a { background-color: rgb(84,81,99); }
div.DivClassName
{
background-color: #545163;
}
.BgClassName
{
background-color: #545163;
}
</style>
border-color css
<style>
span { border-color: #545163; }
span { border-color: rgb(84,81,99); }
td.TdClassName
{
border-color: #545163;
}
.TagClassName
{
border-color: #545163;
}
</style>