Shades of Falu Red #821F1D
Tints of Falu Red #821F1D
RGB
CMYK
RGB Variations
Color information
#821F1D (or 0x821F1D) is known color: Falu Red. HEX triplet: 82, 1F and 1D. RGB value is (130,31,29). Sum of RGB (Red+Green+Blue) = 130+31+29=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #821F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F1D is #7DE0E2. Grayscale: #3C3C3C. Windows color (decimal): -8249571 or 1908610. OLE color: 1908610.
HSL color Cylindrical-coordinate representation of color #821F1D: hue angle of 1.19º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821F1D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 29 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.49 |
| HSL | 1.19º | 0.64% | 0.31% | - |
| HSV(B) | 1.19º | 0.78% | 0.51% | - |
| XYZ | 9.92 | 5.81 | 1.76 | - |
| YUV | 60.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 29 | 0 | 0.76 | 0.78 | 0.49 | 1.19 | 0.64 | 0.31 |
| Hex | 82 | 1F | 1D | 0 | 4C | 4E | 31 | 1 | 40 | 1F |
| Octal | 202 | 37 | 35 | 0 | 114 | 116 | 61 | 1 | 100 | 37 |
| Binary | 10000010 | 11111 | 11101 | 0 | 1001100 | 1001110 | 110001 | 1 | 1000000 | 11111 |
Color Harmonies of #821F1D
Complementary color
Monochromatic Colors of #821F1D
Black with #821F1D
Text Example
Text Example
White with #821F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F1D; }
p { color: rgb(130,31,29); }
H1.HeaderClassName
{
color: #821F1D;
}
.AnyTagClassName
{
color: #821F1D;
}
</style>
background-color css
<style>
a { background-color: #821F1D; }
a { background-color: rgb(130,31,29); }
div.DivClassName
{
background-color: #821F1D;
}
.BgClassName
{
background-color: #821F1D;
}
</style>
border-color css
<style>
span { border-color: #821F1D; }
span { border-color: rgb(130,31,29); }
td.TdClassName
{
border-color: #821F1D;
}
.TagClassName
{
border-color: #821F1D;
}
</style>