Shades of Mauve Taupe #8B5A6B
Tints of Mauve Taupe #8B5A6B
RGB
CMYK
RGB Variations
Color information
#8B5A6B (or 0x8B5A6B) is known color: Mauve Taupe. HEX triplet: 8B, 5A and 6B. RGB value is (139,90,107). Sum of RGB (Red+Green+Blue) = 139+90+107=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A6B is #74A594. Grayscale: #6A6A6A. Windows color (decimal): -7644565 or 7035531. OLE color: 7035531.
HSL color Cylindrical-coordinate representation of color #8B5A6B: hue angle of 339.18º 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 #8B5A6B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 107 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.45 |
| HSL | 339.18º | 0.21% | 0.45% | - |
| HSV(B) | 339.18º | 0.35% | 0.55% | - |
| XYZ | 16.96 | 13.86 | 15.69 | - |
| YUV | 106.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 107 | 0 | 0.35 | 0.23 | 0.45 | 339.18 | 0.21 | 0.45 |
| Hex | 8B | 5A | 6B | 0 | 23 | 17 | 2D | 153 | 15 | 2D |
| Octal | 213 | 132 | 153 | 0 | 43 | 27 | 55 | 523 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1101011 | 0 | 100011 | 10111 | 101101 | 101010011 | 10101 | 101101 |
Color Harmonies of #8B5A6B
Complementary color
Monochromatic Colors of #8B5A6B
Black with #8B5A6B
Text Example
Text Example
White with #8B5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A6B; }
p { color: rgb(139,90,107); }
H1.HeaderClassName
{
color: #8B5A6B;
}
.AnyTagClassName
{
color: #8B5A6B;
}
</style>
background-color css
<style>
a { background-color: #8B5A6B; }
a { background-color: rgb(139,90,107); }
div.DivClassName
{
background-color: #8B5A6B;
}
.BgClassName
{
background-color: #8B5A6B;
}
</style>
border-color css
<style>
span { border-color: #8B5A6B; }
span { border-color: rgb(139,90,107); }
td.TdClassName
{
border-color: #8B5A6B;
}
.TagClassName
{
border-color: #8B5A6B;
}
</style>