Shades of Mulled Wine #514F57
Tints of Mulled Wine #514F57
RGB
CMYK
RGB Variations
Color information
#514F57 (or 0x514F57) is known color: Mulled Wine. HEX triplet: 51, 4F and 57. RGB value is (81,79,87). Sum of RGB (Red+Green+Blue) = 81+79+87=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 87 - color contains mainly: blue. Hex color #514F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F57 is #AEB0A8. Grayscale: #505050. Windows color (decimal): -11448489 or 5721937. OLE color: 5721937.
HSL color Cylindrical-coordinate representation of color #514F57: hue angle of 255º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514F57 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 79 | 87 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.66 |
| HSL | 255º | 0.05% | 0.33% | - |
| HSV(B) | 255º | 0.09% | 0.34% | - |
| XYZ | 7.91 | 8.03 | 10.15 | - |
| YUV | 80.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 87 | 0.07 | 0.09 | 0 | 0.66 | 255 | 0.05 | 0.33 |
| Hex | 51 | 4F | 57 | 7 | 9 | 0 | 42 | FF | 5 | 21 |
| Octal | 121 | 117 | 127 | 7 | 11 | 0 | 102 | 377 | 5 | 41 |
| Binary | 1010001 | 1001111 | 1010111 | 111 | 1001 | 0 | 1000010 | 11111111 | 101 | 100001 |
Color Harmonies of #514F57
Complementary color
Monochromatic Colors of #514F57
Black with #514F57
Text Example
Text Example
White with #514F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F57; }
p { color: rgb(81,79,87); }
H1.HeaderClassName
{
color: #514F57;
}
.AnyTagClassName
{
color: #514F57;
}
</style>
background-color css
<style>
a { background-color: #514F57; }
a { background-color: rgb(81,79,87); }
div.DivClassName
{
background-color: #514F57;
}
.BgClassName
{
background-color: #514F57;
}
</style>
border-color css
<style>
span { border-color: #514F57; }
span { border-color: rgb(81,79,87); }
td.TdClassName
{
border-color: #514F57;
}
.TagClassName
{
border-color: #514F57;
}
</style>