Shades of Mulled Wine #514B5A
Tints of Mulled Wine #514B5A
RGB
CMYK
RGB Variations
Color information
#514B5A (or 0x514B5A) is known color: Mulled Wine. HEX triplet: 51, 4B and 5A. RGB value is (81,75,90). Sum of RGB (Red+Green+Blue) = 81+75+90=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #514B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B5A is #AEB4A5. Grayscale: #4E4E4E. Windows color (decimal): -11449510 or 5917521. OLE color: 5917521.
HSL color Cylindrical-coordinate representation of color #514B5A: hue angle of 264º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514B5A is Cyan = 0.1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 75 | 90 | - |
| CMYK | 0.1 | 0.17 | 0 | 0.65 |
| HSL | 264º | 0.09% | 0.32% | - |
| HSV(B) | 264º | 0.17% | 0.35% | - |
| XYZ | 7.75 | 7.52 | 10.72 | - |
| YUV | 78.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 90 | 0.1 | 0.17 | 0 | 0.65 | 264 | 0.09 | 0.32 |
| Hex | 51 | 4B | 5A | A | 11 | 0 | 41 | 108 | 9 | 20 |
| Octal | 121 | 113 | 132 | 12 | 21 | 0 | 101 | 410 | 11 | 40 |
| Binary | 1010001 | 1001011 | 1011010 | 1010 | 10001 | 0 | 1000001 | 100001000 | 1001 | 100000 |
Color Harmonies of #514B5A
Complementary color
Monochromatic Colors of #514B5A
Black with #514B5A
Text Example
Text Example
White with #514B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B5A; }
p { color: rgb(81,75,90); }
H1.HeaderClassName
{
color: #514B5A;
}
.AnyTagClassName
{
color: #514B5A;
}
</style>
background-color css
<style>
a { background-color: #514B5A; }
a { background-color: rgb(81,75,90); }
div.DivClassName
{
background-color: #514B5A;
}
.BgClassName
{
background-color: #514B5A;
}
</style>
border-color css
<style>
span { border-color: #514B5A; }
span { border-color: rgb(81,75,90); }
td.TdClassName
{
border-color: #514B5A;
}
.TagClassName
{
border-color: #514B5A;
}
</style>