Shades of Mauve Taupe #836172
Tints of Mauve Taupe #836172
RGB
CMYK
RGB Variations
Color information
#836172 (or 0x836172) is known color: Mauve Taupe. HEX triplet: 83, 61 and 72. RGB value is (131,97,114). Sum of RGB (Red+Green+Blue) = 131+97+114=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #836172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836172 is #7C9E8D. Grayscale: #6D6D6D. Windows color (decimal): -8167054 or 7496067. OLE color: 7496067.
HSL color Cylindrical-coordinate representation of color #836172: hue angle of 330º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836172 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 114 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.49 |
| HSL | 330º | 0.15% | 0.45% | - |
| HSV(B) | 330º | 0.26% | 0.51% | - |
| XYZ | 16.67 | 14.59 | 17.86 | - |
| YUV | 109.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 114 | 0 | 0.26 | 0.13 | 0.49 | 330 | 0.15 | 0.45 |
| Hex | 83 | 61 | 72 | 0 | 1A | D | 31 | 14A | F | 2D |
| Octal | 203 | 141 | 162 | 0 | 32 | 15 | 61 | 512 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1110010 | 0 | 11010 | 1101 | 110001 | 101001010 | 1111 | 101101 |
Color Harmonies of #836172
Complementary color
Monochromatic Colors of #836172
Black with #836172
Text Example
Text Example
White with #836172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836172; }
p { color: rgb(131,97,114); }
H1.HeaderClassName
{
color: #836172;
}
.AnyTagClassName
{
color: #836172;
}
</style>
background-color css
<style>
a { background-color: #836172; }
a { background-color: rgb(131,97,114); }
div.DivClassName
{
background-color: #836172;
}
.BgClassName
{
background-color: #836172;
}
</style>
border-color css
<style>
span { border-color: #836172; }
span { border-color: rgb(131,97,114); }
td.TdClassName
{
border-color: #836172;
}
.TagClassName
{
border-color: #836172;
}
</style>