#825E7A

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

Shades of Old Lavender #825E7A

Tints of Old Lavender #825E7A

Color information

#825E7A (or 0x825E7A) is unknown color: approx Old Lavender. HEX triplet: 82, 5E and 7A. RGB value is (130,94,122). Sum of RGB (Red+Green+Blue) = 130+94+122=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #825E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E7A is #7DA185. Grayscale: #6B6B6B. Windows color (decimal): -8233350 or 8019586. OLE color: 8019586.

HSL color Cylindrical-coordinate representation of color #825E7A: hue angle of 313.33º 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 #825E7A is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13094122-
CMYK00.280.060.49
HSL313.33º16.07%43.92%-
HSV(B)313.33º27.69%50.98%-
XYZ16.7214.1620.26-
YUV107.96135.93143.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=37.57%
G=27.17%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309412200.280.060.49313.3316.0743.92
Hex825E7A01C631139102c
Octal2021361720346614712054
Binary100000101011110111101001110011011000110011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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