#857381

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

Shades of Monsoon #857381

Tints of Monsoon #857381

Color information

#857381 (or 0x857381) is unknown color: approx Monsoon. HEX triplet: 85, 73 and 81. RGB value is (133,115,129). Sum of RGB (Red+Green+Blue) = 133+115+129=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857381 is #7A8C7E. Grayscale: #797979. Windows color (decimal): -8031359 or 8483717. OLE color: 8483717.

HSL color Cylindrical-coordinate representation of color #857381: hue angle of 313.33º 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 #857381 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133115129-
CMYK00.140.030.48
HSL313.33º7.26%48.63%-
HSV(B)313.33º13.53%52.16%-
XYZ19.7718.8323.36-
YUV121.98131.96135.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=35.28%
G=30.50%
B=34.22%

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
Decimal13311512900.140.030.48313.337.2648.63
Hex8573810E330139731
Octal205163201016360471761
Binary100001011110011100000010111011110000100111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857381; }

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

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

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

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

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

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

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

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