Shades of Mauve Taupe #826272
Tints of Mauve Taupe #826272
RGB
CMYK
RGB Variations
Color information
#826272 (or 0x826272) is known color: Mauve Taupe. HEX triplet: 82, 62 and 72. RGB value is (130,98,114). Sum of RGB (Red+Green+Blue) = 130+98+114=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #826272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826272 is #7D9D8D. Grayscale: #6D6D6D. Windows color (decimal): -8232334 or 7496322. OLE color: 7496322.
HSL color Cylindrical-coordinate representation of color #826272: hue angle of 330º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826272 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 114 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.49 |
| HSL | 330º | 0.14% | 0.45% | - |
| HSV(B) | 330º | 0.25% | 0.51% | - |
| XYZ | 16.61 | 14.7 | 17.88 | - |
| YUV | 109.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 114 | 0 | 0.25 | 0.12 | 0.49 | 330 | 0.14 | 0.45 |
| Hex | 82 | 62 | 72 | 0 | 19 | C | 31 | 14A | E | 2D |
| Octal | 202 | 142 | 162 | 0 | 31 | 14 | 61 | 512 | 16 | 55 |
| Binary | 10000010 | 1100010 | 1110010 | 0 | 11001 | 1100 | 110001 | 101001010 | 1110 | 101101 |
Color Harmonies of #826272
Complementary color
Monochromatic Colors of #826272
Black with #826272
Text Example
Text Example
White with #826272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826272; }
p { color: rgb(130,98,114); }
H1.HeaderClassName
{
color: #826272;
}
.AnyTagClassName
{
color: #826272;
}
</style>
background-color css
<style>
a { background-color: #826272; }
a { background-color: rgb(130,98,114); }
div.DivClassName
{
background-color: #826272;
}
.BgClassName
{
background-color: #826272;
}
</style>
border-color css
<style>
span { border-color: #826272; }
span { border-color: rgb(130,98,114); }
td.TdClassName
{
border-color: #826272;
}
.TagClassName
{
border-color: #826272;
}
</style>