Shades of Falu Red #841905
Tints of Falu Red #841905
RGB
CMYK
RGB Variations
Color information
#841905 (or 0x841905) is known color: Falu Red. HEX triplet: 84, 19 and 05. RGB value is (132,25,5). Sum of RGB (Red+Green+Blue) = 132+25+5=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #841905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841905 is #7BE6FA. Grayscale: #363636. Windows color (decimal): -8120059 or 334212. OLE color: 334212.
HSL color Cylindrical-coordinate representation of color #841905: hue angle of 9.45º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #841905 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 5 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.48 |
| HSL | 9.45º | 0.93% | 0.27% | - |
| HSV(B) | 9.45º | 0.96% | 0.52% | - |
| XYZ | 9.89 | 5.61 | 0.71 | - |
| YUV | 54.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 5 | 0 | 0.81 | 0.96 | 0.48 | 9.45 | 0.93 | 0.27 |
| Hex | 84 | 19 | 5 | 0 | 51 | 60 | 30 | 9 | 5D | 1B |
| Octal | 204 | 31 | 5 | 0 | 121 | 140 | 60 | 11 | 135 | 33 |
| Binary | 10000100 | 11001 | 101 | 0 | 1010001 | 1100000 | 110000 | 1001 | 1011101 | 11011 |
Color Harmonies of #841905
Complementary color
Monochromatic Colors of #841905
Black with #841905
Text Example
Text Example
White with #841905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841905; }
p { color: rgb(132,25,5); }
H1.HeaderClassName
{
color: #841905;
}
.AnyTagClassName
{
color: #841905;
}
</style>
background-color css
<style>
a { background-color: #841905; }
a { background-color: rgb(132,25,5); }
div.DivClassName
{
background-color: #841905;
}
.BgClassName
{
background-color: #841905;
}
</style>
border-color css
<style>
span { border-color: #841905; }
span { border-color: rgb(132,25,5); }
td.TdClassName
{
border-color: #841905;
}
.TagClassName
{
border-color: #841905;
}
</style>