#816377

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

Shades of Monsoon #816377

Tints of Monsoon #816377

Color information

#816377 (or 0x816377) is unknown color: approx Monsoon. HEX triplet: 81, 63 and 77. RGB value is (129,99,119). Sum of RGB (Red+Green+Blue) = 129+99+119=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816377 is #7E9C88. Grayscale: #6E6E6E. Windows color (decimal): -8297609 or 7824257. OLE color: 7824257.

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

Color convert

RGB12999119-
CMYK00.230.080.49
HSL320º13.16%44.71%-
HSV(B)320º23.26%50.59%-
XYZ16.8414.9219.45-
YUV110.25132.94141.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=37.18%
G=28.53%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299911900.230.080.4932013.1644.71
Hex816377017831140d2d
Octal20114316702710615001555
Binary100000011100011111011101011110001100011010000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816377; }

 p { color: rgb(129,99,119); }

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

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

 a { background-color: rgb(129,99,119); }

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

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

 span { border-color: rgb(129,99,119); }

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