Shades of Falu Red #822016
Tints of Falu Red #822016
RGB
CMYK
RGB Variations
Color information
#822016 (or 0x822016) is known color: Falu Red. HEX triplet: 82, 20 and 16. RGB value is (130,32,22). Sum of RGB (Red+Green+Blue) = 130+32+22=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822016 is #7DDFE9. Grayscale: #3C3C3C. Windows color (decimal): -8249322 or 1450114. OLE color: 1450114.
HSL color Cylindrical-coordinate representation of color #822016: hue angle of 5.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #822016 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 22 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.49 |
| HSL | 5.56º | 0.71% | 0.3% | - |
| HSV(B) | 5.56º | 0.83% | 0.51% | - |
| XYZ | 9.87 | 5.84 | 1.37 | - |
| YUV | 60.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 22 | 0 | 0.75 | 0.83 | 0.49 | 5.56 | 0.71 | 0.3 |
| Hex | 82 | 20 | 16 | 0 | 4B | 53 | 31 | 6 | 47 | 1E |
| Octal | 202 | 40 | 26 | 0 | 113 | 123 | 61 | 6 | 107 | 36 |
| Binary | 10000010 | 100000 | 10110 | 0 | 1001011 | 1010011 | 110001 | 110 | 1000111 | 11110 |
Color Harmonies of #822016
Complementary color
Monochromatic Colors of #822016
Black with #822016
Text Example
Text Example
White with #822016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822016; }
p { color: rgb(130,32,22); }
H1.HeaderClassName
{
color: #822016;
}
.AnyTagClassName
{
color: #822016;
}
</style>
background-color css
<style>
a { background-color: #822016; }
a { background-color: rgb(130,32,22); }
div.DivClassName
{
background-color: #822016;
}
.BgClassName
{
background-color: #822016;
}
</style>
border-color css
<style>
span { border-color: #822016; }
span { border-color: rgb(130,32,22); }
td.TdClassName
{
border-color: #822016;
}
.TagClassName
{
border-color: #822016;
}
</style>