#847081

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

Shades of Monsoon #847081

Tints of Monsoon #847081

Color information

#847081 (or 0x847081) is unknown color: approx Monsoon. HEX triplet: 84, 70 and 81. RGB value is (132,112,129). Sum of RGB (Red+Green+Blue) = 132+112+129=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #847081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847081 is #7B8F7E. Grayscale: #777777. Windows color (decimal): -8097663 or 8482948. OLE color: 8482948.

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

Color convert

RGB132112129-
CMYK00.150.020.48
HSL309º8.2%47.84%-
HSV(B)309º15.15%51.76%-
XYZ19.2718.0823.24-
YUV119.92133.13136.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=35.39%
G=30.03%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211212900.150.020.483098.247.84
Hex8470810F230135830
Octal2041602010172604651060
Binary1000010011100001000000101111101100001001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847081; }

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

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

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

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

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

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

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

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