#837381

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

Shades of Monsoon #837381

Tints of Monsoon #837381

Color information

#837381 (or 0x837381) is unknown color: approx Monsoon. HEX triplet: 83, 73 and 81. RGB value is (131,115,129). Sum of RGB (Red+Green+Blue) = 131+115+129=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #837381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837381 is #7C8C7E. Grayscale: #797979. Windows color (decimal): -8162431 or 8483715. OLE color: 8483715.

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

Color convert

RGB131115129-
CMYK00.120.020.49
HSL307.5º6.5%48.24%-
HSV(B)307.5º12.21%51.37%-
XYZ19.4518.6723.35-
YUV121.38132.3134.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=34.93%
G=30.67%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111512900.120.020.49307.56.548.24
Hex8373810C231134730
Octal203163201014261464760
Binary100000111110011100000010110010110001100110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837381; }

 p { color: rgb(131,115,129); }

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

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

 a { background-color: rgb(131,115,129); }

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

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

 span { border-color: rgb(131,115,129); }

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