Shades of Falu Red #82221B
Tints of Falu Red #82221B
RGB
CMYK
RGB Variations
Color information
#82221B (or 0x82221B) is known color: Falu Red. HEX triplet: 82, 22 and 1B. RGB value is (130,34,27). Sum of RGB (Red+Green+Blue) = 130+34+27=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82221B is #7DDDE4. Grayscale: #3E3E3E. Windows color (decimal): -8248805 or 1778306. OLE color: 1778306.
HSL color Cylindrical-coordinate representation of color #82221B: hue angle of 4.08º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82221B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 27 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.49 |
| HSL | 4.08º | 0.66% | 0.31% | - |
| HSV(B) | 4.08º | 0.79% | 0.51% | - |
| XYZ | 9.98 | 5.97 | 1.66 | - |
| YUV | 61.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 27 | 0 | 0.74 | 0.79 | 0.49 | 4.08 | 0.66 | 0.31 |
| Hex | 82 | 22 | 1B | 0 | 4A | 4F | 31 | 4 | 42 | 1F |
| Octal | 202 | 42 | 33 | 0 | 112 | 117 | 61 | 4 | 102 | 37 |
| Binary | 10000010 | 100010 | 11011 | 0 | 1001010 | 1001111 | 110001 | 100 | 1000010 | 11111 |
Color Harmonies of #82221B
Complementary color
Monochromatic Colors of #82221B
Black with #82221B
Text Example
Text Example
White with #82221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82221B; }
p { color: rgb(130,34,27); }
H1.HeaderClassName
{
color: #82221B;
}
.AnyTagClassName
{
color: #82221B;
}
</style>
background-color css
<style>
a { background-color: #82221B; }
a { background-color: rgb(130,34,27); }
div.DivClassName
{
background-color: #82221B;
}
.BgClassName
{
background-color: #82221B;
}
</style>
border-color css
<style>
span { border-color: #82221B; }
span { border-color: rgb(130,34,27); }
td.TdClassName
{
border-color: #82221B;
}
.TagClassName
{
border-color: #82221B;
}
</style>