Shades of Mauve Taupe #836371
Tints of Mauve Taupe #836371
RGB
CMYK
RGB Variations
Color information
#836371 (or 0x836371) is known color: Mauve Taupe. HEX triplet: 83, 63 and 71. RGB value is (131,99,113). Sum of RGB (Red+Green+Blue) = 131+99+113=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #836371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836371 is #7C9C8E. Grayscale: #6E6E6E. Windows color (decimal): -8166543 or 7431043. OLE color: 7431043.
HSL color Cylindrical-coordinate representation of color #836371: hue angle of 333.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836371 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 113 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.49 |
| HSL | 333.75º | 0.14% | 0.45% | - |
| HSV(B) | 333.75º | 0.24% | 0.51% | - |
| XYZ | 16.8 | 14.94 | 17.62 | - |
| YUV | 110.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 113 | 0 | 0.24 | 0.14 | 0.49 | 333.75 | 0.14 | 0.45 |
| Hex | 83 | 63 | 71 | 0 | 18 | E | 31 | 14E | E | 2D |
| Octal | 203 | 143 | 161 | 0 | 30 | 16 | 61 | 516 | 16 | 55 |
| Binary | 10000011 | 1100011 | 1110001 | 0 | 11000 | 1110 | 110001 | 101001110 | 1110 | 101101 |
Color Harmonies of #836371
Complementary color
Monochromatic Colors of #836371
Black with #836371
Text Example
Text Example
White with #836371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836371; }
p { color: rgb(131,99,113); }
H1.HeaderClassName
{
color: #836371;
}
.AnyTagClassName
{
color: #836371;
}
</style>
background-color css
<style>
a { background-color: #836371; }
a { background-color: rgb(131,99,113); }
div.DivClassName
{
background-color: #836371;
}
.BgClassName
{
background-color: #836371;
}
</style>
border-color css
<style>
span { border-color: #836371; }
span { border-color: rgb(131,99,113); }
td.TdClassName
{
border-color: #836371;
}
.TagClassName
{
border-color: #836371;
}
</style>