Shades of Monsoon #83647A
Tints of Monsoon #83647A
RGB
CMYK
RGB Variations
Color information
#83647A (or 0x83647A) is known color: Monsoon. HEX triplet: 83, 64 and 7A. RGB value is (131,100,122). Sum of RGB (Red+Green+Blue) = 131+100+122=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83647A is #7C9B85. Grayscale: #6F6F6F. Windows color (decimal): -8166278 or 8021123. OLE color: 8021123.
HSL color Cylindrical-coordinate representation of color #83647A: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83647A is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 122 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.49 |
| HSL | 317.42º | 0.13% | 0.45% | - |
| HSV(B) | 317.42º | 0.24% | 0.51% | - |
| XYZ | 17.43 | 15.34 | 20.46 | - |
| YUV | 111.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 122 | 0 | 0.24 | 0.07 | 0.49 | 317.42 | 0.13 | 0.45 |
| Hex | 83 | 64 | 7A | 0 | 18 | 7 | 31 | 13D | D | 2D |
| Octal | 203 | 144 | 172 | 0 | 30 | 7 | 61 | 475 | 15 | 55 |
| Binary | 10000011 | 1100100 | 1111010 | 0 | 11000 | 111 | 110001 | 100111101 | 1101 | 101101 |
Color Harmonies of #83647A
Complementary color
Monochromatic Colors of #83647A
Black with #83647A
Text Example
Text Example
White with #83647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83647A; }
p { color: rgb(131,100,122); }
H1.HeaderClassName
{
color: #83647A;
}
.AnyTagClassName
{
color: #83647A;
}
</style>
background-color css
<style>
a { background-color: #83647A; }
a { background-color: rgb(131,100,122); }
div.DivClassName
{
background-color: #83647A;
}
.BgClassName
{
background-color: #83647A;
}
</style>
border-color css
<style>
span { border-color: #83647A; }
span { border-color: rgb(131,100,122); }
td.TdClassName
{
border-color: #83647A;
}
.TagClassName
{
border-color: #83647A;
}
</style>