Shades of Falu Red #821D1A
Tints of Falu Red #821D1A
RGB
CMYK
RGB Variations
Color information
#821D1A (or 0x821D1A) is known color: Falu Red. HEX triplet: 82, 1D and 1A. RGB value is (130,29,26). Sum of RGB (Red+Green+Blue) = 130+29+26=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D1A is #7DE2E5. Grayscale: #3A3A3A. Windows color (decimal): -8250086 or 1711490. OLE color: 1711490.
HSL color Cylindrical-coordinate representation of color #821D1A: hue angle of 1.73º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821D1A is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 26 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.49 |
| HSL | 1.73º | 0.67% | 0.31% | - |
| HSV(B) | 1.73º | 0.8% | 0.51% | - |
| XYZ | 9.83 | 5.7 | 1.56 | - |
| YUV | 58.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 26 | 0 | 0.78 | 0.8 | 0.49 | 1.73 | 0.67 | 0.31 |
| Hex | 82 | 1D | 1A | 0 | 4E | 50 | 31 | 2 | 43 | 1F |
| Octal | 202 | 35 | 32 | 0 | 116 | 120 | 61 | 2 | 103 | 37 |
| Binary | 10000010 | 11101 | 11010 | 0 | 1001110 | 1010000 | 110001 | 10 | 1000011 | 11111 |
Color Harmonies of #821D1A
Complementary color
Monochromatic Colors of #821D1A
Black with #821D1A
Text Example
Text Example
White with #821D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D1A; }
p { color: rgb(130,29,26); }
H1.HeaderClassName
{
color: #821D1A;
}
.AnyTagClassName
{
color: #821D1A;
}
</style>
background-color css
<style>
a { background-color: #821D1A; }
a { background-color: rgb(130,29,26); }
div.DivClassName
{
background-color: #821D1A;
}
.BgClassName
{
background-color: #821D1A;
}
</style>
border-color css
<style>
span { border-color: #821D1A; }
span { border-color: rgb(130,29,26); }
td.TdClassName
{
border-color: #821D1A;
}
.TagClassName
{
border-color: #821D1A;
}
</style>