Shades of Mulled Wine #514E55
Tints of Mulled Wine #514E55
RGB
CMYK
RGB Variations
Color information
#514E55 (or 0x514E55) is known color: Mulled Wine. HEX triplet: 51, 4E and 55. RGB value is (81,78,85). Sum of RGB (Red+Green+Blue) = 81+78+85=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 85 - color contains mainly: blue. Hex color #514E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E55 is #AEB1AA. Grayscale: #4F4F4F. Windows color (decimal): -11448747 or 5590609. OLE color: 5590609.
HSL color Cylindrical-coordinate representation of color #514E55: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #514E55 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 78 | 85 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.67 |
| HSL | 265.71º | 0.04% | 0.32% | - |
| HSV(B) | 265.71º | 0.08% | 0.33% | - |
| XYZ | 7.76 | 7.85 | 9.7 | - |
| YUV | 79.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 85 | 0.05 | 0.08 | 0 | 0.67 | 265.71 | 0.04 | 0.32 |
| Hex | 51 | 4E | 55 | 5 | 8 | 0 | 43 | 10A | 4 | 20 |
| Octal | 121 | 116 | 125 | 5 | 10 | 0 | 103 | 412 | 4 | 40 |
| Binary | 1010001 | 1001110 | 1010101 | 101 | 1000 | 0 | 1000011 | 100001010 | 100 | 100000 |
Color Harmonies of #514E55
Complementary color
Monochromatic Colors of #514E55
Black with #514E55
Text Example
Text Example
White with #514E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E55; }
p { color: rgb(81,78,85); }
H1.HeaderClassName
{
color: #514E55;
}
.AnyTagClassName
{
color: #514E55;
}
</style>
background-color css
<style>
a { background-color: #514E55; }
a { background-color: rgb(81,78,85); }
div.DivClassName
{
background-color: #514E55;
}
.BgClassName
{
background-color: #514E55;
}
</style>
border-color css
<style>
span { border-color: #514E55; }
span { border-color: rgb(81,78,85); }
td.TdClassName
{
border-color: #514E55;
}
.TagClassName
{
border-color: #514E55;
}
</style>