Shades of Mulled Wine #514B57
Tints of Mulled Wine #514B57
RGB
CMYK
RGB Variations
Color information
#514B57 (or 0x514B57) is known color: Mulled Wine. HEX triplet: 51, 4B and 57. RGB value is (81,75,87). Sum of RGB (Red+Green+Blue) = 81+75+87=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #514B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B57 is #AEB4A8. Grayscale: #4E4E4E. Windows color (decimal): -11449513 or 5720913. OLE color: 5720913.
HSL color Cylindrical-coordinate representation of color #514B57: hue angle of 270º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514B57 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 75 | 87 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.66 |
| HSL | 270º | 0.07% | 0.32% | - |
| HSV(B) | 270º | 0.14% | 0.34% | - |
| XYZ | 7.63 | 7.47 | 10.06 | - |
| YUV | 78.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 87 | 0.07 | 0.14 | 0 | 0.66 | 270 | 0.07 | 0.32 |
| Hex | 51 | 4B | 57 | 7 | E | 0 | 42 | 10E | 7 | 20 |
| Octal | 121 | 113 | 127 | 7 | 16 | 0 | 102 | 416 | 7 | 40 |
| Binary | 1010001 | 1001011 | 1010111 | 111 | 1110 | 0 | 1000010 | 100001110 | 111 | 100000 |
Color Harmonies of #514B57
Complementary color
Monochromatic Colors of #514B57
Black with #514B57
Text Example
Text Example
White with #514B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B57; }
p { color: rgb(81,75,87); }
H1.HeaderClassName
{
color: #514B57;
}
.AnyTagClassName
{
color: #514B57;
}
</style>
background-color css
<style>
a { background-color: #514B57; }
a { background-color: rgb(81,75,87); }
div.DivClassName
{
background-color: #514B57;
}
.BgClassName
{
background-color: #514B57;
}
</style>
border-color css
<style>
span { border-color: #514B57; }
span { border-color: rgb(81,75,87); }
td.TdClassName
{
border-color: #514B57;
}
.TagClassName
{
border-color: #514B57;
}
</style>