Shades of Falu Red #821E19
Tints of Falu Red #821E19
RGB
CMYK
RGB Variations
Color information
#821E19 (or 0x821E19) is known color: Falu Red. HEX triplet: 82, 1E and 19. RGB value is (130,30,25). Sum of RGB (Red+Green+Blue) = 130+30+25=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E19 is #7DE1E6. Grayscale: #3B3B3B. Windows color (decimal): -8249831 or 1646210. OLE color: 1646210.
HSL color Cylindrical-coordinate representation of color #821E19: hue angle of 2.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821E19 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 25 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.49 |
| HSL | 2.86º | 0.68% | 0.3% | - |
| HSV(B) | 2.86º | 0.81% | 0.51% | - |
| XYZ | 9.85 | 5.74 | 1.51 | - |
| YUV | 59.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 25 | 0 | 0.77 | 0.81 | 0.49 | 2.86 | 0.68 | 0.3 |
| Hex | 82 | 1E | 19 | 0 | 4D | 51 | 31 | 3 | 44 | 1E |
| Octal | 202 | 36 | 31 | 0 | 115 | 121 | 61 | 3 | 104 | 36 |
| Binary | 10000010 | 11110 | 11001 | 0 | 1001101 | 1010001 | 110001 | 11 | 1000100 | 11110 |
Color Harmonies of #821E19
Complementary color
Monochromatic Colors of #821E19
Black with #821E19
Text Example
Text Example
White with #821E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E19; }
p { color: rgb(130,30,25); }
H1.HeaderClassName
{
color: #821E19;
}
.AnyTagClassName
{
color: #821E19;
}
</style>
background-color css
<style>
a { background-color: #821E19; }
a { background-color: rgb(130,30,25); }
div.DivClassName
{
background-color: #821E19;
}
.BgClassName
{
background-color: #821E19;
}
</style>
border-color css
<style>
span { border-color: #821E19; }
span { border-color: rgb(130,30,25); }
td.TdClassName
{
border-color: #821E19;
}
.TagClassName
{
border-color: #821E19;
}
</style>