Shades of Mulled Wine #514A5B
Tints of Mulled Wine #514A5B
RGB
CMYK
RGB Variations
Color information
#514A5B (or 0x514A5B) is known color: Mulled Wine. HEX triplet: 51, 4A and 5B. RGB value is (81,74,91). Sum of RGB (Red+Green+Blue) = 81+74+91=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #514A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A5B is #AEB5A4. Grayscale: #4D4D4D. Windows color (decimal): -11449765 or 5982801. OLE color: 5982801.
HSL color Cylindrical-coordinate representation of color #514A5B: hue angle of 264.71º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514A5B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 74 | 91 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.64 |
| HSL | 264.71º | 0.1% | 0.32% | - |
| HSV(B) | 264.71º | 0.19% | 0.36% | - |
| XYZ | 7.73 | 7.4 | 10.92 | - |
| YUV | 78.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 91 | 0.11 | 0.19 | 0 | 0.64 | 264.71 | 0.1 | 0.32 |
| Hex | 51 | 4A | 5B | B | 13 | 0 | 40 | 109 | A | 20 |
| Octal | 121 | 112 | 133 | 13 | 23 | 0 | 100 | 411 | 12 | 40 |
| Binary | 1010001 | 1001010 | 1011011 | 1011 | 10011 | 0 | 1000000 | 100001001 | 1010 | 100000 |
Color Harmonies of #514A5B
Complementary color
Monochromatic Colors of #514A5B
Black with #514A5B
Text Example
Text Example
White with #514A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A5B; }
p { color: rgb(81,74,91); }
H1.HeaderClassName
{
color: #514A5B;
}
.AnyTagClassName
{
color: #514A5B;
}
</style>
background-color css
<style>
a { background-color: #514A5B; }
a { background-color: rgb(81,74,91); }
div.DivClassName
{
background-color: #514A5B;
}
.BgClassName
{
background-color: #514A5B;
}
</style>
border-color css
<style>
span { border-color: #514A5B; }
span { border-color: rgb(81,74,91); }
td.TdClassName
{
border-color: #514A5B;
}
.TagClassName
{
border-color: #514A5B;
}
</style>