Html Css Color HEX #825775 Old Lavender

📋 copy color: '#825775'

red 130 ◦ green 87 ◦ blue 117

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

Shades of Old Lavender #825775

Tints of Old Lavender #825775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 38.92%
G = 26.05%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#825775 (or 0x825775) is known color: Old Lavender. HEX triplet: 82, 57 and 75. RGB value is (130,87,117). Sum of RGB (Red+Green+Blue) = 130+87+117=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825775 is #7DA88A. Grayscale: #676767. Windows color (decimal): -8235147 or 7690114. OLE color: 7690114.

HSL color Cylindrical-coordinate representation of color #825775: hue angle of 318.14º 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 #825775 is Cyan = 0, Magento = 0.33, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 117 -
CMYK 0 0.33 0.1 0.49
HSL 318.14º 0.2% 0.43% -
HSV(B) 318.14º 0.33% 0.51% -
XYZ 15.83 12.85 18.48 -
YUV 103.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 130 87 117 0 0.33 0.1 0.49 318.14 0.2 0.43
Hex 82 57 75 0 21 A 31 13E 14 2B
Octal 202 127 165 0 41 12 61 476 24 53
Binary 10000010 1010111 1110101 0 100001 1010 110001 100111110 10100 101011

Color Harmonies of #825775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825775

Black with #825775

Text Example


Text Example

White with #825775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825775; }

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

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

background-color css

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

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

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

border-color css

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

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

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