#825F79

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

Shades of Old Lavender #825F79

Tints of Old Lavender #825F79

Color information

#825F79 (or 0x825F79) is unknown color: approx Old Lavender. HEX triplet: 82, 5F and 79. RGB value is (130,95,121). Sum of RGB (Red+Green+Blue) = 130+95+121=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #825F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F79 is #7DA086. Grayscale: #6C6C6C. Windows color (decimal): -8233095 or 7954306. OLE color: 7954306.

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

Color convert

RGB13095121-
CMYK00.270.070.49
HSL315.43º15.56%44.12%-
HSV(B)315.43º26.92%50.98%-
XYZ16.7514.3119.97-
YUV108.43135.1143.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=37.57%
G=27.46%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309512100.270.070.49315.4315.5644.12
Hex825F7901B73113b102c
Octal2021371710337614732054
Binary100000101011111111100101101111111000110011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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