Shades of Mulled Wine #514F55
Tints of Mulled Wine #514F55
RGB
CMYK
RGB Variations
Color information
#514F55 (or 0x514F55) is known color: Mulled Wine. HEX triplet: 51, 4F and 55. RGB value is (81,79,85). Sum of RGB (Red+Green+Blue) = 81+79+85=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #514F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F55 is #AEB0AA. Grayscale: #505050. Windows color (decimal): -11448491 or 5590865. OLE color: 5590865.
HSL color Cylindrical-coordinate representation of color #514F55: hue angle of 260º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #514F55 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 79 | 85 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.67 |
| HSL | 260º | 0.04% | 0.32% | - |
| HSV(B) | 260º | 0.07% | 0.33% | - |
| XYZ | 7.83 | 8 | 9.73 | - |
| YUV | 80.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 85 | 0.05 | 0.07 | 0 | 0.67 | 260 | 0.04 | 0.32 |
| Hex | 51 | 4F | 55 | 5 | 7 | 0 | 43 | 104 | 4 | 20 |
| Octal | 121 | 117 | 125 | 5 | 7 | 0 | 103 | 404 | 4 | 40 |
| Binary | 1010001 | 1001111 | 1010101 | 101 | 111 | 0 | 1000011 | 100000100 | 100 | 100000 |
Color Harmonies of #514F55
Complementary color
Monochromatic Colors of #514F55
Black with #514F55
Text Example
Text Example
White with #514F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F55; }
p { color: rgb(81,79,85); }
H1.HeaderClassName
{
color: #514F55;
}
.AnyTagClassName
{
color: #514F55;
}
</style>
background-color css
<style>
a { background-color: #514F55; }
a { background-color: rgb(81,79,85); }
div.DivClassName
{
background-color: #514F55;
}
.BgClassName
{
background-color: #514F55;
}
</style>
border-color css
<style>
span { border-color: #514F55; }
span { border-color: rgb(81,79,85); }
td.TdClassName
{
border-color: #514F55;
}
.TagClassName
{
border-color: #514F55;
}
</style>