Shades of Mulled Wine #57476C
Tints of Mulled Wine #57476C
RGB
CMYK
RGB Variations
Color information
#57476C (or 0x57476C) is known color: Mulled Wine. HEX triplet: 57, 47 and 6C. RGB value is (87,71,108). Sum of RGB (Red+Green+Blue) = 87+71+108=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #57476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57476C is #A8B893. Grayscale: #4F4F4F. Windows color (decimal): -11057300 or 7096151. OLE color: 7096151.
HSL color Cylindrical-coordinate representation of color #57476C: hue angle of 265.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57476C is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 71 | 108 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.58 |
| HSL | 265.95º | 0.21% | 0.35% | - |
| HSV(B) | 265.95º | 0.34% | 0.42% | - |
| XYZ | 8.89 | 7.62 | 15.19 | - |
| YUV | 80 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 108 | 0.19 | 0.34 | 0 | 0.58 | 265.95 | 0.21 | 0.35 |
| Hex | 57 | 47 | 6C | 13 | 22 | 0 | 3A | 10A | 15 | 23 |
| Octal | 127 | 107 | 154 | 23 | 42 | 0 | 72 | 412 | 25 | 43 |
| Binary | 1010111 | 1000111 | 1101100 | 10011 | 100010 | 0 | 111010 | 100001010 | 10101 | 100011 |
Color Harmonies of #57476C
Complementary color
Monochromatic Colors of #57476C
Black with #57476C
Text Example
Text Example
White with #57476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57476C; }
p { color: rgb(87,71,108); }
H1.HeaderClassName
{
color: #57476C;
}
.AnyTagClassName
{
color: #57476C;
}
</style>
background-color css
<style>
a { background-color: #57476C; }
a { background-color: rgb(87,71,108); }
div.DivClassName
{
background-color: #57476C;
}
.BgClassName
{
background-color: #57476C;
}
</style>
border-color css
<style>
span { border-color: #57476C; }
span { border-color: rgb(87,71,108); }
td.TdClassName
{
border-color: #57476C;
}
.TagClassName
{
border-color: #57476C;
}
</style>