Shades of Falu Red #822020
Tints of Falu Red #822020
RGB
CMYK
RGB Variations
Color information
#822020 (or 0x822020) is known color: Falu Red. HEX triplet: 82, 20 and 20. RGB value is (130,32,32). Sum of RGB (Red+Green+Blue) = 130+32+32=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #822020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822020 is #7DDFDF. Grayscale: #3D3D3D. Windows color (decimal): -8249312 or 2105474. OLE color: 2105474.
HSL color Cylindrical-coordinate representation of color #822020: hue angle of 0º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822020 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 32 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.49 |
| HSL | 0º | 0.6% | 0.32% | - |
| HSV(B) | 0º | 0.75% | 0.51% | - |
| XYZ | 9.98 | 5.88 | 1.98 | - |
| YUV | 61.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 32 | 0 | 0.75 | 0.75 | 0.49 | 0 | 0.6 | 0.32 |
| Hex | 82 | 20 | 20 | 0 | 4B | 4B | 31 | 0 | 3C | 20 |
| Octal | 202 | 40 | 40 | 0 | 113 | 113 | 61 | 0 | 74 | 40 |
| Binary | 10000010 | 100000 | 100000 | 0 | 1001011 | 1001011 | 110001 | 0 | 111100 | 100000 |
Color Harmonies of #822020
Complementary color
Monochromatic Colors of #822020
Black with #822020
Text Example
Text Example
White with #822020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822020; }
p { color: rgb(130,32,32); }
H1.HeaderClassName
{
color: #822020;
}
.AnyTagClassName
{
color: #822020;
}
</style>
background-color css
<style>
a { background-color: #822020; }
a { background-color: rgb(130,32,32); }
div.DivClassName
{
background-color: #822020;
}
.BgClassName
{
background-color: #822020;
}
</style>
border-color css
<style>
span { border-color: #822020; }
span { border-color: rgb(130,32,32); }
td.TdClassName
{
border-color: #822020;
}
.TagClassName
{
border-color: #822020;
}
</style>