Shades of Mulled Wine #574768
Tints of Mulled Wine #574768
RGB
CMYK
RGB Variations
Color information
#574768 (or 0x574768) is known color: Mulled Wine. HEX triplet: 57, 47 and 68. RGB value is (87,71,104). Sum of RGB (Red+Green+Blue) = 87+71+104=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #574768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574768 is #A8B897. Grayscale: #4F4F4F. Windows color (decimal): -11057304 or 6834007. OLE color: 6834007.
HSL color Cylindrical-coordinate representation of color #574768: hue angle of 269.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574768 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 71 | 104 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.59 |
| HSL | 269.09º | 0.19% | 0.34% | - |
| HSV(B) | 269.09º | 0.32% | 0.41% | - |
| XYZ | 8.68 | 7.53 | 14.09 | - |
| YUV | 79.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 104 | 0.16 | 0.32 | 0 | 0.59 | 269.09 | 0.19 | 0.34 |
| Hex | 57 | 47 | 68 | 10 | 20 | 0 | 3B | 10D | 13 | 22 |
| Octal | 127 | 107 | 150 | 20 | 40 | 0 | 73 | 415 | 23 | 42 |
| Binary | 1010111 | 1000111 | 1101000 | 10000 | 100000 | 0 | 111011 | 100001101 | 10011 | 100010 |
Color Harmonies of #574768
Complementary color
Monochromatic Colors of #574768
Black with #574768
Text Example
Text Example
White with #574768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574768; }
p { color: rgb(87,71,104); }
H1.HeaderClassName
{
color: #574768;
}
.AnyTagClassName
{
color: #574768;
}
</style>
background-color css
<style>
a { background-color: #574768; }
a { background-color: rgb(87,71,104); }
div.DivClassName
{
background-color: #574768;
}
.BgClassName
{
background-color: #574768;
}
</style>
border-color css
<style>
span { border-color: #574768; }
span { border-color: rgb(87,71,104); }
td.TdClassName
{
border-color: #574768;
}
.TagClassName
{
border-color: #574768;
}
</style>