Shades of Falu Red #82200D
Tints of Falu Red #82200D
RGB
CMYK
RGB Variations
Color information
#82200D (or 0x82200D) is known color: Falu Red. HEX triplet: 82, 20 and 0D. RGB value is (130,32,13). Sum of RGB (Red+Green+Blue) = 130+32+13=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82200D is #7DDFF2. Grayscale: #3B3B3B. Windows color (decimal): -8249331 or 860290. OLE color: 860290.
HSL color Cylindrical-coordinate representation of color #82200D: hue angle of 9.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82200D is Cyan = 0, Magento = 0.75, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 13 | - |
| CMYK | 0 | 0.75 | 0.9 | 0.49 |
| HSL | 9.74º | 0.82% | 0.28% | - |
| HSV(B) | 9.74º | 0.9% | 0.51% | - |
| XYZ | 9.8 | 5.81 | 0.99 | - |
| YUV | 59.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 13 | 0 | 0.75 | 0.9 | 0.49 | 9.74 | 0.82 | 0.28 |
| Hex | 82 | 20 | D | 0 | 4B | 5A | 31 | A | 52 | 1C |
| Octal | 202 | 40 | 15 | 0 | 113 | 132 | 61 | 12 | 122 | 34 |
| Binary | 10000010 | 100000 | 1101 | 0 | 1001011 | 1011010 | 110001 | 1010 | 1010010 | 11100 |
Color Harmonies of #82200D
Complementary color
Monochromatic Colors of #82200D
Black with #82200D
Text Example
Text Example
White with #82200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82200D; }
p { color: rgb(130,32,13); }
H1.HeaderClassName
{
color: #82200D;
}
.AnyTagClassName
{
color: #82200D;
}
</style>
background-color css
<style>
a { background-color: #82200D; }
a { background-color: rgb(130,32,13); }
div.DivClassName
{
background-color: #82200D;
}
.BgClassName
{
background-color: #82200D;
}
</style>
border-color css
<style>
span { border-color: #82200D; }
span { border-color: rgb(130,32,13); }
td.TdClassName
{
border-color: #82200D;
}
.TagClassName
{
border-color: #82200D;
}
</style>