#857182

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

Shades of Monsoon #857182

Tints of Monsoon #857182

Color information

#857182 (or 0x857182) is unknown color: approx Monsoon. HEX triplet: 85, 71 and 82. RGB value is (133,113,130). Sum of RGB (Red+Green+Blue) = 133+113+130=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857182 is #7A8E7D. Grayscale: #787878. Windows color (decimal): -8031870 or 8548741. OLE color: 8548741.

HSL color Cylindrical-coordinate representation of color #857182: 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 #857182 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB133113130-
CMYK00.150.020.48
HSL309º8.13%48.24%-
HSV(B)309º15.04%52.16%-
XYZ19.6118.4123.64-
YUV120.92133.13136.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=35.37%
G=30.05%
B=34.57%

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
Decimal13311313000.150.020.483098.1348.24
Hex8571820F230135830
Octal2051612020172604651060
Binary1000010111100011000001001111101100001001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857182; }

 p { color: rgb(133,113,130); }

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

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

 a { background-color: rgb(133,113,130); }

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

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

 span { border-color: rgb(133,113,130); }

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