Shades of Falu Red #82221F
Tints of Falu Red #82221F
RGB
CMYK
RGB Variations
Color information
#82221F (or 0x82221F) is known color: Falu Red. HEX triplet: 82, 22 and 1F. RGB value is (130,34,31). Sum of RGB (Red+Green+Blue) = 130+34+31=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82221F is #7DDDE0. Grayscale: #3E3E3E. Windows color (decimal): -8248801 or 2040450. OLE color: 2040450.
HSL color Cylindrical-coordinate representation of color #82221F: hue angle of 1.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82221F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 31 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.49 |
| HSL | 1.82º | 0.61% | 0.32% | - |
| HSV(B) | 1.82º | 0.76% | 0.51% | - |
| XYZ | 10.03 | 5.99 | 1.92 | - |
| YUV | 62.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 31 | 0 | 0.74 | 0.76 | 0.49 | 1.82 | 0.61 | 0.32 |
| Hex | 82 | 22 | 1F | 0 | 4A | 4C | 31 | 2 | 3D | 20 |
| Octal | 202 | 42 | 37 | 0 | 112 | 114 | 61 | 2 | 75 | 40 |
| Binary | 10000010 | 100010 | 11111 | 0 | 1001010 | 1001100 | 110001 | 10 | 111101 | 100000 |
Color Harmonies of #82221F
Complementary color
Monochromatic Colors of #82221F
Black with #82221F
Text Example
Text Example
White with #82221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82221F; }
p { color: rgb(130,34,31); }
H1.HeaderClassName
{
color: #82221F;
}
.AnyTagClassName
{
color: #82221F;
}
</style>
background-color css
<style>
a { background-color: #82221F; }
a { background-color: rgb(130,34,31); }
div.DivClassName
{
background-color: #82221F;
}
.BgClassName
{
background-color: #82221F;
}
</style>
border-color css
<style>
span { border-color: #82221F; }
span { border-color: rgb(130,34,31); }
td.TdClassName
{
border-color: #82221F;
}
.TagClassName
{
border-color: #82221F;
}
</style>