#826279

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

Shades of Monsoon #826279

Tints of Monsoon #826279

Color information

#826279 (or 0x826279) is unknown color: approx Monsoon. HEX triplet: 82, 62 and 79. RGB value is (130,98,121). Sum of RGB (Red+Green+Blue) = 130+98+121=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826279 is #7D9D86. Grayscale: #6E6E6E. Windows color (decimal): -8232327 or 7955074. OLE color: 7955074.

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

Color convert

RGB13098121-
CMYK00.250.070.49
HSL316.88º14.04%44.71%-
HSV(B)316.88º24.62%50.98%-
XYZ17.0214.8620.06-
YUV110.19134.1142.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=37.25%
G=28.08%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309812100.250.070.49316.8814.0444.71
Hex82627901973113de2d
Octal2021421710317614751655
Binary10000010110001011110010110011111100011001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826279; }

 p { color: rgb(130,98,121); }

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

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

 a { background-color: rgb(130,98,121); }

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

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

 span { border-color: rgb(130,98,121); }

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