Shades of Mulled Wine #57515C
Tints of Mulled Wine #57515C
RGB
CMYK
RGB Variations
Color information
#57515C (or 0x57515C) is known color: Mulled Wine. HEX triplet: 57, 51 and 5C. RGB value is (87,81,92). Sum of RGB (Red+Green+Blue) = 87+81+92=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #57515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515C is #A8AEA3. Grayscale: #545454. Windows color (decimal): -11054756 or 6050135. OLE color: 6050135.
HSL color Cylindrical-coordinate representation of color #57515C: hue angle of 272.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #57515C is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 81 | 92 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.64 |
| HSL | 272.73º | 0.06% | 0.34% | - |
| HSV(B) | 272.73º | 0.12% | 0.36% | - |
| XYZ | 8.8 | 8.68 | 11.34 | - |
| YUV | 84.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 92 | 0.05 | 0.12 | 0 | 0.64 | 272.73 | 0.06 | 0.34 |
| Hex | 57 | 51 | 5C | 5 | C | 0 | 40 | 111 | 6 | 22 |
| Octal | 127 | 121 | 134 | 5 | 14 | 0 | 100 | 421 | 6 | 42 |
| Binary | 1010111 | 1010001 | 1011100 | 101 | 1100 | 0 | 1000000 | 100010001 | 110 | 100010 |
Color Harmonies of #57515C
Complementary color
Monochromatic Colors of #57515C
Black with #57515C
Text Example
Text Example
White with #57515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57515C; }
p { color: rgb(87,81,92); }
H1.HeaderClassName
{
color: #57515C;
}
.AnyTagClassName
{
color: #57515C;
}
</style>
background-color css
<style>
a { background-color: #57515C; }
a { background-color: rgb(87,81,92); }
div.DivClassName
{
background-color: #57515C;
}
.BgClassName
{
background-color: #57515C;
}
</style>
border-color css
<style>
span { border-color: #57515C; }
span { border-color: rgb(87,81,92); }
td.TdClassName
{
border-color: #57515C;
}
.TagClassName
{
border-color: #57515C;
}
</style>