#837581

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

Shades of Monsoon #837581

Tints of Monsoon #837581

Color information

#837581 (or 0x837581) is unknown color: approx Monsoon. HEX triplet: 83, 75 and 81. RGB value is (131,117,129). Sum of RGB (Red+Green+Blue) = 131+117+129=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #837581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837581 is #7C8A7E. Grayscale: #7A7A7A. Windows color (decimal): -8161919 or 8484227. OLE color: 8484227.

HSL color Cylindrical-coordinate representation of color #837581: hue angle of 308.57º 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 #837581 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131117129-
CMYK00.110.020.49
HSL308.57º5.65%48.63%-
HSV(B)308.57º10.69%51.37%-
XYZ19.6819.1323.42-
YUV122.55131.64134.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=34.75%
G=31.03%
B=34.22%

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
Decimal13111712900.110.020.49308.575.6548.63
Hex8375810B231135631
Octal203165201013261465661
Binary100000111110101100000010101110110001100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837581; }

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

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

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

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

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

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

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

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