Shades of Falu Red #821F1A
Tints of Falu Red #821F1A
RGB
CMYK
RGB Variations
Color information
#821F1A (or 0x821F1A) is known color: Falu Red. HEX triplet: 82, 1F and 1A. RGB value is (130,31,26). Sum of RGB (Red+Green+Blue) = 130+31+26=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F1A is #7DE0E5. Grayscale: #3C3C3C. Windows color (decimal): -8249574 or 1712002. OLE color: 1712002.
HSL color Cylindrical-coordinate representation of color #821F1A: hue angle of 2.88º 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 #821F1A is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 26 | - |
| CMYK | 0 | 0.76 | 0.8 | 0.49 |
| HSL | 2.88º | 0.67% | 0.31% | - |
| HSV(B) | 2.88º | 0.8% | 0.51% | - |
| XYZ | 9.88 | 5.8 | 1.58 | - |
| YUV | 60.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 26 | 0 | 0.76 | 0.8 | 0.49 | 2.88 | 0.67 | 0.31 |
| Hex | 82 | 1F | 1A | 0 | 4C | 50 | 31 | 3 | 43 | 1F |
| Octal | 202 | 37 | 32 | 0 | 114 | 120 | 61 | 3 | 103 | 37 |
| Binary | 10000010 | 11111 | 11010 | 0 | 1001100 | 1010000 | 110001 | 11 | 1000011 | 11111 |
Color Harmonies of #821F1A
Complementary color
Monochromatic Colors of #821F1A
Black with #821F1A
Text Example
Text Example
White with #821F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F1A; }
p { color: rgb(130,31,26); }
H1.HeaderClassName
{
color: #821F1A;
}
.AnyTagClassName
{
color: #821F1A;
}
</style>
background-color css
<style>
a { background-color: #821F1A; }
a { background-color: rgb(130,31,26); }
div.DivClassName
{
background-color: #821F1A;
}
.BgClassName
{
background-color: #821F1A;
}
</style>
border-color css
<style>
span { border-color: #821F1A; }
span { border-color: rgb(130,31,26); }
td.TdClassName
{
border-color: #821F1A;
}
.TagClassName
{
border-color: #821F1A;
}
</style>