Shades of Mulled Wine #554D61
Tints of Mulled Wine #554D61
RGB
CMYK
RGB Variations
Color information
#554D61 (or 0x554D61) is known color: Mulled Wine. HEX triplet: 55, 4D and 61. RGB value is (85,77,97). Sum of RGB (Red+Green+Blue) = 85+77+97=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #554D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D61 is #AAB29E. Grayscale: #515151. Windows color (decimal): -11186847 or 6376789. OLE color: 6376789.
HSL color Cylindrical-coordinate representation of color #554D61: hue angle of 264º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554D61 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 77 | 97 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.62 |
| HSL | 264º | 0.11% | 0.34% | - |
| HSV(B) | 264º | 0.21% | 0.38% | - |
| XYZ | 8.56 | 8.1 | 12.42 | - |
| YUV | 81.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 97 | 0.12 | 0.21 | 0 | 0.62 | 264 | 0.11 | 0.34 |
| Hex | 55 | 4D | 61 | C | 15 | 0 | 3E | 108 | B | 22 |
| Octal | 125 | 115 | 141 | 14 | 25 | 0 | 76 | 410 | 13 | 42 |
| Binary | 1010101 | 1001101 | 1100001 | 1100 | 10101 | 0 | 111110 | 100001000 | 1011 | 100010 |
Color Harmonies of #554D61
Complementary color
Monochromatic Colors of #554D61
Black with #554D61
Text Example
Text Example
White with #554D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D61; }
p { color: rgb(85,77,97); }
H1.HeaderClassName
{
color: #554D61;
}
.AnyTagClassName
{
color: #554D61;
}
</style>
background-color css
<style>
a { background-color: #554D61; }
a { background-color: rgb(85,77,97); }
div.DivClassName
{
background-color: #554D61;
}
.BgClassName
{
background-color: #554D61;
}
</style>
border-color css
<style>
span { border-color: #554D61; }
span { border-color: rgb(85,77,97); }
td.TdClassName
{
border-color: #554D61;
}
.TagClassName
{
border-color: #554D61;
}
</style>