Shades of Mulled Wine #514162
Tints of Mulled Wine #514162
RGB
CMYK
RGB Variations
Color information
#514162 (or 0x514162) is known color: Mulled Wine. HEX triplet: 51, 41 and 62. RGB value is (81,65,98). Sum of RGB (Red+Green+Blue) = 81+65+98=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #514162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514162 is #AEBE9D. Grayscale: #494949. Windows color (decimal): -11452062 or 6439249. OLE color: 6439249.
HSL color Cylindrical-coordinate representation of color #514162: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514162 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 65 | 98 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.62 |
| HSL | 269.09º | 0.2% | 0.32% | - |
| HSV(B) | 269.09º | 0.34% | 0.38% | - |
| XYZ | 7.49 | 6.41 | 12.4 | - |
| YUV | 73.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 98 | 0.17 | 0.34 | 0 | 0.62 | 269.09 | 0.2 | 0.32 |
| Hex | 51 | 41 | 62 | 11 | 22 | 0 | 3E | 10D | 14 | 20 |
| Octal | 121 | 101 | 142 | 21 | 42 | 0 | 76 | 415 | 24 | 40 |
| Binary | 1010001 | 1000001 | 1100010 | 10001 | 100010 | 0 | 111110 | 100001101 | 10100 | 100000 |
Color Harmonies of #514162
Complementary color
Monochromatic Colors of #514162
Black with #514162
Text Example
Text Example
White with #514162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514162; }
p { color: rgb(81,65,98); }
H1.HeaderClassName
{
color: #514162;
}
.AnyTagClassName
{
color: #514162;
}
</style>
background-color css
<style>
a { background-color: #514162; }
a { background-color: rgb(81,65,98); }
div.DivClassName
{
background-color: #514162;
}
.BgClassName
{
background-color: #514162;
}
</style>
border-color css
<style>
span { border-color: #514162; }
span { border-color: rgb(81,65,98); }
td.TdClassName
{
border-color: #514162;
}
.TagClassName
{
border-color: #514162;
}
</style>