Shades of Mulled Wine #514E63
Tints of Mulled Wine #514E63
RGB
CMYK
RGB Variations
Color information
#514E63 (or 0x514E63) is known color: Mulled Wine. HEX triplet: 51, 4E and 63. RGB value is (81,78,99). Sum of RGB (Red+Green+Blue) = 81+78+99=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #514E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E63 is #AEB19C. Grayscale: #515151. Windows color (decimal): -11448733 or 6508113. OLE color: 6508113.
HSL color Cylindrical-coordinate representation of color #514E63: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514E63 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 78 | 99 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.61 |
| HSL | 248.57º | 0.12% | 0.35% | - |
| HSV(B) | 248.57º | 0.21% | 0.39% | - |
| XYZ | 8.37 | 8.1 | 12.93 | - |
| YUV | 81.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 99 | 0.18 | 0.21 | 0 | 0.61 | 248.57 | 0.12 | 0.35 |
| Hex | 51 | 4E | 63 | 12 | 15 | 0 | 3D | F9 | C | 23 |
| Octal | 121 | 116 | 143 | 22 | 25 | 0 | 75 | 371 | 14 | 43 |
| Binary | 1010001 | 1001110 | 1100011 | 10010 | 10101 | 0 | 111101 | 11111001 | 1100 | 100011 |
Color Harmonies of #514E63
Complementary color
Monochromatic Colors of #514E63
Black with #514E63
Text Example
Text Example
White with #514E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E63; }
p { color: rgb(81,78,99); }
H1.HeaderClassName
{
color: #514E63;
}
.AnyTagClassName
{
color: #514E63;
}
</style>
background-color css
<style>
a { background-color: #514E63; }
a { background-color: rgb(81,78,99); }
div.DivClassName
{
background-color: #514E63;
}
.BgClassName
{
background-color: #514E63;
}
</style>
border-color css
<style>
span { border-color: #514E63; }
span { border-color: rgb(81,78,99); }
td.TdClassName
{
border-color: #514E63;
}
.TagClassName
{
border-color: #514E63;
}
</style>