#83717E

Color #83717E Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #83717E

Tints of Monsoon #83717E

Color information

#83717E (or 0x83717E) is unknown color: approx Monsoon. HEX triplet: 83, 71 and 7E. RGB value is (131,113,126). Sum of RGB (Red+Green+Blue) = 131+113+126=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717E is #7C8E81. Grayscale: #777777. Windows color (decimal): -8162946 or 8286595. OLE color: 8286595.

HSL color Cylindrical-coordinate representation of color #83717E: hue angle of 316.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83717E is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB131113126-
CMYK00.140.040.49
HSL316.67º7.38%47.84%-
HSV(B)316.67º13.74%51.37%-
XYZ19.0318.1422.24-
YUV119.86131.46135.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=35.41%
G=30.54%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111312600.140.040.49316.677.3847.84
Hex83717E0E43113d730
Octal203161176016461475760
Binary100000111110001111111001110100110001100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83717E; }

 p { color: rgb(131,113,126); }

 H1.HeaderClassName
 {
   color: #83717E;
 }
 .AnyTagClassName
 {
   color: #83717E;
 }
</style>
background-color css

<style>
 a { background-color: #83717E; }

 a { background-color: rgb(131,113,126); }

 div.DivClassName
 {
   background-color: #83717E;
 }
 .BgClassName
 {
   background-color: #83717E;
 }
</style>
border-color css

<style>
 span { border-color: #83717E; }

 span { border-color: rgb(131,113,126); }

 td.TdClassName
 {
   border-color: #83717E;
 }
 .TagClassName
 {
   border-color: #83717E;
 }
</style>