Shades of Mulled Wine #57515D
Tints of Mulled Wine #57515D
RGB
CMYK
RGB Variations
Color information
#57515D (or 0x57515D) is known color: Mulled Wine. HEX triplet: 57, 51 and 5D. RGB value is (87,81,93). Sum of RGB (Red+Green+Blue) = 87+81+93=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #57515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515D is #A8AEA2. Grayscale: #545454. Windows color (decimal): -11054755 or 6115671. OLE color: 6115671.
HSL color Cylindrical-coordinate representation of color #57515D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57515D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 81 | 93 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.64 |
| HSL | 270º | 0.07% | 0.34% | - |
| HSV(B) | 270º | 0.13% | 0.36% | - |
| XYZ | 8.85 | 8.7 | 11.57 | - |
| YUV | 84.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 93 | 0.06 | 0.13 | 0 | 0.64 | 270 | 0.07 | 0.34 |
| Hex | 57 | 51 | 5D | 6 | D | 0 | 40 | 10E | 7 | 22 |
| Octal | 127 | 121 | 135 | 6 | 15 | 0 | 100 | 416 | 7 | 42 |
| Binary | 1010111 | 1010001 | 1011101 | 110 | 1101 | 0 | 1000000 | 100001110 | 111 | 100010 |
Color Harmonies of #57515D
Complementary color
Monochromatic Colors of #57515D
Black with #57515D
Text Example
Text Example
White with #57515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57515D; }
p { color: rgb(87,81,93); }
H1.HeaderClassName
{
color: #57515D;
}
.AnyTagClassName
{
color: #57515D;
}
</style>
background-color css
<style>
a { background-color: #57515D; }
a { background-color: rgb(87,81,93); }
div.DivClassName
{
background-color: #57515D;
}
.BgClassName
{
background-color: #57515D;
}
</style>
border-color css
<style>
span { border-color: #57515D; }
span { border-color: rgb(87,81,93); }
td.TdClassName
{
border-color: #57515D;
}
.TagClassName
{
border-color: #57515D;
}
</style>