Shades of Falu Red #82211E
Tints of Falu Red #82211E
RGB
CMYK
RGB Variations
Color information
#82211E (or 0x82211E) is known color: Falu Red. HEX triplet: 82, 21 and 1E. RGB value is (130,33,30). Sum of RGB (Red+Green+Blue) = 130+33+30=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82211E is #7DDEE1. Grayscale: #3D3D3D. Windows color (decimal): -8249058 or 1974658. OLE color: 1974658.
HSL color Cylindrical-coordinate representation of color #82211E: hue angle of 1.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82211E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 30 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.49 |
| HSL | 1.8º | 0.63% | 0.31% | - |
| HSV(B) | 1.8º | 0.77% | 0.51% | - |
| XYZ | 9.98 | 5.93 | 1.85 | - |
| YUV | 61.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 30 | 0 | 0.75 | 0.77 | 0.49 | 1.8 | 0.63 | 0.31 |
| Hex | 82 | 21 | 1E | 0 | 4B | 4D | 31 | 2 | 3E | 1F |
| Octal | 202 | 41 | 36 | 0 | 113 | 115 | 61 | 2 | 76 | 37 |
| Binary | 10000010 | 100001 | 11110 | 0 | 1001011 | 1001101 | 110001 | 10 | 111110 | 11111 |
Color Harmonies of #82211E
Complementary color
Monochromatic Colors of #82211E
Black with #82211E
Text Example
Text Example
White with #82211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82211E; }
p { color: rgb(130,33,30); }
H1.HeaderClassName
{
color: #82211E;
}
.AnyTagClassName
{
color: #82211E;
}
</style>
background-color css
<style>
a { background-color: #82211E; }
a { background-color: rgb(130,33,30); }
div.DivClassName
{
background-color: #82211E;
}
.BgClassName
{
background-color: #82211E;
}
</style>
border-color css
<style>
span { border-color: #82211E; }
span { border-color: rgb(130,33,30); }
td.TdClassName
{
border-color: #82211E;
}
.TagClassName
{
border-color: #82211E;
}
</style>