Shades of Mulled Wine #554D63
Tints of Mulled Wine #554D63
RGB
CMYK
RGB Variations
Color information
#554D63 (or 0x554D63) is known color: Mulled Wine. HEX triplet: 55, 4D and 63. RGB value is (85,77,99). Sum of RGB (Red+Green+Blue) = 85+77+99=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #554D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D63 is #AAB29C. Grayscale: #515151. Windows color (decimal): -11186845 or 6507861. OLE color: 6507861.
HSL color Cylindrical-coordinate representation of color #554D63: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554D63 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 77 | 99 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.61 |
| HSL | 261.82º | 0.13% | 0.35% | - |
| HSV(B) | 261.82º | 0.22% | 0.39% | - |
| XYZ | 8.65 | 8.14 | 12.92 | - |
| YUV | 81.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 99 | 0.14 | 0.22 | 0 | 0.61 | 261.82 | 0.13 | 0.35 |
| Hex | 55 | 4D | 63 | E | 16 | 0 | 3D | 106 | C | 23 |
| Octal | 125 | 115 | 143 | 16 | 26 | 0 | 75 | 406 | 14 | 43 |
| Binary | 1010101 | 1001101 | 1100011 | 1110 | 10110 | 0 | 111101 | 100000110 | 1100 | 100011 |
Color Harmonies of #554D63
Complementary color
Monochromatic Colors of #554D63
Black with #554D63
Text Example
Text Example
White with #554D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D63; }
p { color: rgb(85,77,99); }
H1.HeaderClassName
{
color: #554D63;
}
.AnyTagClassName
{
color: #554D63;
}
</style>
background-color css
<style>
a { background-color: #554D63; }
a { background-color: rgb(85,77,99); }
div.DivClassName
{
background-color: #554D63;
}
.BgClassName
{
background-color: #554D63;
}
</style>
border-color css
<style>
span { border-color: #554D63; }
span { border-color: rgb(85,77,99); }
td.TdClassName
{
border-color: #554D63;
}
.TagClassName
{
border-color: #554D63;
}
</style>