Shades of Mulled Wine #514E57
Tints of Mulled Wine #514E57
RGB
CMYK
RGB Variations
Color information
#514E57 (or 0x514E57) is known color: Mulled Wine. HEX triplet: 51, 4E and 57. RGB value is (81,78,87). Sum of RGB (Red+Green+Blue) = 81+78+87=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 87 - color contains mainly: blue. Hex color #514E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E57 is #AEB1A8. Grayscale: #4F4F4F. Windows color (decimal): -11448745 or 5721681. OLE color: 5721681.
HSL color Cylindrical-coordinate representation of color #514E57: hue angle of 260º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514E57 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 78 | 87 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.66 |
| HSL | 260º | 0.05% | 0.32% | - |
| HSV(B) | 260º | 0.1% | 0.34% | - |
| XYZ | 7.84 | 7.89 | 10.13 | - |
| YUV | 79.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 87 | 0.07 | 0.10 | 0 | 0.66 | 260 | 0.05 | 0.32 |
| Hex | 51 | 4E | 57 | 7 | A | 0 | 42 | 104 | 5 | 20 |
| Octal | 121 | 116 | 127 | 7 | 12 | 0 | 102 | 404 | 5 | 40 |
| Binary | 1010001 | 1001110 | 1010111 | 111 | 1010 | 0 | 1000010 | 100000100 | 101 | 100000 |
Color Harmonies of #514E57
Complementary color
Monochromatic Colors of #514E57
Black with #514E57
Text Example
Text Example
White with #514E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E57; }
p { color: rgb(81,78,87); }
H1.HeaderClassName
{
color: #514E57;
}
.AnyTagClassName
{
color: #514E57;
}
</style>
background-color css
<style>
a { background-color: #514E57; }
a { background-color: rgb(81,78,87); }
div.DivClassName
{
background-color: #514E57;
}
.BgClassName
{
background-color: #514E57;
}
</style>
border-color css
<style>
span { border-color: #514E57; }
span { border-color: rgb(81,78,87); }
td.TdClassName
{
border-color: #514E57;
}
.TagClassName
{
border-color: #514E57;
}
</style>