Shades of Mulled Wine #51445C
Tints of Mulled Wine #51445C
RGB
CMYK
RGB Variations
Color information
#51445C (or 0x51445C) is known color: Mulled Wine. HEX triplet: 51, 44 and 5C. RGB value is (81,68,92). Sum of RGB (Red+Green+Blue) = 81+68+92=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #51445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51445C is #AEBBA3. Grayscale: #4A4A4A. Windows color (decimal): -11451300 or 6046801. OLE color: 6046801.
HSL color Cylindrical-coordinate representation of color #51445C: hue angle of 272.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51445C is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 68 | 92 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.64 |
| HSL | 272.5º | 0.15% | 0.31% | - |
| HSV(B) | 272.5º | 0.26% | 0.36% | - |
| XYZ | 7.39 | 6.66 | 11.02 | - |
| YUV | 74.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 92 | 0.12 | 0.26 | 0 | 0.64 | 272.5 | 0.15 | 0.31 |
| Hex | 51 | 44 | 5C | C | 1A | 0 | 40 | 110 | F | 1F |
| Octal | 121 | 104 | 134 | 14 | 32 | 0 | 100 | 420 | 17 | 37 |
| Binary | 1010001 | 1000100 | 1011100 | 1100 | 11010 | 0 | 1000000 | 100010000 | 1111 | 11111 |
Color Harmonies of #51445C
Complementary color
Monochromatic Colors of #51445C
Black with #51445C
Text Example
Text Example
White with #51445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51445C; }
p { color: rgb(81,68,92); }
H1.HeaderClassName
{
color: #51445C;
}
.AnyTagClassName
{
color: #51445C;
}
</style>
background-color css
<style>
a { background-color: #51445C; }
a { background-color: rgb(81,68,92); }
div.DivClassName
{
background-color: #51445C;
}
.BgClassName
{
background-color: #51445C;
}
</style>
border-color css
<style>
span { border-color: #51445C; }
span { border-color: rgb(81,68,92); }
td.TdClassName
{
border-color: #51445C;
}
.TagClassName
{
border-color: #51445C;
}
</style>