Shades of Mulled Wine #51435C
Tints of Mulled Wine #51435C
RGB
CMYK
RGB Variations
Color information
#51435C (or 0x51435C) is known color: Mulled Wine. HEX triplet: 51, 43 and 5C. RGB value is (81,67,92). Sum of RGB (Red+Green+Blue) = 81+67+92=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #51435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51435C is #AEBCA3. Grayscale: #494949. Windows color (decimal): -11451556 or 6046545. OLE color: 6046545.
HSL color Cylindrical-coordinate representation of color #51435C: hue angle of 273.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51435C is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 67 | 92 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.64 |
| HSL | 273.6º | 0.16% | 0.31% | - |
| HSV(B) | 273.6º | 0.27% | 0.36% | - |
| XYZ | 7.33 | 6.54 | 11 | - |
| YUV | 74.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 92 | 0.12 | 0.27 | 0 | 0.64 | 273.6 | 0.16 | 0.31 |
| Hex | 51 | 43 | 5C | C | 1B | 0 | 40 | 112 | 10 | 1F |
| Octal | 121 | 103 | 134 | 14 | 33 | 0 | 100 | 422 | 20 | 37 |
| Binary | 1010001 | 1000011 | 1011100 | 1100 | 11011 | 0 | 1000000 | 100010010 | 10000 | 11111 |
Color Harmonies of #51435C
Complementary color
Monochromatic Colors of #51435C
Black with #51435C
Text Example
Text Example
White with #51435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51435C; }
p { color: rgb(81,67,92); }
H1.HeaderClassName
{
color: #51435C;
}
.AnyTagClassName
{
color: #51435C;
}
</style>
background-color css
<style>
a { background-color: #51435C; }
a { background-color: rgb(81,67,92); }
div.DivClassName
{
background-color: #51435C;
}
.BgClassName
{
background-color: #51435C;
}
</style>
border-color css
<style>
span { border-color: #51435C; }
span { border-color: rgb(81,67,92); }
td.TdClassName
{
border-color: #51435C;
}
.TagClassName
{
border-color: #51435C;
}
</style>