Shades of Mulled Wine #514D68
Tints of Mulled Wine #514D68
RGB
CMYK
RGB Variations
Color information
#514D68 (or 0x514D68) is known color: Mulled Wine. HEX triplet: 51, 4D and 68. RGB value is (81,77,104). Sum of RGB (Red+Green+Blue) = 81+77+104=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #514D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D68 is #AEB297. Grayscale: #515151. Windows color (decimal): -11448984 or 6835537. OLE color: 6835537.
HSL color Cylindrical-coordinate representation of color #514D68: hue angle of 248.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514D68 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 77 | 104 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.59 |
| HSL | 248.89º | 0.15% | 0.35% | - |
| HSV(B) | 248.89º | 0.26% | 0.41% | - |
| XYZ | 8.55 | 8.06 | 14.2 | - |
| YUV | 81.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 104 | 0.22 | 0.26 | 0 | 0.59 | 248.89 | 0.15 | 0.35 |
| Hex | 51 | 4D | 68 | 16 | 1A | 0 | 3B | F9 | F | 23 |
| Octal | 121 | 115 | 150 | 26 | 32 | 0 | 73 | 371 | 17 | 43 |
| Binary | 1010001 | 1001101 | 1101000 | 10110 | 11010 | 0 | 111011 | 11111001 | 1111 | 100011 |
Color Harmonies of #514D68
Complementary color
Monochromatic Colors of #514D68
Black with #514D68
Text Example
Text Example
White with #514D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D68; }
p { color: rgb(81,77,104); }
H1.HeaderClassName
{
color: #514D68;
}
.AnyTagClassName
{
color: #514D68;
}
</style>
background-color css
<style>
a { background-color: #514D68; }
a { background-color: rgb(81,77,104); }
div.DivClassName
{
background-color: #514D68;
}
.BgClassName
{
background-color: #514D68;
}
</style>
border-color css
<style>
span { border-color: #514D68; }
span { border-color: rgb(81,77,104); }
td.TdClassName
{
border-color: #514D68;
}
.TagClassName
{
border-color: #514D68;
}
</style>