Shades of Mauve Taupe #9B5573
Tints of Mauve Taupe #9B5573
RGB
CMYK
RGB Variations
Color information
#9B5573 (or 0x9B5573) is known color: Mauve Taupe. HEX triplet: 9B, 55 and 73. RGB value is (155,85,115). Sum of RGB (Red+Green+Blue) = 155+85+115=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5573 is #64AA8C. Grayscale: #6D6D6D. Windows color (decimal): -6597261 or 7558555. OLE color: 7558555.
HSL color Cylindrical-coordinate representation of color #9B5573: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5573 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 115 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.39 |
| HSL | 334.29º | 0.29% | 0.47% | - |
| HSV(B) | 334.29º | 0.45% | 0.61% | - |
| XYZ | 19.86 | 14.7 | 18.01 | - |
| YUV | 109.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 115 | 0 | 0.45 | 0.26 | 0.39 | 334.29 | 0.29 | 0.47 |
| Hex | 9B | 55 | 73 | 0 | 2D | 1A | 27 | 14E | 1D | 2F |
| Octal | 233 | 125 | 163 | 0 | 55 | 32 | 47 | 516 | 35 | 57 |
| Binary | 10011011 | 1010101 | 1110011 | 0 | 101101 | 11010 | 100111 | 101001110 | 11101 | 101111 |
Color Harmonies of #9B5573
Complementary color
Monochromatic Colors of #9B5573
Black with #9B5573
Text Example
Text Example
White with #9B5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5573; }
p { color: rgb(155,85,115); }
H1.HeaderClassName
{
color: #9B5573;
}
.AnyTagClassName
{
color: #9B5573;
}
</style>
background-color css
<style>
a { background-color: #9B5573; }
a { background-color: rgb(155,85,115); }
div.DivClassName
{
background-color: #9B5573;
}
.BgClassName
{
background-color: #9B5573;
}
</style>
border-color css
<style>
span { border-color: #9B5573; }
span { border-color: rgb(155,85,115); }
td.TdClassName
{
border-color: #9B5573;
}
.TagClassName
{
border-color: #9B5573;
}
</style>