Shades of Mulled Wine #514D57
Tints of Mulled Wine #514D57
RGB
CMYK
RGB Variations
Color information
#514D57 (or 0x514D57) is known color: Mulled Wine. HEX triplet: 51, 4D and 57. RGB value is (81,77,87). Sum of RGB (Red+Green+Blue) = 81+77+87=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #514D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D57 is #AEB2A8. Grayscale: #4F4F4F. Windows color (decimal): -11449001 or 5721425. OLE color: 5721425.
HSL color Cylindrical-coordinate representation of color #514D57: hue angle of 264º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514D57 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 77 | 87 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.66 |
| HSL | 264º | 0.06% | 0.32% | - |
| HSV(B) | 264º | 0.11% | 0.34% | - |
| XYZ | 7.77 | 7.75 | 10.1 | - |
| YUV | 79.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 87 | 0.07 | 0.11 | 0 | 0.66 | 264 | 0.06 | 0.32 |
| Hex | 51 | 4D | 57 | 7 | B | 0 | 42 | 108 | 6 | 20 |
| Octal | 121 | 115 | 127 | 7 | 13 | 0 | 102 | 410 | 6 | 40 |
| Binary | 1010001 | 1001101 | 1010111 | 111 | 1011 | 0 | 1000010 | 100001000 | 110 | 100000 |
Color Harmonies of #514D57
Complementary color
Monochromatic Colors of #514D57
Black with #514D57
Text Example
Text Example
White with #514D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D57; }
p { color: rgb(81,77,87); }
H1.HeaderClassName
{
color: #514D57;
}
.AnyTagClassName
{
color: #514D57;
}
</style>
background-color css
<style>
a { background-color: #514D57; }
a { background-color: rgb(81,77,87); }
div.DivClassName
{
background-color: #514D57;
}
.BgClassName
{
background-color: #514D57;
}
</style>
border-color css
<style>
span { border-color: #514D57; }
span { border-color: rgb(81,77,87); }
td.TdClassName
{
border-color: #514D57;
}
.TagClassName
{
border-color: #514D57;
}
</style>