Shades of Mulled Wine #57486D
Tints of Mulled Wine #57486D
RGB
CMYK
RGB Variations
Color information
#57486D (or 0x57486D) is known color: Mulled Wine. HEX triplet: 57, 48 and 6D. RGB value is (87,72,109). Sum of RGB (Red+Green+Blue) = 87+72+109=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #57486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57486D is #A8B792. Grayscale: #505050. Windows color (decimal): -11057043 or 7161943. OLE color: 7161943.
HSL color Cylindrical-coordinate representation of color #57486D: hue angle of 264.32º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57486D is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 72 | 109 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.57 |
| HSL | 264.32º | 0.2% | 0.35% | - |
| HSV(B) | 264.32º | 0.34% | 0.43% | - |
| XYZ | 9.01 | 7.77 | 15.49 | - |
| YUV | 80.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 109 | 0.20 | 0.34 | 0 | 0.57 | 264.32 | 0.2 | 0.35 |
| Hex | 57 | 48 | 6D | 14 | 22 | 0 | 39 | 108 | 14 | 23 |
| Octal | 127 | 110 | 155 | 24 | 42 | 0 | 71 | 410 | 24 | 43 |
| Binary | 1010111 | 1001000 | 1101101 | 10100 | 100010 | 0 | 111001 | 100001000 | 10100 | 100011 |
Color Harmonies of #57486D
Complementary color
Monochromatic Colors of #57486D
Black with #57486D
Text Example
Text Example
White with #57486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57486D; }
p { color: rgb(87,72,109); }
H1.HeaderClassName
{
color: #57486D;
}
.AnyTagClassName
{
color: #57486D;
}
</style>
background-color css
<style>
a { background-color: #57486D; }
a { background-color: rgb(87,72,109); }
div.DivClassName
{
background-color: #57486D;
}
.BgClassName
{
background-color: #57486D;
}
</style>
border-color css
<style>
span { border-color: #57486D; }
span { border-color: rgb(87,72,109); }
td.TdClassName
{
border-color: #57486D;
}
.TagClassName
{
border-color: #57486D;
}
</style>