Shades of Mulled Wine #51435F
Tints of Mulled Wine #51435F
RGB
CMYK
RGB Variations
Color information
#51435F (or 0x51435F) is known color: Mulled Wine. HEX triplet: 51, 43 and 5F. RGB value is (81,67,95). Sum of RGB (Red+Green+Blue) = 81+67+95=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #51435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51435F is #AEBCA0. Grayscale: #4A4A4A. Windows color (decimal): -11451553 or 6243153. OLE color: 6243153.
HSL color Cylindrical-coordinate representation of color #51435F: hue angle of 270º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51435F is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 67 | 95 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.63 |
| HSL | 270º | 0.17% | 0.32% | - |
| HSV(B) | 270º | 0.29% | 0.37% | - |
| XYZ | 7.47 | 6.59 | 11.7 | - |
| YUV | 74.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 95 | 0.15 | 0.29 | 0 | 0.63 | 270 | 0.17 | 0.32 |
| Hex | 51 | 43 | 5F | F | 1D | 0 | 3F | 10E | 11 | 20 |
| Octal | 121 | 103 | 137 | 17 | 35 | 0 | 77 | 416 | 21 | 40 |
| Binary | 1010001 | 1000011 | 1011111 | 1111 | 11101 | 0 | 111111 | 100001110 | 10001 | 100000 |
Color Harmonies of #51435F
Complementary color
Monochromatic Colors of #51435F
Black with #51435F
Text Example
Text Example
White with #51435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51435F; }
p { color: rgb(81,67,95); }
H1.HeaderClassName
{
color: #51435F;
}
.AnyTagClassName
{
color: #51435F;
}
</style>
background-color css
<style>
a { background-color: #51435F; }
a { background-color: rgb(81,67,95); }
div.DivClassName
{
background-color: #51435F;
}
.BgClassName
{
background-color: #51435F;
}
</style>
border-color css
<style>
span { border-color: #51435F; }
span { border-color: rgb(81,67,95); }
td.TdClassName
{
border-color: #51435F;
}
.TagClassName
{
border-color: #51435F;
}
</style>