#822A28

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

Shades of Lusty #822A28

Tints of Lusty #822A28

Color information

#822A28 (or 0x822A28) is unknown color: approx Lusty. HEX triplet: 82, 2A and 28. RGB value is (130,42,40). Sum of RGB (Red+Green+Blue) = 130+42+40=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A28 is #7DD5D7. Grayscale: #444444. Windows color (decimal): -8246744 or 2632322. OLE color: 2632322.

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

Color convert

RGB1304240-
CMYK00.680.690.49
HSL1.33º52.94%33.33%-
HSV(B)1.33º69.23%50.98%-
XYZ10.426.552.72-
YUV68.08112.15172.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=61.32%
G=19.81%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130424000.680.690.491.3352.9433.33
Hex822A28044453113521
Octal202525001041056116541
Binary100000101010101010000100010010001011100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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