#826577

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

Shades of Monsoon #826577

Tints of Monsoon #826577

Color information

#826577 (or 0x826577) is unknown color: approx Monsoon. HEX triplet: 82, 65 and 77. RGB value is (130,101,119). Sum of RGB (Red+Green+Blue) = 130+101+119=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #826577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826577 is #7D9A88. Grayscale: #6F6F6F. Windows color (decimal): -8231561 or 7824770. OLE color: 7824770.

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

Color convert

RGB130101119-
CMYK00.220.080.49
HSL322.76º12.55%45.29%-
HSV(B)322.76º22.31%50.98%-
XYZ17.1915.3919.52-
YUV111.72132.11141.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 119 (46.88% from 255) = 34%
R=37.14%
G=28.86%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010111900.220.080.49322.7612.5545.29
Hex826577016831143d2d
Octal20214516702610615031555
Binary100000101100101111011101011010001100011010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826577; }

 p { color: rgb(130,101,119); }

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

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

 a { background-color: rgb(130,101,119); }

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

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

 span { border-color: rgb(130,101,119); }

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