Shades of Monsoon #83647B
Tints of Monsoon #83647B
RGB
CMYK
RGB Variations
Color information
#83647B (or 0x83647B) is known color: Monsoon. HEX triplet: 83, 64 and 7B. RGB value is (131,100,123). Sum of RGB (Red+Green+Blue) = 131+100+123=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83647B is #7C9B84. Grayscale: #6F6F6F. Windows color (decimal): -8166277 or 8086659. OLE color: 8086659.
HSL color Cylindrical-coordinate representation of color #83647B: hue angle of 315.48º 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 #83647B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 123 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.49 |
| HSL | 315.48º | 0.13% | 0.45% | - |
| HSV(B) | 315.48º | 0.24% | 0.51% | - |
| XYZ | 17.49 | 15.37 | 20.78 | - |
| YUV | 111.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 123 | 0 | 0.24 | 0.06 | 0.49 | 315.48 | 0.13 | 0.45 |
| Hex | 83 | 64 | 7B | 0 | 18 | 6 | 31 | 13B | D | 2D |
| Octal | 203 | 144 | 173 | 0 | 30 | 6 | 61 | 473 | 15 | 55 |
| Binary | 10000011 | 1100100 | 1111011 | 0 | 11000 | 110 | 110001 | 100111011 | 1101 | 101101 |
Color Harmonies of #83647B
Complementary color
Monochromatic Colors of #83647B
Black with #83647B
Text Example
Text Example
White with #83647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83647B; }
p { color: rgb(131,100,123); }
H1.HeaderClassName
{
color: #83647B;
}
.AnyTagClassName
{
color: #83647B;
}
</style>
background-color css
<style>
a { background-color: #83647B; }
a { background-color: rgb(131,100,123); }
div.DivClassName
{
background-color: #83647B;
}
.BgClassName
{
background-color: #83647B;
}
</style>
border-color css
<style>
span { border-color: #83647B; }
span { border-color: rgb(131,100,123); }
td.TdClassName
{
border-color: #83647B;
}
.TagClassName
{
border-color: #83647B;
}
</style>