Shades of Mauve Taupe #8B5A70
Tints of Mauve Taupe #8B5A70
RGB
CMYK
RGB Variations
Color information
#8B5A70 (or 0x8B5A70) is known color: Mauve Taupe. HEX triplet: 8B, 5A and 70. RGB value is (139,90,112). Sum of RGB (Red+Green+Blue) = 139+90+112=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A70 is #74A58F. Grayscale: #6B6B6B. Windows color (decimal): -7644560 or 7363211. OLE color: 7363211.
HSL color Cylindrical-coordinate representation of color #8B5A70: hue angle of 333.06º 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 #8B5A70 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 112 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.45 |
| HSL | 333.06º | 0.21% | 0.45% | - |
| HSV(B) | 333.06º | 0.35% | 0.55% | - |
| XYZ | 17.23 | 13.97 | 17.12 | - |
| YUV | 107.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 112 | 0 | 0.35 | 0.19 | 0.45 | 333.06 | 0.21 | 0.45 |
| Hex | 8B | 5A | 70 | 0 | 23 | 13 | 2D | 14D | 15 | 2D |
| Octal | 213 | 132 | 160 | 0 | 43 | 23 | 55 | 515 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1110000 | 0 | 100011 | 10011 | 101101 | 101001101 | 10101 | 101101 |
Color Harmonies of #8B5A70
Complementary color
Monochromatic Colors of #8B5A70
Black with #8B5A70
Text Example
Text Example
White with #8B5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A70; }
p { color: rgb(139,90,112); }
H1.HeaderClassName
{
color: #8B5A70;
}
.AnyTagClassName
{
color: #8B5A70;
}
</style>
background-color css
<style>
a { background-color: #8B5A70; }
a { background-color: rgb(139,90,112); }
div.DivClassName
{
background-color: #8B5A70;
}
.BgClassName
{
background-color: #8B5A70;
}
</style>
border-color css
<style>
span { border-color: #8B5A70; }
span { border-color: rgb(139,90,112); }
td.TdClassName
{
border-color: #8B5A70;
}
.TagClassName
{
border-color: #8B5A70;
}
</style>