Shades of Falu Red #841801
Tints of Falu Red #841801
RGB
CMYK
RGB Variations
Color information
#841801 (or 0x841801) is known color: Falu Red. HEX triplet: 84, 18 and 01. RGB value is (132,24,1). Sum of RGB (Red+Green+Blue) = 132+24+1=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841801 is #7BE7FE. Grayscale: #353535. Windows color (decimal): -8120319 or 71812. OLE color: 71812.
HSL color Cylindrical-coordinate representation of color #841801: hue angle of 10.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #841801 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.48 |
| HSL | 10.53º | 0.98% | 0.26% | - |
| HSV(B) | 10.53º | 0.99% | 0.52% | - |
| XYZ | 9.85 | 5.56 | 0.58 | - |
| YUV | 53.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 1 | 0 | 0.82 | 0.99 | 0.48 | 10.53 | 0.98 | 0.26 |
| Hex | 84 | 18 | 1 | 0 | 52 | 63 | 30 | B | 62 | 1A |
| Octal | 204 | 30 | 1 | 0 | 122 | 143 | 60 | 13 | 142 | 32 |
| Binary | 10000100 | 11000 | 1 | 0 | 1010010 | 1100011 | 110000 | 1011 | 1100010 | 11010 |
Color Harmonies of #841801
Complementary color
Monochromatic Colors of #841801
Black with #841801
Text Example
Text Example
White with #841801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841801; }
p { color: rgb(132,24,1); }
H1.HeaderClassName
{
color: #841801;
}
.AnyTagClassName
{
color: #841801;
}
</style>
background-color css
<style>
a { background-color: #841801; }
a { background-color: rgb(132,24,1); }
div.DivClassName
{
background-color: #841801;
}
.BgClassName
{
background-color: #841801;
}
</style>
border-color css
<style>
span { border-color: #841801; }
span { border-color: rgb(132,24,1); }
td.TdClassName
{
border-color: #841801;
}
.TagClassName
{
border-color: #841801;
}
</style>