#825E79

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

Shades of Old Lavender #825E79

Tints of Old Lavender #825E79

Color information

#825E79 (or 0x825E79) is unknown color: approx Old Lavender. HEX triplet: 82, 5E and 79. RGB value is (130,94,121). Sum of RGB (Red+Green+Blue) = 130+94+121=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #825E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E79 is #7DA186. Grayscale: #6B6B6B. Windows color (decimal): -8233351 or 7954050. OLE color: 7954050.

HSL color Cylindrical-coordinate representation of color #825E79: hue angle of 315º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E79 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13094121-
CMYK00.280.070.49
HSL315º16.07%43.92%-
HSV(B)315º27.69%50.98%-
XYZ16.6614.1319.94-
YUV107.84135.43143.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=37.68%
G=27.25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309412100.280.070.4931516.0743.92
Hex825E7901C73113b102c
Octal2021361710347614732054
Binary100000101011110111100101110011111000110011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825E79; }

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

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

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

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

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

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

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

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