#815D75

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

Shades of Old Lavender #815D75

Tints of Old Lavender #815D75

Color information

#815D75 (or 0x815D75) is unknown color: approx Old Lavender. HEX triplet: 81, 5D and 75. RGB value is (129,93,117). Sum of RGB (Red+Green+Blue) = 129+93+117=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #815D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D75 is #7EA28A. Grayscale: #6A6A6A. Windows color (decimal): -8299147 or 7691649. OLE color: 7691649.

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

Color convert

RGB12993117-
CMYK00.280.090.49
HSL320º16.22%43.53%-
HSV(B)320º27.91%50.59%-
XYZ16.1813.7818.64-
YUV106.5133.93144.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=38.05%
G=27.43%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299311700.280.090.4932016.2243.53
Hex815D7501C931140102c
Octal20113516503411615002054
Binary1000000110111011110101011100100111000110100000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815D75; }

 p { color: rgb(129,93,117); }

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

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

 a { background-color: rgb(129,93,117); }

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

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

 span { border-color: rgb(129,93,117); }

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