Shades of Mulled Wine #514758
Tints of Mulled Wine #514758
RGB
CMYK
RGB Variations
Color information
#514758 (or 0x514758) is known color: Mulled Wine. HEX triplet: 51, 47 and 58. RGB value is (81,71,88). Sum of RGB (Red+Green+Blue) = 81+71+88=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #514758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514758 is #AEB8A7. Grayscale: #4B4B4B. Windows color (decimal): -11450536 or 5785425. OLE color: 5785425.
HSL color Cylindrical-coordinate representation of color #514758: hue angle of 275.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514758 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 71 | 88 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.65 |
| HSL | 275.29º | 0.11% | 0.31% | - |
| HSV(B) | 275.29º | 0.19% | 0.35% | - |
| XYZ | 7.41 | 6.96 | 10.19 | - |
| YUV | 75.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 88 | 0.08 | 0.19 | 0 | 0.65 | 275.29 | 0.11 | 0.31 |
| Hex | 51 | 47 | 58 | 8 | 13 | 0 | 41 | 113 | B | 1F |
| Octal | 121 | 107 | 130 | 10 | 23 | 0 | 101 | 423 | 13 | 37 |
| Binary | 1010001 | 1000111 | 1011000 | 1000 | 10011 | 0 | 1000001 | 100010011 | 1011 | 11111 |
Color Harmonies of #514758
Complementary color
Monochromatic Colors of #514758
Black with #514758
Text Example
Text Example
White with #514758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514758; }
p { color: rgb(81,71,88); }
H1.HeaderClassName
{
color: #514758;
}
.AnyTagClassName
{
color: #514758;
}
</style>
background-color css
<style>
a { background-color: #514758; }
a { background-color: rgb(81,71,88); }
div.DivClassName
{
background-color: #514758;
}
.BgClassName
{
background-color: #514758;
}
</style>
border-color css
<style>
span { border-color: #514758; }
span { border-color: rgb(81,71,88); }
td.TdClassName
{
border-color: #514758;
}
.TagClassName
{
border-color: #514758;
}
</style>