#847381

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

Shades of Monsoon #847381

Tints of Monsoon #847381

Color information

#847381 (or 0x847381) is unknown color: approx Monsoon. HEX triplet: 84, 73 and 81. RGB value is (132,115,129). Sum of RGB (Red+Green+Blue) = 132+115+129=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #847381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847381 is #7B8C7E. Grayscale: #797979. Windows color (decimal): -8096895 or 8483716. OLE color: 8483716.

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

Color convert

RGB132115129-
CMYK00.130.020.48
HSL310.59º6.88%48.43%-
HSV(B)310.59º12.88%51.76%-
XYZ19.6118.7523.35-
YUV121.68132.13135.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=35.11%
G=30.59%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211512900.130.020.48310.596.8848.43
Hex8473810D230137730
Octal204163201015260467760
Binary100001001110011100000010110110110000100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847381; }

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

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

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

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

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

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

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

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