Html Css Color HEX #825E79 Old Lavender

📋 copy color: '#825E79'

red 130 ◦ green 94 ◦ blue 121

#825E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #825E79

Tints of Old Lavender #825E79

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 value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825E79 (or 0x825E79) is known color: 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

RGB 130 94 121 -
CMYK 0 0.28 0.07 0.49
HSL 315º 0.16% 0.44% -
HSV(B) 315º 0.28% 0.51% -
XYZ 16.66 14.13 19.94 -
YUV 107.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 130 94 121 0 0.28 0.07 0.49 315 0.16 0.44
Hex 82 5E 79 0 1C 7 31 13B 10 2C
Octal 202 136 171 0 34 7 61 473 20 54
Binary 10000010 1011110 1111001 0 11100 111 110001 100111011 10000 101100

Color Harmonies of #825E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E79

Black with #825E79

Text Example


Text Example

White with #825E79

Text Example


Text Example

HTML Codes & Css Web 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>