#822109

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

Shades of Falu Red #822109

Tints of Falu Red #822109

Color information

#822109 (or 0x822109) is unknown color: approx Falu Red. HEX triplet: 82, 21 and 09. RGB value is (130,33,9). Sum of RGB (Red+Green+Blue) = 130+33+9=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #822109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822109 is #7DDEF6. Grayscale: #3B3B3B. Windows color (decimal): -8249079 or 598402. OLE color: 598402.

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

Color convert

RGB130339-
CMYK00.750.930.49
HSL11.9º87.05%27.25%-
HSV(B)11.9º93.08%50.98%-
XYZ9.85.850.87-
YUV59.2799.64178.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=75.58%
G=19.19%
B=5.23%

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
Decimal13033900.750.930.4911.987.0527.25
Hex8221904B5D31c571b
Octal20241110113135611412733
Binary1000001010000110010100101110111011100011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822109; }

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

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

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

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

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

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

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

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