Shades of Mulled Wine #514D54
Tints of Mulled Wine #514D54
RGB
CMYK
RGB Variations
Color information
#514D54 (or 0x514D54) is known color: Mulled Wine. HEX triplet: 51, 4D and 54. RGB value is (81,77,84). Sum of RGB (Red+Green+Blue) = 81+77+84=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 84 - color contains mainly: blue. Hex color #514D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D54 is #AEB2AB. Grayscale: #4E4E4E. Windows color (decimal): -11449004 or 5524817. OLE color: 5524817.
HSL color Cylindrical-coordinate representation of color #514D54: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #514D54 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 77 | 84 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.67 |
| HSL | 274.29º | 0.04% | 0.32% | - |
| HSV(B) | 274.29º | 0.08% | 0.33% | - |
| XYZ | 7.65 | 7.7 | 9.47 | - |
| YUV | 78.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 84 | 0.04 | 0.08 | 0 | 0.67 | 274.29 | 0.04 | 0.32 |
| Hex | 51 | 4D | 54 | 4 | 8 | 0 | 43 | 112 | 4 | 20 |
| Octal | 121 | 115 | 124 | 4 | 10 | 0 | 103 | 422 | 4 | 40 |
| Binary | 1010001 | 1001101 | 1010100 | 100 | 1000 | 0 | 1000011 | 100010010 | 100 | 100000 |
Color Harmonies of #514D54
Complementary color
Monochromatic Colors of #514D54
Black with #514D54
Text Example
Text Example
White with #514D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D54; }
p { color: rgb(81,77,84); }
H1.HeaderClassName
{
color: #514D54;
}
.AnyTagClassName
{
color: #514D54;
}
</style>
background-color css
<style>
a { background-color: #514D54; }
a { background-color: rgb(81,77,84); }
div.DivClassName
{
background-color: #514D54;
}
.BgClassName
{
background-color: #514D54;
}
</style>
border-color css
<style>
span { border-color: #514D54; }
span { border-color: rgb(81,77,84); }
td.TdClassName
{
border-color: #514D54;
}
.TagClassName
{
border-color: #514D54;
}
</style>