Shades of Mulled Wine #514761
Tints of Mulled Wine #514761
RGB
CMYK
RGB Variations
Color information
#514761 (or 0x514761) is known color: Mulled Wine. HEX triplet: 51, 47 and 61. RGB value is (81,71,97). Sum of RGB (Red+Green+Blue) = 81+71+97=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #514761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514761 is #AEB89E. Grayscale: #4C4C4C. Windows color (decimal): -11450527 or 6375249. OLE color: 6375249.
HSL color Cylindrical-coordinate representation of color #514761: hue angle of 263.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514761 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 71 | 97 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.62 |
| HSL | 263.08º | 0.15% | 0.33% | - |
| HSV(B) | 263.08º | 0.27% | 0.38% | - |
| XYZ | 7.8 | 7.12 | 12.27 | - |
| YUV | 76.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 97 | 0.16 | 0.27 | 0 | 0.62 | 263.08 | 0.15 | 0.33 |
| Hex | 51 | 47 | 61 | 10 | 1B | 0 | 3E | 107 | F | 21 |
| Octal | 121 | 107 | 141 | 20 | 33 | 0 | 76 | 407 | 17 | 41 |
| Binary | 1010001 | 1000111 | 1100001 | 10000 | 11011 | 0 | 111110 | 100000111 | 1111 | 100001 |
Color Harmonies of #514761
Complementary color
Monochromatic Colors of #514761
Black with #514761
Text Example
Text Example
White with #514761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514761; }
p { color: rgb(81,71,97); }
H1.HeaderClassName
{
color: #514761;
}
.AnyTagClassName
{
color: #514761;
}
</style>
background-color css
<style>
a { background-color: #514761; }
a { background-color: rgb(81,71,97); }
div.DivClassName
{
background-color: #514761;
}
.BgClassName
{
background-color: #514761;
}
</style>
border-color css
<style>
span { border-color: #514761; }
span { border-color: rgb(81,71,97); }
td.TdClassName
{
border-color: #514761;
}
.TagClassName
{
border-color: #514761;
}
</style>