Shades of Mulled Wine #514A62
Tints of Mulled Wine #514A62
RGB
CMYK
RGB Variations
Color information
#514A62 (or 0x514A62) is known color: Mulled Wine. HEX triplet: 51, 4A and 62. RGB value is (81,74,98). Sum of RGB (Red+Green+Blue) = 81+74+98=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #514A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A62 is #AEB59D. Grayscale: #4E4E4E. Windows color (decimal): -11449758 or 6441553. OLE color: 6441553.
HSL color Cylindrical-coordinate representation of color #514A62: hue angle of 257.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #514A62 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 74 | 98 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.62 |
| HSL | 257.5º | 0.14% | 0.34% | - |
| HSV(B) | 257.5º | 0.24% | 0.38% | - |
| XYZ | 8.05 | 7.53 | 12.58 | - |
| YUV | 78.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 98 | 0.17 | 0.24 | 0 | 0.62 | 257.5 | 0.14 | 0.34 |
| Hex | 51 | 4A | 62 | 11 | 18 | 0 | 3E | 102 | E | 22 |
| Octal | 121 | 112 | 142 | 21 | 30 | 0 | 76 | 402 | 16 | 42 |
| Binary | 1010001 | 1001010 | 1100010 | 10001 | 11000 | 0 | 111110 | 100000010 | 1110 | 100010 |
Color Harmonies of #514A62
Complementary color
Monochromatic Colors of #514A62
Black with #514A62
Text Example
Text Example
White with #514A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A62; }
p { color: rgb(81,74,98); }
H1.HeaderClassName
{
color: #514A62;
}
.AnyTagClassName
{
color: #514A62;
}
</style>
background-color css
<style>
a { background-color: #514A62; }
a { background-color: rgb(81,74,98); }
div.DivClassName
{
background-color: #514A62;
}
.BgClassName
{
background-color: #514A62;
}
</style>
border-color css
<style>
span { border-color: #514A62; }
span { border-color: rgb(81,74,98); }
td.TdClassName
{
border-color: #514A62;
}
.TagClassName
{
border-color: #514A62;
}
</style>