Shades of Mulled Wine #574A63
Tints of Mulled Wine #574A63
RGB
CMYK
RGB Variations
Color information
#574A63 (or 0x574A63) is known color: Mulled Wine. HEX triplet: 57, 4A and 63. RGB value is (87,74,99). Sum of RGB (Red+Green+Blue) = 87+74+99=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #574A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A63 is #A8B59C. Grayscale: #505050. Windows color (decimal): -11056541 or 6507095. OLE color: 6507095.
HSL color Cylindrical-coordinate representation of color #574A63: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574A63 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 74 | 99 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.61 |
| HSL | 271.2º | 0.14% | 0.34% | - |
| HSV(B) | 271.2º | 0.25% | 0.39% | - |
| XYZ | 8.63 | 7.82 | 12.86 | - |
| YUV | 80.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 99 | 0.12 | 0.25 | 0 | 0.61 | 271.2 | 0.14 | 0.34 |
| Hex | 57 | 4A | 63 | C | 19 | 0 | 3D | 10F | E | 22 |
| Octal | 127 | 112 | 143 | 14 | 31 | 0 | 75 | 417 | 16 | 42 |
| Binary | 1010111 | 1001010 | 1100011 | 1100 | 11001 | 0 | 111101 | 100001111 | 1110 | 100010 |
Color Harmonies of #574A63
Complementary color
Monochromatic Colors of #574A63
Black with #574A63
Text Example
Text Example
White with #574A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A63; }
p { color: rgb(87,74,99); }
H1.HeaderClassName
{
color: #574A63;
}
.AnyTagClassName
{
color: #574A63;
}
</style>
background-color css
<style>
a { background-color: #574A63; }
a { background-color: rgb(87,74,99); }
div.DivClassName
{
background-color: #574A63;
}
.BgClassName
{
background-color: #574A63;
}
</style>
border-color css
<style>
span { border-color: #574A63; }
span { border-color: rgb(87,74,99); }
td.TdClassName
{
border-color: #574A63;
}
.TagClassName
{
border-color: #574A63;
}
</style>