Shades of Mulled Wine #574963
Tints of Mulled Wine #574963
RGB
CMYK
RGB Variations
Color information
#574963 (or 0x574963) is known color: Mulled Wine. HEX triplet: 57, 49 and 63. RGB value is (87,73,99). Sum of RGB (Red+Green+Blue) = 87+73+99=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #574963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574963 is #A8B69C. Grayscale: #505050. Windows color (decimal): -11056797 or 6506839. OLE color: 6506839.
HSL color Cylindrical-coordinate representation of color #574963: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574963 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 73 | 99 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.61 |
| HSL | 272.31º | 0.15% | 0.34% | - |
| HSV(B) | 272.31º | 0.26% | 0.39% | - |
| XYZ | 8.57 | 7.69 | 12.84 | - |
| YUV | 80.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 99 | 0.12 | 0.26 | 0 | 0.61 | 272.31 | 0.15 | 0.34 |
| Hex | 57 | 49 | 63 | C | 1A | 0 | 3D | 110 | F | 22 |
| Octal | 127 | 111 | 143 | 14 | 32 | 0 | 75 | 420 | 17 | 42 |
| Binary | 1010111 | 1001001 | 1100011 | 1100 | 11010 | 0 | 111101 | 100010000 | 1111 | 100010 |
Color Harmonies of #574963
Complementary color
Monochromatic Colors of #574963
Black with #574963
Text Example
Text Example
White with #574963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574963; }
p { color: rgb(87,73,99); }
H1.HeaderClassName
{
color: #574963;
}
.AnyTagClassName
{
color: #574963;
}
</style>
background-color css
<style>
a { background-color: #574963; }
a { background-color: rgb(87,73,99); }
div.DivClassName
{
background-color: #574963;
}
.BgClassName
{
background-color: #574963;
}
</style>
border-color css
<style>
span { border-color: #574963; }
span { border-color: rgb(87,73,99); }
td.TdClassName
{
border-color: #574963;
}
.TagClassName
{
border-color: #574963;
}
</style>