Shades of Mulled Wine #514B59
Tints of Mulled Wine #514B59
RGB
CMYK
RGB Variations
Color information
#514B59 (or 0x514B59) is known color: Mulled Wine. HEX triplet: 51, 4B and 59. RGB value is (81,75,89). Sum of RGB (Red+Green+Blue) = 81+75+89=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #514B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B59 is #AEB4A6. Grayscale: #4E4E4E. Windows color (decimal): -11449511 or 5851985. OLE color: 5851985.
HSL color Cylindrical-coordinate representation of color #514B59: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514B59 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 75 | 89 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.65 |
| HSL | 265.71º | 0.09% | 0.32% | - |
| HSV(B) | 265.71º | 0.16% | 0.35% | - |
| XYZ | 7.71 | 7.5 | 10.49 | - |
| YUV | 78.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 89 | 0.09 | 0.16 | 0 | 0.65 | 265.71 | 0.09 | 0.32 |
| Hex | 51 | 4B | 59 | 9 | 10 | 0 | 41 | 10A | 9 | 20 |
| Octal | 121 | 113 | 131 | 11 | 20 | 0 | 101 | 412 | 11 | 40 |
| Binary | 1010001 | 1001011 | 1011001 | 1001 | 10000 | 0 | 1000001 | 100001010 | 1001 | 100000 |
Color Harmonies of #514B59
Complementary color
Monochromatic Colors of #514B59
Black with #514B59
Text Example
Text Example
White with #514B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B59; }
p { color: rgb(81,75,89); }
H1.HeaderClassName
{
color: #514B59;
}
.AnyTagClassName
{
color: #514B59;
}
</style>
background-color css
<style>
a { background-color: #514B59; }
a { background-color: rgb(81,75,89); }
div.DivClassName
{
background-color: #514B59;
}
.BgClassName
{
background-color: #514B59;
}
</style>
border-color css
<style>
span { border-color: #514B59; }
span { border-color: rgb(81,75,89); }
td.TdClassName
{
border-color: #514B59;
}
.TagClassName
{
border-color: #514B59;
}
</style>