Shades of Mamba #837289
Tints of Mamba #837289
RGB
CMYK
RGB Variations
Color information
#837289 (or 0x837289) is known color: Mamba. HEX triplet: 83, 72 and 89. RGB value is (131,114,137). Sum of RGB (Red+Green+Blue) = 131+114+137=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 114 (44.92% from 255 or 29.84% 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 #837289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837289 is #7C8D76. Grayscale: #797979. Windows color (decimal): -8162679 or 9007747. OLE color: 9007747.
HSL color Cylindrical-coordinate representation of color #837289: hue angle of 284.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837289 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 114 | 137 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.46 |
| HSL | 284.35º | 0.09% | 0.49% | - |
| HSV(B) | 284.35º | 0.17% | 0.54% | - |
| XYZ | 19.89 | 18.67 | 26.22 | - |
| YUV | 121.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 137 | 0.04 | 0.17 | 0 | 0.46 | 284.35 | 0.09 | 0.49 |
| Hex | 83 | 72 | 89 | 4 | 11 | 0 | 2E | 11C | 9 | 31 |
| Octal | 203 | 162 | 211 | 4 | 21 | 0 | 56 | 434 | 11 | 61 |
| Binary | 10000011 | 1110010 | 10001001 | 100 | 10001 | 0 | 101110 | 100011100 | 1001 | 110001 |
Color Harmonies of #837289
Complementary color
Monochromatic Colors of #837289
Black with #837289
Text Example
Text Example
White with #837289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837289; }
p { color: rgb(131,114,137); }
H1.HeaderClassName
{
color: #837289;
}
.AnyTagClassName
{
color: #837289;
}
</style>
background-color css
<style>
a { background-color: #837289; }
a { background-color: rgb(131,114,137); }
div.DivClassName
{
background-color: #837289;
}
.BgClassName
{
background-color: #837289;
}
</style>
border-color css
<style>
span { border-color: #837289; }
span { border-color: rgb(131,114,137); }
td.TdClassName
{
border-color: #837289;
}
.TagClassName
{
border-color: #837289;
}
</style>