Shades of Mulled Wine #514B61
Tints of Mulled Wine #514B61
RGB
CMYK
RGB Variations
Color information
#514B61 (or 0x514B61) is known color: Mulled Wine. HEX triplet: 51, 4B and 61. RGB value is (81,75,97). Sum of RGB (Red+Green+Blue) = 81+75+97=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #514B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B61 is #AEB49E. Grayscale: #4F4F4F. Windows color (decimal): -11449503 or 6376273. OLE color: 6376273.
HSL color Cylindrical-coordinate representation of color #514B61: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514B61 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 75 | 97 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.62 |
| HSL | 256.36º | 0.13% | 0.34% | - |
| HSV(B) | 256.36º | 0.23% | 0.38% | - |
| XYZ | 8.07 | 7.64 | 12.36 | - |
| YUV | 79.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 97 | 0.16 | 0.23 | 0 | 0.62 | 256.36 | 0.13 | 0.34 |
| Hex | 51 | 4B | 61 | 10 | 17 | 0 | 3E | 100 | D | 22 |
| Octal | 121 | 113 | 141 | 20 | 27 | 0 | 76 | 400 | 15 | 42 |
| Binary | 1010001 | 1001011 | 1100001 | 10000 | 10111 | 0 | 111110 | 100000000 | 1101 | 100010 |
Color Harmonies of #514B61
Complementary color
Monochromatic Colors of #514B61
Black with #514B61
Text Example
Text Example
White with #514B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B61; }
p { color: rgb(81,75,97); }
H1.HeaderClassName
{
color: #514B61;
}
.AnyTagClassName
{
color: #514B61;
}
</style>
background-color css
<style>
a { background-color: #514B61; }
a { background-color: rgb(81,75,97); }
div.DivClassName
{
background-color: #514B61;
}
.BgClassName
{
background-color: #514B61;
}
</style>
border-color css
<style>
span { border-color: #514B61; }
span { border-color: rgb(81,75,97); }
td.TdClassName
{
border-color: #514B61;
}
.TagClassName
{
border-color: #514B61;
}
</style>