Shades of Falu Red #842009
Tints of Falu Red #842009
RGB
CMYK
RGB Variations
Color information
#842009 (or 0x842009) is known color: Falu Red. HEX triplet: 84, 20 and 09. RGB value is (132,32,9). Sum of RGB (Red+Green+Blue) = 132+32+9=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #842009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842009 is #7BDFF6. Grayscale: #3B3B3B. Windows color (decimal): -8118263 or 598148. OLE color: 598148.
HSL color Cylindrical-coordinate representation of color #842009: hue angle of 11.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #842009 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 9 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.48 |
| HSL | 11.22º | 0.87% | 0.28% | - |
| HSV(B) | 11.22º | 0.93% | 0.52% | - |
| XYZ | 10.08 | 5.96 | 0.88 | - |
| YUV | 59.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 9 | 0 | 0.76 | 0.93 | 0.48 | 11.22 | 0.87 | 0.28 |
| Hex | 84 | 20 | 9 | 0 | 4C | 5D | 30 | B | 57 | 1C |
| Octal | 204 | 40 | 11 | 0 | 114 | 135 | 60 | 13 | 127 | 34 |
| Binary | 10000100 | 100000 | 1001 | 0 | 1001100 | 1011101 | 110000 | 1011 | 1010111 | 11100 |
Color Harmonies of #842009
Complementary color
Monochromatic Colors of #842009
Black with #842009
Text Example
Text Example
White with #842009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842009; }
p { color: rgb(132,32,9); }
H1.HeaderClassName
{
color: #842009;
}
.AnyTagClassName
{
color: #842009;
}
</style>
background-color css
<style>
a { background-color: #842009; }
a { background-color: rgb(132,32,9); }
div.DivClassName
{
background-color: #842009;
}
.BgClassName
{
background-color: #842009;
}
</style>
border-color css
<style>
span { border-color: #842009; }
span { border-color: rgb(132,32,9); }
td.TdClassName
{
border-color: #842009;
}
.TagClassName
{
border-color: #842009;
}
</style>