Shades of Mulled Wine #514D62
Tints of Mulled Wine #514D62
RGB
CMYK
RGB Variations
Color information
#514D62 (or 0x514D62) is known color: Mulled Wine. HEX triplet: 51, 4D and 62. RGB value is (81,77,98). Sum of RGB (Red+Green+Blue) = 81+77+98=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #514D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D62 is #AEB29D. Grayscale: #505050. Windows color (decimal): -11448990 or 6442321. OLE color: 6442321.
HSL color Cylindrical-coordinate representation of color #514D62: hue angle of 251.43º degrees, saturation: 0.12, 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 #514D62 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 77 | 98 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.62 |
| HSL | 251.43º | 0.12% | 0.34% | - |
| HSV(B) | 251.43º | 0.21% | 0.38% | - |
| XYZ | 8.25 | 7.94 | 12.65 | - |
| YUV | 80.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 98 | 0.17 | 0.21 | 0 | 0.62 | 251.43 | 0.12 | 0.34 |
| Hex | 51 | 4D | 62 | 11 | 15 | 0 | 3E | FB | C | 22 |
| Octal | 121 | 115 | 142 | 21 | 25 | 0 | 76 | 373 | 14 | 42 |
| Binary | 1010001 | 1001101 | 1100010 | 10001 | 10101 | 0 | 111110 | 11111011 | 1100 | 100010 |
Color Harmonies of #514D62
Complementary color
Monochromatic Colors of #514D62
Black with #514D62
Text Example
Text Example
White with #514D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D62; }
p { color: rgb(81,77,98); }
H1.HeaderClassName
{
color: #514D62;
}
.AnyTagClassName
{
color: #514D62;
}
</style>
background-color css
<style>
a { background-color: #514D62; }
a { background-color: rgb(81,77,98); }
div.DivClassName
{
background-color: #514D62;
}
.BgClassName
{
background-color: #514D62;
}
</style>
border-color css
<style>
span { border-color: #514D62; }
span { border-color: rgb(81,77,98); }
td.TdClassName
{
border-color: #514D62;
}
.TagClassName
{
border-color: #514D62;
}
</style>