Shades of Mulled Wine #514C60
Tints of Mulled Wine #514C60
RGB
CMYK
RGB Variations
Color information
#514C60 (or 0x514C60) is known color: Mulled Wine. HEX triplet: 51, 4C and 60. RGB value is (81,76,96). Sum of RGB (Red+Green+Blue) = 81+76+96=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #514C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C60 is #AEB39F. Grayscale: #4F4F4F. Windows color (decimal): -11449248 or 6310993. OLE color: 6310993.
HSL color Cylindrical-coordinate representation of color #514C60: hue angle of 255º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514C60 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 76 | 96 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.62 |
| HSL | 255º | 0.12% | 0.34% | - |
| HSV(B) | 255º | 0.21% | 0.38% | - |
| XYZ | 8.09 | 7.76 | 12.14 | - |
| YUV | 79.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 96 | 0.16 | 0.21 | 0 | 0.62 | 255 | 0.12 | 0.34 |
| Hex | 51 | 4C | 60 | 10 | 15 | 0 | 3E | FF | C | 22 |
| Octal | 121 | 114 | 140 | 20 | 25 | 0 | 76 | 377 | 14 | 42 |
| Binary | 1010001 | 1001100 | 1100000 | 10000 | 10101 | 0 | 111110 | 11111111 | 1100 | 100010 |
Color Harmonies of #514C60
Complementary color
Monochromatic Colors of #514C60
Black with #514C60
Text Example
Text Example
White with #514C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C60; }
p { color: rgb(81,76,96); }
H1.HeaderClassName
{
color: #514C60;
}
.AnyTagClassName
{
color: #514C60;
}
</style>
background-color css
<style>
a { background-color: #514C60; }
a { background-color: rgb(81,76,96); }
div.DivClassName
{
background-color: #514C60;
}
.BgClassName
{
background-color: #514C60;
}
</style>
border-color css
<style>
span { border-color: #514C60; }
span { border-color: rgb(81,76,96); }
td.TdClassName
{
border-color: #514C60;
}
.TagClassName
{
border-color: #514C60;
}
</style>