#822009

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

Shades of Falu Red #822009

Tints of Falu Red #822009

Color information

#822009 (or 0x822009) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 09. RGB value is (130,32,9). Sum of RGB (Red+Green+Blue) = 130+32+9=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #822009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822009 is #7DDFF6. Grayscale: #3A3A3A. Windows color (decimal): -8249335 or 598146. OLE color: 598146.

HSL color Cylindrical-coordinate representation of color #822009: hue angle of 11.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 #822009 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130329-
CMYK00.750.930.49
HSL11.4º87.05%27.25%-
HSV(B)11.4º93.08%50.98%-
XYZ9.775.80.86-
YUV58.6899.97178.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.02%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=76.02%
G=18.71%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032900.750.930.4911.487.0527.25
Hex8220904B5D31b571b
Octal20240110113135611312733
Binary1000001010000010010100101110111011100011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822009; }

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

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

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

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

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

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

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

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