Shades of Falu Red #822100
Tints of Falu Red #822100
RGB
CMYK
RGB Variations
Color information
#822100 (or 0x822100) is known color: Falu Red. HEX triplet: 82, 21 and 00. RGB value is (130,33,0). Sum of RGB (Red+Green+Blue) = 130+33+0=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #822100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822100 is #7DDEFF. Grayscale: #3A3A3A. Windows color (decimal): -8249088 or 8578. OLE color: 8578.
HSL color Cylindrical-coordinate representation of color #822100: hue angle of 15.23º 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 #822100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.49 |
| HSL | 15.23º | 1% | 0.25% | - |
| HSV(B) | 15.23º | 1% | 0.51% | - |
| XYZ | 9.75 | 5.83 | 0.61 | - |
| YUV | 58.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 0 | 0 | 0.75 | 1 | 0.49 | 15.23 | 1 | 0.25 |
| Hex | 82 | 21 | 0 | 0 | 4B | 64 | 31 | F | 64 | 19 |
| Octal | 202 | 41 | 0 | 0 | 113 | 144 | 61 | 17 | 144 | 31 |
| Binary | 10000010 | 100001 | 0 | 0 | 1001011 | 1100100 | 110001 | 1111 | 1100100 | 11001 |
Color Harmonies of #822100
Complementary color
Monochromatic Colors of #822100
Black with #822100
Text Example
Text Example
White with #822100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822100; }
p { color: rgb(130,33,0); }
H1.HeaderClassName
{
color: #822100;
}
.AnyTagClassName
{
color: #822100;
}
</style>
background-color css
<style>
a { background-color: #822100; }
a { background-color: rgb(130,33,0); }
div.DivClassName
{
background-color: #822100;
}
.BgClassName
{
background-color: #822100;
}
</style>
border-color css
<style>
span { border-color: #822100; }
span { border-color: rgb(130,33,0); }
td.TdClassName
{
border-color: #822100;
}
.TagClassName
{
border-color: #822100;
}
</style>