Shades of Mulled Wine #575163
Tints of Mulled Wine #575163
RGB
CMYK
RGB Variations
Color information
#575163 (or 0x575163) is known color: Mulled Wine. HEX triplet: 57, 51 and 63. RGB value is (87,81,99). Sum of RGB (Red+Green+Blue) = 87+81+99=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #575163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575163 is #A8AE9C. Grayscale: #545454. Windows color (decimal): -11054749 or 6508887. OLE color: 6508887.
HSL color Cylindrical-coordinate representation of color #575163: hue angle of 260º 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 #575163 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 81 | 99 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.61 |
| HSL | 260º | 0.1% | 0.35% | - |
| HSV(B) | 260º | 0.18% | 0.39% | - |
| XYZ | 9.13 | 8.81 | 13.02 | - |
| YUV | 84.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 99 | 0.12 | 0.18 | 0 | 0.61 | 260 | 0.1 | 0.35 |
| Hex | 57 | 51 | 63 | C | 12 | 0 | 3D | 104 | A | 23 |
| Octal | 127 | 121 | 143 | 14 | 22 | 0 | 75 | 404 | 12 | 43 |
| Binary | 1010111 | 1010001 | 1100011 | 1100 | 10010 | 0 | 111101 | 100000100 | 1010 | 100011 |
Color Harmonies of #575163
Complementary color
Monochromatic Colors of #575163
Black with #575163
Text Example
Text Example
White with #575163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575163; }
p { color: rgb(87,81,99); }
H1.HeaderClassName
{
color: #575163;
}
.AnyTagClassName
{
color: #575163;
}
</style>
background-color css
<style>
a { background-color: #575163; }
a { background-color: rgb(87,81,99); }
div.DivClassName
{
background-color: #575163;
}
.BgClassName
{
background-color: #575163;
}
</style>
border-color css
<style>
span { border-color: #575163; }
span { border-color: rgb(87,81,99); }
td.TdClassName
{
border-color: #575163;
}
.TagClassName
{
border-color: #575163;
}
</style>