Shades of Falu Red #841F09
Tints of Falu Red #841F09
RGB
CMYK
RGB Variations
Color information
#841F09 (or 0x841F09) is known color: Falu Red. HEX triplet: 84, 1F and 09. RGB value is (132,31,9). Sum of RGB (Red+Green+Blue) = 132+31+9=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F09 is #7BE0F6. Grayscale: #3A3A3A. Windows color (decimal): -8118519 or 597892. OLE color: 597892.
HSL color Cylindrical-coordinate representation of color #841F09: hue angle of 10.73º 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 #841F09 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 9 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.48 |
| HSL | 10.73º | 0.87% | 0.28% | - |
| HSV(B) | 10.73º | 0.93% | 0.52% | - |
| XYZ | 10.06 | 5.91 | 0.87 | - |
| YUV | 58.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 9 | 0 | 0.77 | 0.93 | 0.48 | 10.73 | 0.87 | 0.28 |
| Hex | 84 | 1F | 9 | 0 | 4D | 5D | 30 | B | 57 | 1C |
| Octal | 204 | 37 | 11 | 0 | 115 | 135 | 60 | 13 | 127 | 34 |
| Binary | 10000100 | 11111 | 1001 | 0 | 1001101 | 1011101 | 110000 | 1011 | 1010111 | 11100 |
Color Harmonies of #841F09
Complementary color
Monochromatic Colors of #841F09
Black with #841F09
Text Example
Text Example
White with #841F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F09; }
p { color: rgb(132,31,9); }
H1.HeaderClassName
{
color: #841F09;
}
.AnyTagClassName
{
color: #841F09;
}
</style>
background-color css
<style>
a { background-color: #841F09; }
a { background-color: rgb(132,31,9); }
div.DivClassName
{
background-color: #841F09;
}
.BgClassName
{
background-color: #841F09;
}
</style>
border-color css
<style>
span { border-color: #841F09; }
span { border-color: rgb(132,31,9); }
td.TdClassName
{
border-color: #841F09;
}
.TagClassName
{
border-color: #841F09;
}
</style>