Shades of Mulled Wine #514B55
Tints of Mulled Wine #514B55
RGB
CMYK
RGB Variations
Color information
#514B55 (or 0x514B55) is known color: Mulled Wine. HEX triplet: 51, 4B and 55. RGB value is (81,75,85). Sum of RGB (Red+Green+Blue) = 81+75+85=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #514B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B55 is #AEB4AA. Grayscale: #4D4D4D. Windows color (decimal): -11449515 or 5589841. OLE color: 5589841.
HSL color Cylindrical-coordinate representation of color #514B55: hue angle of 276º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514B55 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 75 | 85 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.67 |
| HSL | 276º | 0.06% | 0.31% | - |
| HSV(B) | 276º | 0.12% | 0.33% | - |
| XYZ | 7.55 | 7.44 | 9.63 | - |
| YUV | 77.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 85 | 0.05 | 0.12 | 0 | 0.67 | 276 | 0.06 | 0.31 |
| Hex | 51 | 4B | 55 | 5 | C | 0 | 43 | 114 | 6 | 1F |
| Octal | 121 | 113 | 125 | 5 | 14 | 0 | 103 | 424 | 6 | 37 |
| Binary | 1010001 | 1001011 | 1010101 | 101 | 1100 | 0 | 1000011 | 100010100 | 110 | 11111 |
Color Harmonies of #514B55
Complementary color
Monochromatic Colors of #514B55
Black with #514B55
Text Example
Text Example
White with #514B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B55; }
p { color: rgb(81,75,85); }
H1.HeaderClassName
{
color: #514B55;
}
.AnyTagClassName
{
color: #514B55;
}
</style>
background-color css
<style>
a { background-color: #514B55; }
a { background-color: rgb(81,75,85); }
div.DivClassName
{
background-color: #514B55;
}
.BgClassName
{
background-color: #514B55;
}
</style>
border-color css
<style>
span { border-color: #514B55; }
span { border-color: rgb(81,75,85); }
td.TdClassName
{
border-color: #514B55;
}
.TagClassName
{
border-color: #514B55;
}
</style>