#837580

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

Shades of Monsoon #837580

Tints of Monsoon #837580

Color information

#837580 (or 0x837580) is unknown color: approx Monsoon. HEX triplet: 83, 75 and 80. RGB value is (131,117,128). Sum of RGB (Red+Green+Blue) = 131+117+128=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837580 is #7C8A7F. Grayscale: #7A7A7A. Windows color (decimal): -8161920 or 8418691. OLE color: 8418691.

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

Color convert

RGB131117128-
CMYK00.110.020.49
HSL312.86º5.65%48.63%-
HSV(B)312.86º10.69%51.37%-
XYZ19.6219.1123.08-
YUV122.44131.14134.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=34.84%
G=31.12%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712800.110.020.49312.865.6548.63
Hex8375800B231139631
Octal203165200013261471661
Binary100000111110101100000000101110110001100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837580; }

 p { color: rgb(131,117,128); }

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

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

 a { background-color: rgb(131,117,128); }

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

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

 span { border-color: rgb(131,117,128); }

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