Shades of Mulled Wine #514A61
Tints of Mulled Wine #514A61
RGB
CMYK
RGB Variations
Color information
#514A61 (or 0x514A61) is known color: Mulled Wine. HEX triplet: 51, 4A and 61. RGB value is (81,74,97). Sum of RGB (Red+Green+Blue) = 81+74+97=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #514A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A61 is #AEB59E. Grayscale: #4E4E4E. Windows color (decimal): -11449759 or 6376017. OLE color: 6376017.
HSL color Cylindrical-coordinate representation of color #514A61: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #514A61 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 74 | 97 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.62 |
| HSL | 258.26º | 0.13% | 0.34% | - |
| HSV(B) | 258.26º | 0.24% | 0.38% | - |
| XYZ | 8 | 7.51 | 12.34 | - |
| YUV | 78.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 97 | 0.16 | 0.24 | 0 | 0.62 | 258.26 | 0.13 | 0.34 |
| Hex | 51 | 4A | 61 | 10 | 18 | 0 | 3E | 102 | D | 22 |
| Octal | 121 | 112 | 141 | 20 | 30 | 0 | 76 | 402 | 15 | 42 |
| Binary | 1010001 | 1001010 | 1100001 | 10000 | 11000 | 0 | 111110 | 100000010 | 1101 | 100010 |
Color Harmonies of #514A61
Complementary color
Monochromatic Colors of #514A61
Black with #514A61
Text Example
Text Example
White with #514A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A61; }
p { color: rgb(81,74,97); }
H1.HeaderClassName
{
color: #514A61;
}
.AnyTagClassName
{
color: #514A61;
}
</style>
background-color css
<style>
a { background-color: #514A61; }
a { background-color: rgb(81,74,97); }
div.DivClassName
{
background-color: #514A61;
}
.BgClassName
{
background-color: #514A61;
}
</style>
border-color css
<style>
span { border-color: #514A61; }
span { border-color: rgb(81,74,97); }
td.TdClassName
{
border-color: #514A61;
}
.TagClassName
{
border-color: #514A61;
}
</style>