#857382

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

Shades of Monsoon #857382

Tints of Monsoon #857382

Color information

#857382 (or 0x857382) is unknown color: approx Monsoon. HEX triplet: 85, 73 and 82. RGB value is (133,115,130). Sum of RGB (Red+Green+Blue) = 133+115+130=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #857382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857382 is #7A8C7D. Grayscale: #7A7A7A. Windows color (decimal): -8031358 or 8549253. OLE color: 8549253.

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

Color convert

RGB133115130-
CMYK00.140.020.48
HSL310º7.26%48.63%-
HSV(B)310º13.53%52.16%-
XYZ19.8318.8623.71-
YUV122.09132.46135.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=35.19%
G=30.42%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311513000.140.020.483107.2648.63
Hex8573820E230136731
Octal205163202016260466761
Binary100001011110011100000100111010110000100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857382; }

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

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

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

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

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

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

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

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