Shades of Mulled Wine #514D58
Tints of Mulled Wine #514D58
RGB
CMYK
RGB Variations
Color information
#514D58 (or 0x514D58) is known color: Mulled Wine. HEX triplet: 51, 4D and 58. RGB value is (81,77,88). Sum of RGB (Red+Green+Blue) = 81+77+88=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #514D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D58 is #AEB2A7. Grayscale: #4F4F4F. Windows color (decimal): -11449000 or 5786961. OLE color: 5786961.
HSL color Cylindrical-coordinate representation of color #514D58: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514D58 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 77 | 88 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.65 |
| HSL | 261.82º | 0.07% | 0.32% | - |
| HSV(B) | 261.82º | 0.13% | 0.35% | - |
| XYZ | 7.81 | 7.76 | 10.32 | - |
| YUV | 79.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 88 | 0.08 | 0.12 | 0 | 0.65 | 261.82 | 0.07 | 0.32 |
| Hex | 51 | 4D | 58 | 8 | C | 0 | 41 | 106 | 7 | 20 |
| Octal | 121 | 115 | 130 | 10 | 14 | 0 | 101 | 406 | 7 | 40 |
| Binary | 1010001 | 1001101 | 1011000 | 1000 | 1100 | 0 | 1000001 | 100000110 | 111 | 100000 |
Color Harmonies of #514D58
Complementary color
Monochromatic Colors of #514D58
Black with #514D58
Text Example
Text Example
White with #514D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D58; }
p { color: rgb(81,77,88); }
H1.HeaderClassName
{
color: #514D58;
}
.AnyTagClassName
{
color: #514D58;
}
</style>
background-color css
<style>
a { background-color: #514D58; }
a { background-color: rgb(81,77,88); }
div.DivClassName
{
background-color: #514D58;
}
.BgClassName
{
background-color: #514D58;
}
</style>
border-color css
<style>
span { border-color: #514D58; }
span { border-color: rgb(81,77,88); }
td.TdClassName
{
border-color: #514D58;
}
.TagClassName
{
border-color: #514D58;
}
</style>