Shades of Mulled Wine #57515E
Tints of Mulled Wine #57515E
RGB
CMYK
RGB Variations
Color information
#57515E (or 0x57515E) is known color: Mulled Wine. HEX triplet: 57, 51 and 5E. RGB value is (87,81,94). Sum of RGB (Red+Green+Blue) = 87+81+94=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 94 - color contains mainly: blue. Hex color #57515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515E is #A8AEA1. Grayscale: #545454. Windows color (decimal): -11054754 or 6181207. OLE color: 6181207.
HSL color Cylindrical-coordinate representation of color #57515E: hue angle of 267.69º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57515E is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 81 | 94 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.63 |
| HSL | 267.69º | 0.07% | 0.34% | - |
| HSV(B) | 267.69º | 0.14% | 0.37% | - |
| XYZ | 8.89 | 8.72 | 11.8 | - |
| YUV | 84.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 94 | 0.07 | 0.14 | 0 | 0.63 | 267.69 | 0.07 | 0.34 |
| Hex | 57 | 51 | 5E | 7 | E | 0 | 3F | 10C | 7 | 22 |
| Octal | 127 | 121 | 136 | 7 | 16 | 0 | 77 | 414 | 7 | 42 |
| Binary | 1010111 | 1010001 | 1011110 | 111 | 1110 | 0 | 111111 | 100001100 | 111 | 100010 |
Color Harmonies of #57515E
Complementary color
Monochromatic Colors of #57515E
Black with #57515E
Text Example
Text Example
White with #57515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57515E; }
p { color: rgb(87,81,94); }
H1.HeaderClassName
{
color: #57515E;
}
.AnyTagClassName
{
color: #57515E;
}
</style>
background-color css
<style>
a { background-color: #57515E; }
a { background-color: rgb(87,81,94); }
div.DivClassName
{
background-color: #57515E;
}
.BgClassName
{
background-color: #57515E;
}
</style>
border-color css
<style>
span { border-color: #57515E; }
span { border-color: rgb(87,81,94); }
td.TdClassName
{
border-color: #57515E;
}
.TagClassName
{
border-color: #57515E;
}
</style>