Shades of Falu Red #841F0E
Tints of Falu Red #841F0E
RGB
CMYK
RGB Variations
Color information
#841F0E (or 0x841F0E) is known color: Falu Red. HEX triplet: 84, 1F and 0E. RGB value is (132,31,14). Sum of RGB (Red+Green+Blue) = 132+31+14=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #841F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F0E is #7BE0F1. Grayscale: #3B3B3B. Windows color (decimal): -8118514 or 925572. OLE color: 925572.
HSL color Cylindrical-coordinate representation of color #841F0E: hue angle of 8.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841F0E is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 14 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.48 |
| HSL | 8.64º | 0.81% | 0.29% | - |
| HSV(B) | 8.64º | 0.89% | 0.52% | - |
| XYZ | 10.08 | 5.92 | 1.03 | - |
| YUV | 59.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 14 | 0 | 0.77 | 0.89 | 0.48 | 8.64 | 0.81 | 0.29 |
| Hex | 84 | 1F | E | 0 | 4D | 59 | 30 | 9 | 51 | 1D |
| Octal | 204 | 37 | 16 | 0 | 115 | 131 | 60 | 11 | 121 | 35 |
| Binary | 10000100 | 11111 | 1110 | 0 | 1001101 | 1011001 | 110000 | 1001 | 1010001 | 11101 |
Color Harmonies of #841F0E
Complementary color
Monochromatic Colors of #841F0E
Black with #841F0E
Text Example
Text Example
White with #841F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F0E; }
p { color: rgb(132,31,14); }
H1.HeaderClassName
{
color: #841F0E;
}
.AnyTagClassName
{
color: #841F0E;
}
</style>
background-color css
<style>
a { background-color: #841F0E; }
a { background-color: rgb(132,31,14); }
div.DivClassName
{
background-color: #841F0E;
}
.BgClassName
{
background-color: #841F0E;
}
</style>
border-color css
<style>
span { border-color: #841F0E; }
span { border-color: rgb(132,31,14); }
td.TdClassName
{
border-color: #841F0E;
}
.TagClassName
{
border-color: #841F0E;
}
</style>