Shades of Falu Red #821E12
Tints of Falu Red #821E12
RGB
CMYK
RGB Variations
Color information
#821E12 (or 0x821E12) is known color: Falu Red. HEX triplet: 82, 1E and 12. RGB value is (130,30,18). Sum of RGB (Red+Green+Blue) = 130+30+18=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E12 is #7DE1ED. Grayscale: #3A3A3A. Windows color (decimal): -8249838 or 1187458. OLE color: 1187458.
HSL color Cylindrical-coordinate representation of color #821E12: hue angle of 6.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821E12 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 18 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.49 |
| HSL | 6.43º | 0.76% | 0.29% | - |
| HSV(B) | 6.43º | 0.86% | 0.51% | - |
| XYZ | 9.78 | 5.72 | 1.16 | - |
| YUV | 58.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 18 | 0 | 0.77 | 0.86 | 0.49 | 6.43 | 0.76 | 0.29 |
| Hex | 82 | 1E | 12 | 0 | 4D | 56 | 31 | 6 | 4C | 1D |
| Octal | 202 | 36 | 22 | 0 | 115 | 126 | 61 | 6 | 114 | 35 |
| Binary | 10000010 | 11110 | 10010 | 0 | 1001101 | 1010110 | 110001 | 110 | 1001100 | 11101 |
Color Harmonies of #821E12
Complementary color
Monochromatic Colors of #821E12
Black with #821E12
Text Example
Text Example
White with #821E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E12; }
p { color: rgb(130,30,18); }
H1.HeaderClassName
{
color: #821E12;
}
.AnyTagClassName
{
color: #821E12;
}
</style>
background-color css
<style>
a { background-color: #821E12; }
a { background-color: rgb(130,30,18); }
div.DivClassName
{
background-color: #821E12;
}
.BgClassName
{
background-color: #821E12;
}
</style>
border-color css
<style>
span { border-color: #821E12; }
span { border-color: rgb(130,30,18); }
td.TdClassName
{
border-color: #821E12;
}
.TagClassName
{
border-color: #821E12;
}
</style>