Shades of Mulled Wine #51415E
Tints of Mulled Wine #51415E
RGB
CMYK
RGB Variations
Color information
#51415E (or 0x51415E) is known color: Mulled Wine. HEX triplet: 51, 41 and 5E. RGB value is (81,65,94). Sum of RGB (Red+Green+Blue) = 81+65+94=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #51415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415E is #AEBEA1. Grayscale: #484848. Windows color (decimal): -11452066 or 6177105. OLE color: 6177105.
HSL color Cylindrical-coordinate representation of color #51415E: hue angle of 273.1º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51415E is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 65 | 94 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.63 |
| HSL | 273.1º | 0.18% | 0.31% | - |
| HSV(B) | 273.1º | 0.31% | 0.37% | - |
| XYZ | 7.3 | 6.34 | 11.43 | - |
| YUV | 73.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 94 | 0.14 | 0.31 | 0 | 0.63 | 273.1 | 0.18 | 0.31 |
| Hex | 51 | 41 | 5E | E | 1F | 0 | 3F | 111 | 12 | 1F |
| Octal | 121 | 101 | 136 | 16 | 37 | 0 | 77 | 421 | 22 | 37 |
| Binary | 1010001 | 1000001 | 1011110 | 1110 | 11111 | 0 | 111111 | 100010001 | 10010 | 11111 |
Color Harmonies of #51415E
Complementary color
Monochromatic Colors of #51415E
Black with #51415E
Text Example
Text Example
White with #51415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51415E; }
p { color: rgb(81,65,94); }
H1.HeaderClassName
{
color: #51415E;
}
.AnyTagClassName
{
color: #51415E;
}
</style>
background-color css
<style>
a { background-color: #51415E; }
a { background-color: rgb(81,65,94); }
div.DivClassName
{
background-color: #51415E;
}
.BgClassName
{
background-color: #51415E;
}
</style>
border-color css
<style>
span { border-color: #51415E; }
span { border-color: rgb(81,65,94); }
td.TdClassName
{
border-color: #51415E;
}
.TagClassName
{
border-color: #51415E;
}
</style>