Shades of Mulled Wine #575061
Tints of Mulled Wine #575061
RGB
CMYK
RGB Variations
Color information
#575061 (or 0x575061) is known color: Mulled Wine. HEX triplet: 57, 50 and 61. RGB value is (87,80,97). Sum of RGB (Red+Green+Blue) = 87+80+97=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #575061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575061 is #A8AF9E. Grayscale: #535353. Windows color (decimal): -11055007 or 6377559. OLE color: 6377559.
HSL color Cylindrical-coordinate representation of color #575061: hue angle of 264.71º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575061 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 80 | 97 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.62 |
| HSL | 264.71º | 0.1% | 0.35% | - |
| HSV(B) | 264.71º | 0.18% | 0.38% | - |
| XYZ | 8.96 | 8.63 | 12.5 | - |
| YUV | 84.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 97 | 0.10 | 0.18 | 0 | 0.62 | 264.71 | 0.1 | 0.35 |
| Hex | 57 | 50 | 61 | A | 12 | 0 | 3E | 109 | A | 23 |
| Octal | 127 | 120 | 141 | 12 | 22 | 0 | 76 | 411 | 12 | 43 |
| Binary | 1010111 | 1010000 | 1100001 | 1010 | 10010 | 0 | 111110 | 100001001 | 1010 | 100011 |
Color Harmonies of #575061
Complementary color
Monochromatic Colors of #575061
Black with #575061
Text Example
Text Example
White with #575061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575061; }
p { color: rgb(87,80,97); }
H1.HeaderClassName
{
color: #575061;
}
.AnyTagClassName
{
color: #575061;
}
</style>
background-color css
<style>
a { background-color: #575061; }
a { background-color: rgb(87,80,97); }
div.DivClassName
{
background-color: #575061;
}
.BgClassName
{
background-color: #575061;
}
</style>
border-color css
<style>
span { border-color: #575061; }
span { border-color: rgb(87,80,97); }
td.TdClassName
{
border-color: #575061;
}
.TagClassName
{
border-color: #575061;
}
</style>