#822D2A

Color #822D2A Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #822D2A

Tints of Lusty #822D2A

Color information

#822D2A (or 0x822D2A) is unknown color: approx Lusty. HEX triplet: 82, 2D and 2A. RGB value is (130,45,42). Sum of RGB (Red+Green+Blue) = 130+45+42=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #822D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D2A is #7DD2D5. Grayscale: #464646. Windows color (decimal): -8245974 or 2764162. OLE color: 2764162.

HSL color Cylindrical-coordinate representation of color #822D2A: hue angle of 2.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822D2A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1304542-
CMYK00.650.680.49
HSL2.05º51.16%33.73%-
HSV(B)2.05º67.69%50.98%-
XYZ10.566.792.94-
YUV70.07112.16170.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 45 (17.97% from 255) = 20.74%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=59.91%
G=20.74%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130454200.650.680.492.0551.1633.73
Hex822D2A041443123322
Octal202555201011046126342
Binary1000001010110110101001000001100010011000110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822D2A; }

 p { color: rgb(130,45,42); }

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

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

 a { background-color: rgb(130,45,42); }

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

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

 span { border-color: rgb(130,45,42); }

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