Shades of Mulled Wine #574E67
Tints of Mulled Wine #574E67
RGB
CMYK
RGB Variations
Color information
#574E67 (or 0x574E67) is known color: Mulled Wine. HEX triplet: 57, 4E and 67. RGB value is (87,78,103). Sum of RGB (Red+Green+Blue) = 87+78+103=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #574E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E67 is #A8B198. Grayscale: #535353. Windows color (decimal): -11055513 or 6770263. OLE color: 6770263.
HSL color Cylindrical-coordinate representation of color #574E67: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574E67 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 78 | 103 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.60 |
| HSL | 261.6º | 0.14% | 0.35% | - |
| HSV(B) | 261.6º | 0.24% | 0.4% | - |
| XYZ | 9.1 | 8.45 | 13.98 | - |
| YUV | 83.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 103 | 0.16 | 0.24 | 0 | 0.60 | 261.6 | 0.14 | 0.35 |
| Hex | 57 | 4E | 67 | 10 | 18 | 0 | 3C | 106 | E | 23 |
| Octal | 127 | 116 | 147 | 20 | 30 | 0 | 74 | 406 | 16 | 43 |
| Binary | 1010111 | 1001110 | 1100111 | 10000 | 11000 | 0 | 111100 | 100000110 | 1110 | 100011 |
Color Harmonies of #574E67
Complementary color
Monochromatic Colors of #574E67
Black with #574E67
Text Example
Text Example
White with #574E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E67; }
p { color: rgb(87,78,103); }
H1.HeaderClassName
{
color: #574E67;
}
.AnyTagClassName
{
color: #574E67;
}
</style>
background-color css
<style>
a { background-color: #574E67; }
a { background-color: rgb(87,78,103); }
div.DivClassName
{
background-color: #574E67;
}
.BgClassName
{
background-color: #574E67;
}
</style>
border-color css
<style>
span { border-color: #574E67; }
span { border-color: rgb(87,78,103); }
td.TdClassName
{
border-color: #574E67;
}
.TagClassName
{
border-color: #574E67;
}
</style>