Shades of Mamba #846592
Tints of Mamba #846592
RGB
CMYK
RGB Variations
Color information
#846592 (or 0x846592) is known color: Mamba. HEX triplet: 84, 65 and 92. RGB value is (132,101,146). Sum of RGB (Red+Green+Blue) = 132+101+146=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #846592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846592 is #7B9A6D. Grayscale: #737373. Windows color (decimal): -8100462 or 9594244. OLE color: 9594244.
HSL color Cylindrical-coordinate representation of color #846592: hue angle of 281.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846592 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 101 | 146 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.43 |
| HSL | 281.33º | 0.18% | 0.48% | - |
| HSV(B) | 281.33º | 0.31% | 0.57% | - |
| XYZ | 19.36 | 16.29 | 29.32 | - |
| YUV | 115.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 146 | 0.10 | 0.31 | 0 | 0.43 | 281.33 | 0.18 | 0.48 |
| Hex | 84 | 65 | 92 | A | 1F | 0 | 2B | 119 | 12 | 30 |
| Octal | 204 | 145 | 222 | 12 | 37 | 0 | 53 | 431 | 22 | 60 |
| Binary | 10000100 | 1100101 | 10010010 | 1010 | 11111 | 0 | 101011 | 100011001 | 10010 | 110000 |
Color Harmonies of #846592
Complementary color
Monochromatic Colors of #846592
Black with #846592
Text Example
Text Example
White with #846592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846592; }
p { color: rgb(132,101,146); }
H1.HeaderClassName
{
color: #846592;
}
.AnyTagClassName
{
color: #846592;
}
</style>
background-color css
<style>
a { background-color: #846592; }
a { background-color: rgb(132,101,146); }
div.DivClassName
{
background-color: #846592;
}
.BgClassName
{
background-color: #846592;
}
</style>
border-color css
<style>
span { border-color: #846592; }
span { border-color: rgb(132,101,146); }
td.TdClassName
{
border-color: #846592;
}
.TagClassName
{
border-color: #846592;
}
</style>