#822D29

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

Shades of Lusty #822D29

Tints of Lusty #822D29

Color information

#822D29 (or 0x822D29) is unknown color: approx Lusty. HEX triplet: 82, 2D and 29. RGB value is (130,45,41). Sum of RGB (Red+Green+Blue) = 130+45+41=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #822D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D29 is #7DD2D6. Grayscale: #464646. Windows color (decimal): -8245975 or 2698626. OLE color: 2698626.

HSL color Cylindrical-coordinate representation of color #822D29: hue angle of 2.7º degrees, saturation: 0.52, 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 #822D29 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1304541-
CMYK00.650.680.49
HSL2.7º52.05%33.53%-
HSV(B)2.7º68.46%50.98%-
XYZ10.546.782.85-
YUV69.96111.66170.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=60.19%
G=20.83%
B=18.98%

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
Decimal130454100.650.680.492.752.0533.53
Hex822D29041443133422
Octal202555101011046136442
Binary1000001010110110100101000001100010011000111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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