Shades of Mauve Taupe #91576B
Tints of Mauve Taupe #91576B
RGB
CMYK
RGB Variations
Color information
#91576B (or 0x91576B) is known color: Mauve Taupe. HEX triplet: 91, 57 and 6B. RGB value is (145,87,107). Sum of RGB (Red+Green+Blue) = 145+87+107=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91576B is #6EA894. Grayscale: #6A6A6A. Windows color (decimal): -7252117 or 7034769. OLE color: 7034769.
HSL color Cylindrical-coordinate representation of color #91576B: hue angle of 339.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91576B is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 107 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.43 |
| HSL | 339.31º | 0.25% | 0.45% | - |
| HSV(B) | 339.31º | 0.4% | 0.57% | - |
| XYZ | 17.74 | 13.9 | 15.66 | - |
| YUV | 106.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 107 | 0 | 0.4 | 0.26 | 0.43 | 339.31 | 0.25 | 0.45 |
| Hex | 91 | 57 | 6B | 0 | 28 | 1A | 2B | 153 | 19 | 2D |
| Octal | 221 | 127 | 153 | 0 | 50 | 32 | 53 | 523 | 31 | 55 |
| Binary | 10010001 | 1010111 | 1101011 | 0 | 101000 | 11010 | 101011 | 101010011 | 11001 | 101101 |
Color Harmonies of #91576B
Complementary color
Monochromatic Colors of #91576B
Black with #91576B
Text Example
Text Example
White with #91576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91576B; }
p { color: rgb(145,87,107); }
H1.HeaderClassName
{
color: #91576B;
}
.AnyTagClassName
{
color: #91576B;
}
</style>
background-color css
<style>
a { background-color: #91576B; }
a { background-color: rgb(145,87,107); }
div.DivClassName
{
background-color: #91576B;
}
.BgClassName
{
background-color: #91576B;
}
</style>
border-color css
<style>
span { border-color: #91576B; }
span { border-color: rgb(145,87,107); }
td.TdClassName
{
border-color: #91576B;
}
.TagClassName
{
border-color: #91576B;
}
</style>