Shades of Mulled Wine #575064
Tints of Mulled Wine #575064
RGB
CMYK
RGB Variations
Color information
#575064 (or 0x575064) is known color: Mulled Wine. HEX triplet: 57, 50 and 64. RGB value is (87,80,100). Sum of RGB (Red+Green+Blue) = 87+80+100=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #575064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575064 is #A8AF9B. Grayscale: #545454. Windows color (decimal): -11055004 or 6574167. OLE color: 6574167.
HSL color Cylindrical-coordinate representation of color #575064: hue angle of 261º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575064 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 80 | 100 | - |
| CMYK | 0.13 | 0.2 | 0 | 0.61 |
| HSL | 261º | 0.11% | 0.35% | - |
| HSV(B) | 261º | 0.2% | 0.39% | - |
| XYZ | 9.1 | 8.68 | 13.25 | - |
| YUV | 84.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 100 | 0.13 | 0.2 | 0 | 0.61 | 261 | 0.11 | 0.35 |
| Hex | 57 | 50 | 64 | D | 14 | 0 | 3D | 105 | B | 23 |
| Octal | 127 | 120 | 144 | 15 | 24 | 0 | 75 | 405 | 13 | 43 |
| Binary | 1010111 | 1010000 | 1100100 | 1101 | 10100 | 0 | 111101 | 100000101 | 1011 | 100011 |
Color Harmonies of #575064
Complementary color
Monochromatic Colors of #575064
Black with #575064
Text Example
Text Example
White with #575064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575064; }
p { color: rgb(87,80,100); }
H1.HeaderClassName
{
color: #575064;
}
.AnyTagClassName
{
color: #575064;
}
</style>
background-color css
<style>
a { background-color: #575064; }
a { background-color: rgb(87,80,100); }
div.DivClassName
{
background-color: #575064;
}
.BgClassName
{
background-color: #575064;
}
</style>
border-color css
<style>
span { border-color: #575064; }
span { border-color: rgb(87,80,100); }
td.TdClassName
{
border-color: #575064;
}
.TagClassName
{
border-color: #575064;
}
</style>