Shades of Mauve Taupe #8B6273
Tints of Mauve Taupe #8B6273
RGB
CMYK
RGB Variations
Color information
#8B6273 (or 0x8B6273) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 73. RGB value is (139,98,115). Sum of RGB (Red+Green+Blue) = 139+98+115=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6273 is #749D8C. Grayscale: #707070. Windows color (decimal): -7642509 or 7561867. OLE color: 7561867.
HSL color Cylindrical-coordinate representation of color #8B6273: hue angle of 335.12º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6273 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 115 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.45 |
| HSL | 335.12º | 0.17% | 0.46% | - |
| HSV(B) | 335.12º | 0.29% | 0.55% | - |
| XYZ | 18.11 | 15.46 | 18.25 | - |
| YUV | 112.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 115 | 0 | 0.29 | 0.17 | 0.45 | 335.12 | 0.17 | 0.46 |
| Hex | 8B | 62 | 73 | 0 | 1D | 11 | 2D | 14F | 11 | 2E |
| Octal | 213 | 142 | 163 | 0 | 35 | 21 | 55 | 517 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1110011 | 0 | 11101 | 10001 | 101101 | 101001111 | 10001 | 101110 |
Color Harmonies of #8B6273
Complementary color
Monochromatic Colors of #8B6273
Black with #8B6273
Text Example
Text Example
White with #8B6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6273; }
p { color: rgb(139,98,115); }
H1.HeaderClassName
{
color: #8B6273;
}
.AnyTagClassName
{
color: #8B6273;
}
</style>
background-color css
<style>
a { background-color: #8B6273; }
a { background-color: rgb(139,98,115); }
div.DivClassName
{
background-color: #8B6273;
}
.BgClassName
{
background-color: #8B6273;
}
</style>
border-color css
<style>
span { border-color: #8B6273; }
span { border-color: rgb(139,98,115); }
td.TdClassName
{
border-color: #8B6273;
}
.TagClassName
{
border-color: #8B6273;
}
</style>