Shades of Monsoon #83667A
Tints of Monsoon #83667A
RGB
CMYK
RGB Variations
Color information
#83667A (or 0x83667A) is known color: Monsoon. HEX triplet: 83, 66 and 7A. RGB value is (131,102,122). Sum of RGB (Red+Green+Blue) = 131+102+122=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667A is #7C9985. Grayscale: #707070. Windows color (decimal): -8165766 or 8021635. OLE color: 8021635.
HSL color Cylindrical-coordinate representation of color #83667A: hue angle of 318.62º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83667A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 122 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.49 |
| HSL | 318.62º | 0.12% | 0.46% | - |
| HSV(B) | 318.62º | 0.22% | 0.51% | - |
| XYZ | 17.62 | 15.73 | 20.52 | - |
| YUV | 112.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 122 | 0 | 0.22 | 0.07 | 0.49 | 318.62 | 0.12 | 0.46 |
| Hex | 83 | 66 | 7A | 0 | 16 | 7 | 31 | 13F | C | 2E |
| Octal | 203 | 146 | 172 | 0 | 26 | 7 | 61 | 477 | 14 | 56 |
| Binary | 10000011 | 1100110 | 1111010 | 0 | 10110 | 111 | 110001 | 100111111 | 1100 | 101110 |
Color Harmonies of #83667A
Complementary color
Monochromatic Colors of #83667A
Black with #83667A
Text Example
Text Example
White with #83667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83667A; }
p { color: rgb(131,102,122); }
H1.HeaderClassName
{
color: #83667A;
}
.AnyTagClassName
{
color: #83667A;
}
</style>
background-color css
<style>
a { background-color: #83667A; }
a { background-color: rgb(131,102,122); }
div.DivClassName
{
background-color: #83667A;
}
.BgClassName
{
background-color: #83667A;
}
</style>
border-color css
<style>
span { border-color: #83667A; }
span { border-color: rgb(131,102,122); }
td.TdClassName
{
border-color: #83667A;
}
.TagClassName
{
border-color: #83667A;
}
</style>