Shades of Mulled Wine #514E5D
Tints of Mulled Wine #514E5D
RGB
CMYK
RGB Variations
Color information
#514E5D (or 0x514E5D) is known color: Mulled Wine. HEX triplet: 51, 4E and 5D. RGB value is (81,78,93). Sum of RGB (Red+Green+Blue) = 81+78+93=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #514E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E5D is #AEB1A2. Grayscale: #505050. Windows color (decimal): -11448739 or 6114897. OLE color: 6114897.
HSL color Cylindrical-coordinate representation of color #514E5D: hue angle of 252º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514E5D is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 78 | 93 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.64 |
| HSL | 252º | 0.09% | 0.34% | - |
| HSV(B) | 252º | 0.16% | 0.36% | - |
| XYZ | 8.09 | 7.99 | 11.47 | - |
| YUV | 80.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 93 | 0.13 | 0.16 | 0 | 0.64 | 252 | 0.09 | 0.34 |
| Hex | 51 | 4E | 5D | D | 10 | 0 | 40 | FC | 9 | 22 |
| Octal | 121 | 116 | 135 | 15 | 20 | 0 | 100 | 374 | 11 | 42 |
| Binary | 1010001 | 1001110 | 1011101 | 1101 | 10000 | 0 | 1000000 | 11111100 | 1001 | 100010 |
Color Harmonies of #514E5D
Complementary color
Monochromatic Colors of #514E5D
Black with #514E5D
Text Example
Text Example
White with #514E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E5D; }
p { color: rgb(81,78,93); }
H1.HeaderClassName
{
color: #514E5D;
}
.AnyTagClassName
{
color: #514E5D;
}
</style>
background-color css
<style>
a { background-color: #514E5D; }
a { background-color: rgb(81,78,93); }
div.DivClassName
{
background-color: #514E5D;
}
.BgClassName
{
background-color: #514E5D;
}
</style>
border-color css
<style>
span { border-color: #514E5D; }
span { border-color: rgb(81,78,93); }
td.TdClassName
{
border-color: #514E5D;
}
.TagClassName
{
border-color: #514E5D;
}
</style>