#826179

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

Shades of Old Lavender #826179

Tints of Old Lavender #826179

Color information

#826179 (or 0x826179) is unknown color: approx Old Lavender. HEX triplet: 82, 61 and 79. RGB value is (130,97,121). Sum of RGB (Red+Green+Blue) = 130+97+121=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #826179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826179 is #7D9E86. Grayscale: #6D6D6D. Windows color (decimal): -8232583 or 7954818. OLE color: 7954818.

HSL color Cylindrical-coordinate representation of color #826179: hue angle of 316.36º degrees, saturation: 0.15, 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 #826179 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13097121-
CMYK00.250.070.49
HSL316.36º14.54%44.51%-
HSV(B)316.36º25.38%50.98%-
XYZ16.9314.6820.03-
YUV109.6134.43142.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=37.36%
G=27.87%
B=34.77%

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
Decimal1309712100.250.070.49316.3614.5444.51
Hex82617901973113cf2d
Octal2021411710317614741755
Binary10000010110000111110010110011111100011001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826179; }

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

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

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

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

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

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

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

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