Shades of Mulled Wine #51445D
Tints of Mulled Wine #51445D
RGB
CMYK
RGB Variations
Color information
#51445D (or 0x51445D) is known color: Mulled Wine. HEX triplet: 51, 44 and 5D. RGB value is (81,68,93). Sum of RGB (Red+Green+Blue) = 81+68+93=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #51445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51445D is #AEBBA2. Grayscale: #4A4A4A. Windows color (decimal): -11451299 or 6112337. OLE color: 6112337.
HSL color Cylindrical-coordinate representation of color #51445D: hue angle of 271.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51445D is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 68 | 93 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.64 |
| HSL | 271.2º | 0.16% | 0.32% | - |
| HSV(B) | 271.2º | 0.27% | 0.36% | - |
| XYZ | 7.44 | 6.67 | 11.25 | - |
| YUV | 74.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 93 | 0.13 | 0.27 | 0 | 0.64 | 271.2 | 0.16 | 0.32 |
| Hex | 51 | 44 | 5D | D | 1B | 0 | 40 | 10F | 10 | 20 |
| Octal | 121 | 104 | 135 | 15 | 33 | 0 | 100 | 417 | 20 | 40 |
| Binary | 1010001 | 1000100 | 1011101 | 1101 | 11011 | 0 | 1000000 | 100001111 | 10000 | 100000 |
Color Harmonies of #51445D
Complementary color
Monochromatic Colors of #51445D
Black with #51445D
Text Example
Text Example
White with #51445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51445D; }
p { color: rgb(81,68,93); }
H1.HeaderClassName
{
color: #51445D;
}
.AnyTagClassName
{
color: #51445D;
}
</style>
background-color css
<style>
a { background-color: #51445D; }
a { background-color: rgb(81,68,93); }
div.DivClassName
{
background-color: #51445D;
}
.BgClassName
{
background-color: #51445D;
}
</style>
border-color css
<style>
span { border-color: #51445D; }
span { border-color: rgb(81,68,93); }
td.TdClassName
{
border-color: #51445D;
}
.TagClassName
{
border-color: #51445D;
}
</style>