Shades of Mulled Wine #574F5F
Tints of Mulled Wine #574F5F
RGB
CMYK
RGB Variations
Color information
#574F5F (or 0x574F5F) is known color: Mulled Wine. HEX triplet: 57, 4F and 5F. RGB value is (87,79,95). Sum of RGB (Red+Green+Blue) = 87+79+95=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: blue. Hex color #574F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F5F is #A8B0A0. Grayscale: #535353. Windows color (decimal): -11055265 or 6246231. OLE color: 6246231.
HSL color Cylindrical-coordinate representation of color #574F5F: hue angle of 270º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574F5F is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 79 | 95 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.63 |
| HSL | 270º | 0.09% | 0.34% | - |
| HSV(B) | 270º | 0.17% | 0.37% | - |
| XYZ | 8.79 | 8.44 | 11.99 | - |
| YUV | 83.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 95 | 0.08 | 0.17 | 0 | 0.63 | 270 | 0.09 | 0.34 |
| Hex | 57 | 4F | 5F | 8 | 11 | 0 | 3F | 10E | 9 | 22 |
| Octal | 127 | 117 | 137 | 10 | 21 | 0 | 77 | 416 | 11 | 42 |
| Binary | 1010111 | 1001111 | 1011111 | 1000 | 10001 | 0 | 111111 | 100001110 | 1001 | 100010 |
Color Harmonies of #574F5F
Complementary color
Monochromatic Colors of #574F5F
Black with #574F5F
Text Example
Text Example
White with #574F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F5F; }
p { color: rgb(87,79,95); }
H1.HeaderClassName
{
color: #574F5F;
}
.AnyTagClassName
{
color: #574F5F;
}
</style>
background-color css
<style>
a { background-color: #574F5F; }
a { background-color: rgb(87,79,95); }
div.DivClassName
{
background-color: #574F5F;
}
.BgClassName
{
background-color: #574F5F;
}
</style>
border-color css
<style>
span { border-color: #574F5F; }
span { border-color: rgb(87,79,95); }
td.TdClassName
{
border-color: #574F5F;
}
.TagClassName
{
border-color: #574F5F;
}
</style>