Html Css Color HEX #825C79 Old Lavender

📋 copy color: '#825C79'

red 130 ◦ green 92 ◦ blue 121

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

Shades of Old Lavender #825C79

Tints of Old Lavender #825C79

RGB

 RED value IS 130 (51.17% from 255) = 37.9%

 GREEN value IS 92 (36.33% from 255) = 26.82%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 37.9%
G = 26.82%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825C79 (or 0x825C79) is known color: Old Lavender. HEX triplet: 82, 5C and 79. RGB value is (130,92,121). Sum of RGB (Red+Green+Blue) = 130+92+121=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #825C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C79 is #7DA386. Grayscale: #6A6A6A. Windows color (decimal): -8233863 or 7953538. OLE color: 7953538.

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

Color convert

RGB 130 92 121 -
CMYK 0 0.29 0.07 0.49
HSL 314.21º 0.17% 0.44% -
HSV(B) 314.21º 0.29% 0.51% -
XYZ 16.48 13.78 19.88 -
YUV 106.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 130 92 121 0 0.29 0.07 0.49 314.21 0.17 0.44
Hex 82 5C 79 0 1D 7 31 13A 11 2C
Octal 202 134 171 0 35 7 61 472 21 54
Binary 10000010 1011100 1111001 0 11101 111 110001 100111010 10001 101100

Color Harmonies of #825C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C79

Black with #825C79

Text Example


Text Example

White with #825C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825C79;
 }
 .AnyTagClassName
 {
   color: #825C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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