#822122

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

Shades of Flame Red #822122

Tints of Flame Red #822122

Color information

#822122 (or 0x822122) is unknown color: approx Flame Red. HEX triplet: 82, 21 and 22. RGB value is (130,33,34). Sum of RGB (Red+Green+Blue) = 130+33+34=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822122 is #7DDEDD. Grayscale: #3E3E3E. Windows color (decimal): -8249054 or 2236802. OLE color: 2236802.

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

Color convert

RGB1303334-
CMYK00.750.740.49
HSL359.38º59.51%31.96%-
HSV(B)359.38º74.62%50.98%-
XYZ10.045.952.13-
YUV62.12112.14176.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=65.99%
G=16.75%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130333400.750.740.49359.3859.5131.96
Hex82212204B4A311673c20
Octal20241420113112615477440
Binary10000010100001100010010010111001010110001101100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822122; }

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

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

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

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

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

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

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

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