#825774

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

Shades of Old Lavender #825774

Tints of Old Lavender #825774

Color information

#825774 (or 0x825774) is unknown color: approx Old Lavender. HEX triplet: 82, 57 and 74. RGB value is (130,87,116). Sum of RGB (Red+Green+Blue) = 130+87+116=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825774 is #7DA88B. Grayscale: #676767. Windows color (decimal): -8235148 or 7624578. OLE color: 7624578.

HSL color Cylindrical-coordinate representation of color #825774: hue angle of 319.53º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825774 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13087116-
CMYK00.330.110.49
HSL319.53º19.82%42.55%-
HSV(B)319.53º33.08%50.98%-
XYZ15.7712.8218.17-
YUV103.16135.25147.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=39.04%
G=26.13%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308711600.330.110.49319.5319.8242.55
Hex825774021B31140142b
Octal20212716404113615002453
Binary10000010101011111101000100001101111000110100000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825774; }

 p { color: rgb(130,87,116); }

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

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

 a { background-color: rgb(130,87,116); }

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

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

 span { border-color: rgb(130,87,116); }

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