Shades of Mauve Taupe #8B5A6C
Tints of Mauve Taupe #8B5A6C
RGB
CMYK
RGB Variations
Color information
#8B5A6C (or 0x8B5A6C) is known color: Mauve Taupe. HEX triplet: 8B, 5A and 6C. RGB value is (139,90,108). Sum of RGB (Red+Green+Blue) = 139+90+108=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A6C is #74A593. Grayscale: #6A6A6A. Windows color (decimal): -7644564 or 7101067. OLE color: 7101067.
HSL color Cylindrical-coordinate representation of color #8B5A6C: hue angle of 337.96º 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 #8B5A6C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 108 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.45 |
| HSL | 337.96º | 0.21% | 0.45% | - |
| HSV(B) | 337.96º | 0.35% | 0.55% | - |
| XYZ | 17.01 | 13.88 | 15.97 | - |
| YUV | 106.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 108 | 0 | 0.35 | 0.22 | 0.45 | 337.96 | 0.21 | 0.45 |
| Hex | 8B | 5A | 6C | 0 | 23 | 16 | 2D | 152 | 15 | 2D |
| Octal | 213 | 132 | 154 | 0 | 43 | 26 | 55 | 522 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1101100 | 0 | 100011 | 10110 | 101101 | 101010010 | 10101 | 101101 |
Color Harmonies of #8B5A6C
Complementary color
Monochromatic Colors of #8B5A6C
Black with #8B5A6C
Text Example
Text Example
White with #8B5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A6C; }
p { color: rgb(139,90,108); }
H1.HeaderClassName
{
color: #8B5A6C;
}
.AnyTagClassName
{
color: #8B5A6C;
}
</style>
background-color css
<style>
a { background-color: #8B5A6C; }
a { background-color: rgb(139,90,108); }
div.DivClassName
{
background-color: #8B5A6C;
}
.BgClassName
{
background-color: #8B5A6C;
}
</style>
border-color css
<style>
span { border-color: #8B5A6C; }
span { border-color: rgb(139,90,108); }
td.TdClassName
{
border-color: #8B5A6C;
}
.TagClassName
{
border-color: #8B5A6C;
}
</style>