Shades of Mulled Wine #574D67
Tints of Mulled Wine #574D67
RGB
CMYK
RGB Variations
Color information
#574D67 (or 0x574D67) is known color: Mulled Wine. HEX triplet: 57, 4D and 67. RGB value is (87,77,103). Sum of RGB (Red+Green+Blue) = 87+77+103=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #574D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D67 is #A8B298. Grayscale: #525252. Windows color (decimal): -11055769 or 6770007. OLE color: 6770007.
HSL color Cylindrical-coordinate representation of color #574D67: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574D67 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 77 | 103 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.60 |
| HSL | 263.08º | 0.14% | 0.35% | - |
| HSV(B) | 263.08º | 0.25% | 0.4% | - |
| XYZ | 9.03 | 8.31 | 13.96 | - |
| YUV | 82.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 103 | 0.16 | 0.25 | 0 | 0.60 | 263.08 | 0.14 | 0.35 |
| Hex | 57 | 4D | 67 | 10 | 19 | 0 | 3C | 107 | E | 23 |
| Octal | 127 | 115 | 147 | 20 | 31 | 0 | 74 | 407 | 16 | 43 |
| Binary | 1010111 | 1001101 | 1100111 | 10000 | 11001 | 0 | 111100 | 100000111 | 1110 | 100011 |
Color Harmonies of #574D67
Complementary color
Monochromatic Colors of #574D67
Black with #574D67
Text Example
Text Example
White with #574D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D67; }
p { color: rgb(87,77,103); }
H1.HeaderClassName
{
color: #574D67;
}
.AnyTagClassName
{
color: #574D67;
}
</style>
background-color css
<style>
a { background-color: #574D67; }
a { background-color: rgb(87,77,103); }
div.DivClassName
{
background-color: #574D67;
}
.BgClassName
{
background-color: #574D67;
}
</style>
border-color css
<style>
span { border-color: #574D67; }
span { border-color: rgb(87,77,103); }
td.TdClassName
{
border-color: #574D67;
}
.TagClassName
{
border-color: #574D67;
}
</style>