Shades of Mulled Wine #51465C
Tints of Mulled Wine #51465C
RGB
CMYK
RGB Variations
Color information
#51465C (or 0x51465C) is known color: Mulled Wine. HEX triplet: 51, 46 and 5C. RGB value is (81,70,92). Sum of RGB (Red+Green+Blue) = 81+70+92=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #51465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51465C is #AEB9A3. Grayscale: #4B4B4B. Windows color (decimal): -11450788 or 6047313. OLE color: 6047313.
HSL color Cylindrical-coordinate representation of color #51465C: hue angle of 270º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51465C is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 70 | 92 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.64 |
| HSL | 270º | 0.14% | 0.32% | - |
| HSV(B) | 270º | 0.24% | 0.36% | - |
| XYZ | 7.52 | 6.9 | 11.06 | - |
| YUV | 75.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 92 | 0.12 | 0.24 | 0 | 0.64 | 270 | 0.14 | 0.32 |
| Hex | 51 | 46 | 5C | C | 18 | 0 | 40 | 10E | E | 20 |
| Octal | 121 | 106 | 134 | 14 | 30 | 0 | 100 | 416 | 16 | 40 |
| Binary | 1010001 | 1000110 | 1011100 | 1100 | 11000 | 0 | 1000000 | 100001110 | 1110 | 100000 |
Color Harmonies of #51465C
Complementary color
Monochromatic Colors of #51465C
Black with #51465C
Text Example
Text Example
White with #51465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51465C; }
p { color: rgb(81,70,92); }
H1.HeaderClassName
{
color: #51465C;
}
.AnyTagClassName
{
color: #51465C;
}
</style>
background-color css
<style>
a { background-color: #51465C; }
a { background-color: rgb(81,70,92); }
div.DivClassName
{
background-color: #51465C;
}
.BgClassName
{
background-color: #51465C;
}
</style>
border-color css
<style>
span { border-color: #51465C; }
span { border-color: rgb(81,70,92); }
td.TdClassName
{
border-color: #51465C;
}
.TagClassName
{
border-color: #51465C;
}
</style>