#822929

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

Shades of Lusty #822929

Tints of Lusty #822929

Color information

#822929 (or 0x822929) is unknown color: approx Lusty. HEX triplet: 82, 29 and 29. RGB value is (130,41,41). Sum of RGB (Red+Green+Blue) = 130+41+41=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822929 is #7DD6D6. Grayscale: #434343. Windows color (decimal): -8246999 or 2697602. OLE color: 2697602.

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

Color convert

RGB1304141-
CMYK00.680.680.49
HSL52.05%33.53%-
HSV(B)68.46%50.98%-
XYZ10.46.492.8-
YUV67.61112.99172.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=61.32%
G=19.34%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130414100.680.680.49052.0533.53
Hex822929044443103422
Octal202515101041046106442
Binary100000101010011010010100010010001001100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822929; }

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

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

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

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

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

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

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

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