#837280

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

Shades of Monsoon #837280

Tints of Monsoon #837280

Color information

#837280 (or 0x837280) is unknown color: approx Monsoon. HEX triplet: 83, 72 and 80. RGB value is (131,114,128). Sum of RGB (Red+Green+Blue) = 131+114+128=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837280 is #7C8D7F. Grayscale: #787878. Windows color (decimal): -8162688 or 8417923. OLE color: 8417923.

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

Color convert

RGB131114128-
CMYK00.130.020.49
HSL310.59º6.94%48.04%-
HSV(B)310.59º12.98%51.37%-
XYZ19.2718.4222.96-
YUV120.68132.13135.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=35.12%
G=30.56%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111412800.130.020.49310.596.9448.04
Hex8372800D231137730
Octal203162200015261467760
Binary100000111110010100000000110110110001100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837280; }

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

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

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

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

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

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

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

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