Shades of Falu Red #841804
Tints of Falu Red #841804
RGB
CMYK
RGB Variations
Color information
#841804 (or 0x841804) is known color: Falu Red. HEX triplet: 84, 18 and 04. RGB value is (132,24,4). Sum of RGB (Red+Green+Blue) = 132+24+4=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841804 is #7BE7FB. Grayscale: #363636. Windows color (decimal): -8120316 or 268420. OLE color: 268420.
HSL color Cylindrical-coordinate representation of color #841804: hue angle of 9.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #841804 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 4 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.48 |
| HSL | 9.38º | 0.94% | 0.27% | - |
| HSV(B) | 9.38º | 0.97% | 0.52% | - |
| XYZ | 9.86 | 5.57 | 0.67 | - |
| YUV | 54.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 4 | 0 | 0.82 | 0.97 | 0.48 | 9.38 | 0.94 | 0.27 |
| Hex | 84 | 18 | 4 | 0 | 52 | 61 | 30 | 9 | 5E | 1B |
| Octal | 204 | 30 | 4 | 0 | 122 | 141 | 60 | 11 | 136 | 33 |
| Binary | 10000100 | 11000 | 100 | 0 | 1010010 | 1100001 | 110000 | 1001 | 1011110 | 11011 |
Color Harmonies of #841804
Complementary color
Monochromatic Colors of #841804
Black with #841804
Text Example
Text Example
White with #841804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841804; }
p { color: rgb(132,24,4); }
H1.HeaderClassName
{
color: #841804;
}
.AnyTagClassName
{
color: #841804;
}
</style>
background-color css
<style>
a { background-color: #841804; }
a { background-color: rgb(132,24,4); }
div.DivClassName
{
background-color: #841804;
}
.BgClassName
{
background-color: #841804;
}
</style>
border-color css
<style>
span { border-color: #841804; }
span { border-color: rgb(132,24,4); }
td.TdClassName
{
border-color: #841804;
}
.TagClassName
{
border-color: #841804;
}
</style>