Shades of Falu Red #821A11
Tints of Falu Red #821A11
RGB
CMYK
RGB Variations
Color information
#821A11 (or 0x821A11) is known color: Falu Red. HEX triplet: 82, 1A and 11. RGB value is (130,26,17). Sum of RGB (Red+Green+Blue) = 130+26+17=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A11 is #7DE5EE. Grayscale: #383838. Windows color (decimal): -8250863 or 1120898. OLE color: 1120898.
HSL color Cylindrical-coordinate representation of color #821A11: hue angle of 4.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821A11 is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 17 | - |
| CMYK | 0 | 0.8 | 0.87 | 0.49 |
| HSL | 4.78º | 0.77% | 0.29% | - |
| HSV(B) | 4.78º | 0.87% | 0.51% | - |
| XYZ | 9.68 | 5.53 | 1.09 | - |
| YUV | 56.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 17 | 0 | 0.8 | 0.87 | 0.49 | 4.78 | 0.77 | 0.29 |
| Hex | 82 | 1A | 11 | 0 | 50 | 57 | 31 | 5 | 4D | 1D |
| Octal | 202 | 32 | 21 | 0 | 120 | 127 | 61 | 5 | 115 | 35 |
| Binary | 10000010 | 11010 | 10001 | 0 | 1010000 | 1010111 | 110001 | 101 | 1001101 | 11101 |
Color Harmonies of #821A11
Complementary color
Monochromatic Colors of #821A11
Black with #821A11
Text Example
Text Example
White with #821A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A11; }
p { color: rgb(130,26,17); }
H1.HeaderClassName
{
color: #821A11;
}
.AnyTagClassName
{
color: #821A11;
}
</style>
background-color css
<style>
a { background-color: #821A11; }
a { background-color: rgb(130,26,17); }
div.DivClassName
{
background-color: #821A11;
}
.BgClassName
{
background-color: #821A11;
}
</style>
border-color css
<style>
span { border-color: #821A11; }
span { border-color: rgb(130,26,17); }
td.TdClassName
{
border-color: #821A11;
}
.TagClassName
{
border-color: #821A11;
}
</style>