#822A26

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

Shades of Lusty #822A26

Tints of Lusty #822A26

Color information

#822A26 (or 0x822A26) is unknown color: approx Lusty. HEX triplet: 82, 2A and 26. RGB value is (130,42,38). Sum of RGB (Red+Green+Blue) = 130+42+38=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A26 is #7DD5D9. Grayscale: #434343. Windows color (decimal): -8246746 or 2501250. OLE color: 2501250.

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

Color convert

RGB1304238-
CMYK00.680.710.49
HSL2.61º54.76%32.94%-
HSV(B)2.61º70.77%50.98%-
XYZ10.386.542.55-
YUV67.86111.15172.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=61.90%
G=20%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130423800.680.710.492.6154.7632.94
Hex822A26044473133721
Octal202524601041076136741
Binary1000001010101010011001000100100011111000111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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