#822229

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

Shades of Flame Red #822229

Tints of Flame Red #822229

Color information

#822229 (or 0x822229) is unknown color: approx Flame Red. HEX triplet: 82, 22 and 29. RGB value is (130,34,41). Sum of RGB (Red+Green+Blue) = 130+34+41=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822229 is #7DDDD6. Grayscale: #3F3F3F. Windows color (decimal): -8248791 or 2695810. OLE color: 2695810.

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

Color convert

RGB1303441-
CMYK00.740.680.49
HSL355.62º58.54%32.16%-
HSV(B)355.62º73.85%50.98%-
XYZ10.186.052.73-
YUV63.5115.3175.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 41 (16.41% from 255) = 20%
R=63.41%
G=16.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130344100.740.680.49355.6258.5432.16
Hex82222904A44311643b20
Octal20242510112104615447340
Binary10000010100010101001010010101000100110001101100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822229; }

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

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

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

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

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

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

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

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