Shades of Mulled Wine #51455D
Tints of Mulled Wine #51455D
RGB
CMYK
RGB Variations
Color information
#51455D (or 0x51455D) is known color: Mulled Wine. HEX triplet: 51, 45 and 5D. RGB value is (81,69,93). Sum of RGB (Red+Green+Blue) = 81+69+93=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #51455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51455D is #AEBAA2. Grayscale: #4B4B4B. Windows color (decimal): -11451043 or 6112593. OLE color: 6112593.
HSL color Cylindrical-coordinate representation of color #51455D: hue angle of 270º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51455D is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 69 | 93 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.64 |
| HSL | 270º | 0.15% | 0.32% | - |
| HSV(B) | 270º | 0.26% | 0.36% | - |
| XYZ | 7.5 | 6.8 | 11.27 | - |
| YUV | 75.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 93 | 0.13 | 0.26 | 0 | 0.64 | 270 | 0.15 | 0.32 |
| Hex | 51 | 45 | 5D | D | 1A | 0 | 40 | 10E | F | 20 |
| Octal | 121 | 105 | 135 | 15 | 32 | 0 | 100 | 416 | 17 | 40 |
| Binary | 1010001 | 1000101 | 1011101 | 1101 | 11010 | 0 | 1000000 | 100001110 | 1111 | 100000 |
Color Harmonies of #51455D
Complementary color
Monochromatic Colors of #51455D
Black with #51455D
Text Example
Text Example
White with #51455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51455D; }
p { color: rgb(81,69,93); }
H1.HeaderClassName
{
color: #51455D;
}
.AnyTagClassName
{
color: #51455D;
}
</style>
background-color css
<style>
a { background-color: #51455D; }
a { background-color: rgb(81,69,93); }
div.DivClassName
{
background-color: #51455D;
}
.BgClassName
{
background-color: #51455D;
}
</style>
border-color css
<style>
span { border-color: #51455D; }
span { border-color: rgb(81,69,93); }
td.TdClassName
{
border-color: #51455D;
}
.TagClassName
{
border-color: #51455D;
}
</style>