Shades of Mulled Wine #514B69
Tints of Mulled Wine #514B69
RGB
CMYK
RGB Variations
Color information
#514B69 (or 0x514B69) is known color: Mulled Wine. HEX triplet: 51, 4B and 69. RGB value is (81,75,105). Sum of RGB (Red+Green+Blue) = 81+75+105=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #514B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B69 is #AEB496. Grayscale: #505050. Windows color (decimal): -11449495 or 6900561. OLE color: 6900561.
HSL color Cylindrical-coordinate representation of color #514B69: hue angle of 252º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514B69 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 75 | 105 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.59 |
| HSL | 252º | 0.17% | 0.35% | - |
| HSV(B) | 252º | 0.29% | 0.41% | - |
| XYZ | 8.46 | 7.8 | 14.42 | - |
| YUV | 80.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 105 | 0.23 | 0.29 | 0 | 0.59 | 252 | 0.17 | 0.35 |
| Hex | 51 | 4B | 69 | 17 | 1D | 0 | 3B | FC | 11 | 23 |
| Octal | 121 | 113 | 151 | 27 | 35 | 0 | 73 | 374 | 21 | 43 |
| Binary | 1010001 | 1001011 | 1101001 | 10111 | 11101 | 0 | 111011 | 11111100 | 10001 | 100011 |
Color Harmonies of #514B69
Complementary color
Monochromatic Colors of #514B69
Black with #514B69
Text Example
Text Example
White with #514B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B69; }
p { color: rgb(81,75,105); }
H1.HeaderClassName
{
color: #514B69;
}
.AnyTagClassName
{
color: #514B69;
}
</style>
background-color css
<style>
a { background-color: #514B69; }
a { background-color: rgb(81,75,105); }
div.DivClassName
{
background-color: #514B69;
}
.BgClassName
{
background-color: #514B69;
}
</style>
border-color css
<style>
span { border-color: #514B69; }
span { border-color: rgb(81,75,105); }
td.TdClassName
{
border-color: #514B69;
}
.TagClassName
{
border-color: #514B69;
}
</style>