Shades of Mulled Wine #514E59
Tints of Mulled Wine #514E59
RGB
CMYK
RGB Variations
Color information
#514E59 (or 0x514E59) is known color: Mulled Wine. HEX triplet: 51, 4E and 59. RGB value is (81,78,89). Sum of RGB (Red+Green+Blue) = 81+78+89=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #514E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E59 is #AEB1A6. Grayscale: #505050. Windows color (decimal): -11448743 or 5852753. OLE color: 5852753.
HSL color Cylindrical-coordinate representation of color #514E59: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514E59 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 78 | 89 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.65 |
| HSL | 256.36º | 0.07% | 0.33% | - |
| HSV(B) | 256.36º | 0.12% | 0.35% | - |
| XYZ | 7.92 | 7.92 | 10.56 | - |
| YUV | 80.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 89 | 0.09 | 0.12 | 0 | 0.65 | 256.36 | 0.07 | 0.33 |
| Hex | 51 | 4E | 59 | 9 | C | 0 | 41 | 100 | 7 | 21 |
| Octal | 121 | 116 | 131 | 11 | 14 | 0 | 101 | 400 | 7 | 41 |
| Binary | 1010001 | 1001110 | 1011001 | 1001 | 1100 | 0 | 1000001 | 100000000 | 111 | 100001 |
Color Harmonies of #514E59
Complementary color
Monochromatic Colors of #514E59
Black with #514E59
Text Example
Text Example
White with #514E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E59; }
p { color: rgb(81,78,89); }
H1.HeaderClassName
{
color: #514E59;
}
.AnyTagClassName
{
color: #514E59;
}
</style>
background-color css
<style>
a { background-color: #514E59; }
a { background-color: rgb(81,78,89); }
div.DivClassName
{
background-color: #514E59;
}
.BgClassName
{
background-color: #514E59;
}
</style>
border-color css
<style>
span { border-color: #514E59; }
span { border-color: rgb(81,78,89); }
td.TdClassName
{
border-color: #514E59;
}
.TagClassName
{
border-color: #514E59;
}
</style>