#847180

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

Shades of Monsoon #847180

Tints of Monsoon #847180

Color information

#847180 (or 0x847180) is unknown color: approx Monsoon. HEX triplet: 84, 71 and 80. RGB value is (132,113,128). Sum of RGB (Red+Green+Blue) = 132+113+128=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #847180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847180 is #7B8E7F. Grayscale: #787878. Windows color (decimal): -8097408 or 8417668. OLE color: 8417668.

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

Color convert

RGB132113128-
CMYK00.140.030.48
HSL312.63º7.76%48.04%-
HSV(B)312.63º14.39%51.76%-
XYZ19.3218.2722.93-
YUV120.39132.29136.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=35.39%
G=30.29%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211312800.140.030.48312.637.7648.04
Hex8471800E330139830
Octal2041612000163604711060
Binary1000010011100011000000001110111100001001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847180; }

 p { color: rgb(132,113,128); }

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

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

 a { background-color: rgb(132,113,128); }

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

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

 span { border-color: rgb(132,113,128); }

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