Shades of Mamba #716183
Tints of Mamba #716183
RGB
CMYK
RGB Variations
Color information
#716183 (or 0x716183) is known color: Mamba. HEX triplet: 71, 61 and 83. RGB value is (113,97,131). Sum of RGB (Red+Green+Blue) = 113+97+131=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #716183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716183 is #8E9E7C. Grayscale: #696969. Windows color (decimal): -9346685 or 8610161. OLE color: 8610161.
HSL color Cylindrical-coordinate representation of color #716183: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716183 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 97 | 131 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.49 |
| HSL | 268.24º | 0.15% | 0.45% | - |
| HSV(B) | 268.24º | 0.26% | 0.51% | - |
| XYZ | 15.18 | 13.7 | 23.32 | - |
| YUV | 105.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 131 | 0.14 | 0.26 | 0 | 0.49 | 268.24 | 0.15 | 0.45 |
| Hex | 71 | 61 | 83 | E | 1A | 0 | 31 | 10C | F | 2D |
| Octal | 161 | 141 | 203 | 16 | 32 | 0 | 61 | 414 | 17 | 55 |
| Binary | 1110001 | 1100001 | 10000011 | 1110 | 11010 | 0 | 110001 | 100001100 | 1111 | 101101 |
Color Harmonies of #716183
Complementary color
Monochromatic Colors of #716183
Black with #716183
Text Example
Text Example
White with #716183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716183; }
p { color: rgb(113,97,131); }
H1.HeaderClassName
{
color: #716183;
}
.AnyTagClassName
{
color: #716183;
}
</style>
background-color css
<style>
a { background-color: #716183; }
a { background-color: rgb(113,97,131); }
div.DivClassName
{
background-color: #716183;
}
.BgClassName
{
background-color: #716183;
}
</style>
border-color css
<style>
span { border-color: #716183; }
span { border-color: rgb(113,97,131); }
td.TdClassName
{
border-color: #716183;
}
.TagClassName
{
border-color: #716183;
}
</style>