Shades of Mulled Wine #51445A
Tints of Mulled Wine #51445A
RGB
CMYK
RGB Variations
Color information
#51445A (or 0x51445A) is known color: Mulled Wine. HEX triplet: 51, 44 and 5A. RGB value is (81,68,90). Sum of RGB (Red+Green+Blue) = 81+68+90=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #51445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51445A is #AEBBA5. Grayscale: #4A4A4A. Windows color (decimal): -11451302 or 5915729. OLE color: 5915729.
HSL color Cylindrical-coordinate representation of color #51445A: hue angle of 275.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51445A is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 68 | 90 | - |
| CMYK | 0.1 | 0.24 | 0 | 0.65 |
| HSL | 275.45º | 0.14% | 0.31% | - |
| HSV(B) | 275.45º | 0.24% | 0.35% | - |
| XYZ | 7.31 | 6.62 | 10.57 | - |
| YUV | 74.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 90 | 0.1 | 0.24 | 0 | 0.65 | 275.45 | 0.14 | 0.31 |
| Hex | 51 | 44 | 5A | A | 18 | 0 | 41 | 113 | E | 1F |
| Octal | 121 | 104 | 132 | 12 | 30 | 0 | 101 | 423 | 16 | 37 |
| Binary | 1010001 | 1000100 | 1011010 | 1010 | 11000 | 0 | 1000001 | 100010011 | 1110 | 11111 |
Color Harmonies of #51445A
Complementary color
Monochromatic Colors of #51445A
Black with #51445A
Text Example
Text Example
White with #51445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51445A; }
p { color: rgb(81,68,90); }
H1.HeaderClassName
{
color: #51445A;
}
.AnyTagClassName
{
color: #51445A;
}
</style>
background-color css
<style>
a { background-color: #51445A; }
a { background-color: rgb(81,68,90); }
div.DivClassName
{
background-color: #51445A;
}
.BgClassName
{
background-color: #51445A;
}
</style>
border-color css
<style>
span { border-color: #51445A; }
span { border-color: rgb(81,68,90); }
td.TdClassName
{
border-color: #51445A;
}
.TagClassName
{
border-color: #51445A;
}
</style>