#822209

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

Shades of Falu Red #822209

Tints of Falu Red #822209

Color information

#822209 (or 0x822209) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 09. RGB value is (130,34,9). Sum of RGB (Red+Green+Blue) = 130+34+9=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #822209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822209 is #7DDDF6. Grayscale: #3C3C3C. Windows color (decimal): -8248823 or 598658. OLE color: 598658.

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

Color convert

RGB130349-
CMYK00.740.930.49
HSL12.4º87.05%27.25%-
HSV(B)12.4º93.08%50.98%-
XYZ9.835.910.88-
YUV59.8599.3178.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=75.14%
G=19.65%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13034900.740.930.4912.487.0527.25
Hex8222904A5D31c571b
Octal20242110112135611412733
Binary1000001010001010010100101010111011100011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822209; }

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

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

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

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

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

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

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

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