#817580

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

Shades of Monsoon #817580

Tints of Monsoon #817580

Color information

#817580 (or 0x817580) is unknown color: approx Monsoon. HEX triplet: 81, 75 and 80. RGB value is (129,117,128). Sum of RGB (Red+Green+Blue) = 129+117+128=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 129 - color contains mainly: red. Hex color #817580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817580 is #7E8A7F. Grayscale: #797979. Windows color (decimal): -8292992 or 8418689. OLE color: 8418689.

HSL color Cylindrical-coordinate representation of color #817580: hue angle of 305º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817580 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB129117128-
CMYK00.090.010.49
HSL305º4.88%48.24%-
HSV(B)305º9.3%50.59%-
XYZ19.3118.9523.06-
YUV121.84131.48133.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=34.49%
G=31.28%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911712800.090.010.493054.8848.24
Hex81758009131131530
Octal201165200011161461560
Binary10000001111010110000000010011110001100110001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817580; }

 p { color: rgb(129,117,128); }

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

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

 a { background-color: rgb(129,117,128); }

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

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

 span { border-color: rgb(129,117,128); }

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