#822228

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

Shades of Flame Red #822228

Tints of Flame Red #822228

Color information

#822228 (or 0x822228) is unknown color: approx Flame Red. HEX triplet: 82, 22 and 28. RGB value is (130,34,40). Sum of RGB (Red+Green+Blue) = 130+34+40=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822228 is #7DDDD7. Grayscale: #3F3F3F. Windows color (decimal): -8248792 or 2630274. OLE color: 2630274.

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

Color convert

RGB1303440-
CMYK00.740.690.49
HSL356.25º58.54%32.16%-
HSV(B)356.25º73.85%50.98%-
XYZ10.166.042.64-
YUV63.39114.8175.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=63.73%
G=16.67%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130344000.740.690.49356.2558.5432.16
Hex82222804A45311643b20
Octal20242500112105615447340
Binary10000010100010101000010010101000101110001101100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822228; }

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

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

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

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

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

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

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

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