Shades of Mulled Wine #57486C
Tints of Mulled Wine #57486C
RGB
CMYK
RGB Variations
Color information
#57486C (or 0x57486C) is known color: Mulled Wine. HEX triplet: 57, 48 and 6C. RGB value is (87,72,108). Sum of RGB (Red+Green+Blue) = 87+72+108=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #57486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57486C is #A8B793. Grayscale: #505050. Windows color (decimal): -11057044 or 7096407. OLE color: 7096407.
HSL color Cylindrical-coordinate representation of color #57486C: hue angle of 265º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57486C is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 72 | 108 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.58 |
| HSL | 265º | 0.2% | 0.35% | - |
| HSV(B) | 265º | 0.33% | 0.42% | - |
| XYZ | 8.95 | 7.74 | 15.21 | - |
| YUV | 80.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 108 | 0.19 | 0.33 | 0 | 0.58 | 265 | 0.2 | 0.35 |
| Hex | 57 | 48 | 6C | 13 | 21 | 0 | 3A | 109 | 14 | 23 |
| Octal | 127 | 110 | 154 | 23 | 41 | 0 | 72 | 411 | 24 | 43 |
| Binary | 1010111 | 1001000 | 1101100 | 10011 | 100001 | 0 | 111010 | 100001001 | 10100 | 100011 |
Color Harmonies of #57486C
Complementary color
Monochromatic Colors of #57486C
Black with #57486C
Text Example
Text Example
White with #57486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57486C; }
p { color: rgb(87,72,108); }
H1.HeaderClassName
{
color: #57486C;
}
.AnyTagClassName
{
color: #57486C;
}
</style>
background-color css
<style>
a { background-color: #57486C; }
a { background-color: rgb(87,72,108); }
div.DivClassName
{
background-color: #57486C;
}
.BgClassName
{
background-color: #57486C;
}
</style>
border-color css
<style>
span { border-color: #57486C; }
span { border-color: rgb(87,72,108); }
td.TdClassName
{
border-color: #57486C;
}
.TagClassName
{
border-color: #57486C;
}
</style>