#825875

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

Shades of Old Lavender #825875

Tints of Old Lavender #825875

Color information

#825875 (or 0x825875) is unknown color: approx Old Lavender. HEX triplet: 82, 58 and 75. RGB value is (130,88,117). Sum of RGB (Red+Green+Blue) = 130+88+117=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825875 is #7DA78A. Grayscale: #676767. Windows color (decimal): -8234891 or 7690370. OLE color: 7690370.

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

Color convert

RGB13088117-
CMYK00.320.10.49
HSL318.57º19.27%42.75%-
HSV(B)318.57º32.31%50.98%-
XYZ15.9113.0118.5-
YUV103.86135.41146.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=38.81%
G=26.27%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308811700.320.10.49318.5719.2742.75
Hex825875020A3113f132b
Octal20213016504012614772353
Binary10000010101100011101010100000101011000110011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825875; }

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

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

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

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

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

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

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

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