#816276

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

Shades of Monsoon #816276

Tints of Monsoon #816276

Color information

#816276 (or 0x816276) is unknown color: approx Monsoon. HEX triplet: 81, 62 and 76. RGB value is (129,98,118). Sum of RGB (Red+Green+Blue) = 129+98+118=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816276 is #7E9D89. Grayscale: #6D6D6D. Windows color (decimal): -8297866 or 7758465. OLE color: 7758465.

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

Color convert

RGB12998118-
CMYK00.240.090.49
HSL321.29º13.66%44.51%-
HSV(B)321.29º24.03%50.59%-
XYZ16.6914.7119.1-
YUV109.55132.77141.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=37.39%
G=28.41%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299811800.240.090.49321.2913.6644.51
Hex816276018931141e2d
Octal20114216603011615011655
Binary100000011100010111011001100010011100011010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816276; }

 p { color: rgb(129,98,118); }

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

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

 a { background-color: rgb(129,98,118); }

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

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

 span { border-color: rgb(129,98,118); }

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