Shades of Mauve Taupe #8B5A72
Tints of Mauve Taupe #8B5A72
RGB
CMYK
RGB Variations
Color information
#8B5A72 (or 0x8B5A72) is known color: Mauve Taupe. HEX triplet: 8B, 5A and 72. RGB value is (139,90,114). Sum of RGB (Red+Green+Blue) = 139+90+114=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A72 is #74A58D. Grayscale: #6B6B6B. Windows color (decimal): -7644558 or 7494283. OLE color: 7494283.
HSL color Cylindrical-coordinate representation of color #8B5A72: hue angle of 330.61º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A72 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 114 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.45 |
| HSL | 330.61º | 0.21% | 0.45% | - |
| HSV(B) | 330.61º | 0.35% | 0.55% | - |
| XYZ | 17.34 | 14.02 | 17.71 | - |
| YUV | 107.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 114 | 0 | 0.35 | 0.18 | 0.45 | 330.61 | 0.21 | 0.45 |
| Hex | 8B | 5A | 72 | 0 | 23 | 12 | 2D | 14B | 15 | 2D |
| Octal | 213 | 132 | 162 | 0 | 43 | 22 | 55 | 513 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1110010 | 0 | 100011 | 10010 | 101101 | 101001011 | 10101 | 101101 |
Color Harmonies of #8B5A72
Complementary color
Monochromatic Colors of #8B5A72
Black with #8B5A72
Text Example
Text Example
White with #8B5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A72; }
p { color: rgb(139,90,114); }
H1.HeaderClassName
{
color: #8B5A72;
}
.AnyTagClassName
{
color: #8B5A72;
}
</style>
background-color css
<style>
a { background-color: #8B5A72; }
a { background-color: rgb(139,90,114); }
div.DivClassName
{
background-color: #8B5A72;
}
.BgClassName
{
background-color: #8B5A72;
}
</style>
border-color css
<style>
span { border-color: #8B5A72; }
span { border-color: rgb(139,90,114); }
td.TdClassName
{
border-color: #8B5A72;
}
.TagClassName
{
border-color: #8B5A72;
}
</style>