Shades of Mamba #847189
Tints of Mamba #847189
RGB
CMYK
RGB Variations
Color information
#847189 (or 0x847189) is known color: Mamba. HEX triplet: 84, 71 and 89. RGB value is (132,113,137). Sum of RGB (Red+Green+Blue) = 132+113+137=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #847189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847189 is #7B8E76. Grayscale: #797979. Windows color (decimal): -8097399 or 9007492. OLE color: 9007492.
HSL color Cylindrical-coordinate representation of color #847189: hue angle of 287.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847189 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 113 | 137 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.46 |
| HSL | 287.5º | 0.1% | 0.49% | - |
| HSV(B) | 287.5º | 0.18% | 0.54% | - |
| XYZ | 19.94 | 18.52 | 26.19 | - |
| YUV | 121.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 137 | 0.04 | 0.18 | 0 | 0.46 | 287.5 | 0.1 | 0.49 |
| Hex | 84 | 71 | 89 | 4 | 12 | 0 | 2E | 120 | A | 31 |
| Octal | 204 | 161 | 211 | 4 | 22 | 0 | 56 | 440 | 12 | 61 |
| Binary | 10000100 | 1110001 | 10001001 | 100 | 10010 | 0 | 101110 | 100100000 | 1010 | 110001 |
Color Harmonies of #847189
Complementary color
Monochromatic Colors of #847189
Black with #847189
Text Example
Text Example
White with #847189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847189; }
p { color: rgb(132,113,137); }
H1.HeaderClassName
{
color: #847189;
}
.AnyTagClassName
{
color: #847189;
}
</style>
background-color css
<style>
a { background-color: #847189; }
a { background-color: rgb(132,113,137); }
div.DivClassName
{
background-color: #847189;
}
.BgClassName
{
background-color: #847189;
}
</style>
border-color css
<style>
span { border-color: #847189; }
span { border-color: rgb(132,113,137); }
td.TdClassName
{
border-color: #847189;
}
.TagClassName
{
border-color: #847189;
}
</style>