Shades of Falu Red #822401
Tints of Falu Red #822401
RGB
CMYK
RGB Variations
Color information
#822401 (or 0x822401) is known color: Falu Red. HEX triplet: 82, 24 and 01. RGB value is (130,36,1). Sum of RGB (Red+Green+Blue) = 130+36+1=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #822401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822401 is #7DDBFE. Grayscale: #3C3C3C. Windows color (decimal): -8248319 or 74882. OLE color: 74882.
HSL color Cylindrical-coordinate representation of color #822401: hue angle of 16.28º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #822401 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.49 |
| HSL | 16.28º | 0.98% | 0.26% | - |
| HSV(B) | 16.28º | 0.99% | 0.51% | - |
| XYZ | 9.84 | 6.01 | 0.67 | - |
| YUV | 60.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 1 | 0 | 0.72 | 0.99 | 0.49 | 16.28 | 0.98 | 0.26 |
| Hex | 82 | 24 | 1 | 0 | 48 | 63 | 31 | 10 | 62 | 1A |
| Octal | 202 | 44 | 1 | 0 | 110 | 143 | 61 | 20 | 142 | 32 |
| Binary | 10000010 | 100100 | 1 | 0 | 1001000 | 1100011 | 110001 | 10000 | 1100010 | 11010 |
Color Harmonies of #822401
Complementary color
Monochromatic Colors of #822401
Black with #822401
Text Example
Text Example
White with #822401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822401; }
p { color: rgb(130,36,1); }
H1.HeaderClassName
{
color: #822401;
}
.AnyTagClassName
{
color: #822401;
}
</style>
background-color css
<style>
a { background-color: #822401; }
a { background-color: rgb(130,36,1); }
div.DivClassName
{
background-color: #822401;
}
.BgClassName
{
background-color: #822401;
}
</style>
border-color css
<style>
span { border-color: #822401; }
span { border-color: rgb(130,36,1); }
td.TdClassName
{
border-color: #822401;
}
.TagClassName
{
border-color: #822401;
}
</style>