Shades of Falu Red #821D0D
Tints of Falu Red #821D0D
RGB
CMYK
RGB Variations
Color information
#821D0D (or 0x821D0D) is known color: Falu Red. HEX triplet: 82, 1D and 0D. RGB value is (130,29,13). Sum of RGB (Red+Green+Blue) = 130+29+13=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D0D is #7DE2F2. Grayscale: #393939. Windows color (decimal): -8250099 or 859522. OLE color: 859522.
HSL color Cylindrical-coordinate representation of color #821D0D: hue angle of 8.21º 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 #821D0D is Cyan = 0, Magento = 0.78, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 13 | - |
| CMYK | 0 | 0.78 | 0.9 | 0.49 |
| HSL | 8.21º | 0.82% | 0.28% | - |
| HSV(B) | 8.21º | 0.9% | 0.51% | - |
| XYZ | 9.72 | 5.65 | 0.96 | - |
| YUV | 57.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 13 | 0 | 0.78 | 0.9 | 0.49 | 8.21 | 0.82 | 0.28 |
| Hex | 82 | 1D | D | 0 | 4E | 5A | 31 | 8 | 52 | 1C |
| Octal | 202 | 35 | 15 | 0 | 116 | 132 | 61 | 10 | 122 | 34 |
| Binary | 10000010 | 11101 | 1101 | 0 | 1001110 | 1011010 | 110001 | 1000 | 1010010 | 11100 |
Color Harmonies of #821D0D
Complementary color
Monochromatic Colors of #821D0D
Black with #821D0D
Text Example
Text Example
White with #821D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D0D; }
p { color: rgb(130,29,13); }
H1.HeaderClassName
{
color: #821D0D;
}
.AnyTagClassName
{
color: #821D0D;
}
</style>
background-color css
<style>
a { background-color: #821D0D; }
a { background-color: rgb(130,29,13); }
div.DivClassName
{
background-color: #821D0D;
}
.BgClassName
{
background-color: #821D0D;
}
</style>
border-color css
<style>
span { border-color: #821D0D; }
span { border-color: rgb(130,29,13); }
td.TdClassName
{
border-color: #821D0D;
}
.TagClassName
{
border-color: #821D0D;
}
</style>