Shades of Falu Red #822200
Tints of Falu Red #822200
RGB
CMYK
RGB Variations
Color information
#822200 (or 0x822200) is known color: Falu Red. HEX triplet: 82, 22 and 00. RGB value is (130,34,0). Sum of RGB (Red+Green+Blue) = 130+34+0=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #822200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822200 is #7DDDFF. Grayscale: #3B3B3B. Windows color (decimal): -8248832 or 8834. OLE color: 8834.
HSL color Cylindrical-coordinate representation of color #822200: hue angle of 15.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #822200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.49 |
| HSL | 15.69º | 1% | 0.25% | - |
| HSV(B) | 15.69º | 1% | 0.51% | - |
| XYZ | 9.78 | 5.89 | 0.62 | - |
| YUV | 58.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 0 | 0 | 0.74 | 1 | 0.49 | 15.69 | 1 | 0.25 |
| Hex | 82 | 22 | 0 | 0 | 4A | 64 | 31 | 10 | 64 | 19 |
| Octal | 202 | 42 | 0 | 0 | 112 | 144 | 61 | 20 | 144 | 31 |
| Binary | 10000010 | 100010 | 0 | 0 | 1001010 | 1100100 | 110001 | 10000 | 1100100 | 11001 |
Color Harmonies of #822200
Complementary color
Monochromatic Colors of #822200
Black with #822200
Text Example
Text Example
White with #822200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822200; }
p { color: rgb(130,34,0); }
H1.HeaderClassName
{
color: #822200;
}
.AnyTagClassName
{
color: #822200;
}
</style>
background-color css
<style>
a { background-color: #822200; }
a { background-color: rgb(130,34,0); }
div.DivClassName
{
background-color: #822200;
}
.BgClassName
{
background-color: #822200;
}
</style>
border-color css
<style>
span { border-color: #822200; }
span { border-color: rgb(130,34,0); }
td.TdClassName
{
border-color: #822200;
}
.TagClassName
{
border-color: #822200;
}
</style>