Shades of Falu Red #842011
Tints of Falu Red #842011
RGB
CMYK
RGB Variations
Color information
#842011 (or 0x842011) is known color: Falu Red. HEX triplet: 84, 20 and 11. RGB value is (132,32,17). Sum of RGB (Red+Green+Blue) = 132+32+17=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #842011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842011 is #7BDFEE. Grayscale: #3C3C3C. Windows color (decimal): -8118255 or 1122436. OLE color: 1122436.
HSL color Cylindrical-coordinate representation of color #842011: hue angle of 7.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #842011 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 17 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.48 |
| HSL | 7.83º | 0.77% | 0.29% | - |
| HSV(B) | 7.83º | 0.87% | 0.52% | - |
| XYZ | 10.13 | 5.98 | 1.15 | - |
| YUV | 60.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 17 | 0 | 0.76 | 0.87 | 0.48 | 7.83 | 0.77 | 0.29 |
| Hex | 84 | 20 | 11 | 0 | 4C | 57 | 30 | 8 | 4D | 1D |
| Octal | 204 | 40 | 21 | 0 | 114 | 127 | 60 | 10 | 115 | 35 |
| Binary | 10000100 | 100000 | 10001 | 0 | 1001100 | 1010111 | 110000 | 1000 | 1001101 | 11101 |
Color Harmonies of #842011
Complementary color
Monochromatic Colors of #842011
Black with #842011
Text Example
Text Example
White with #842011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842011; }
p { color: rgb(132,32,17); }
H1.HeaderClassName
{
color: #842011;
}
.AnyTagClassName
{
color: #842011;
}
</style>
background-color css
<style>
a { background-color: #842011; }
a { background-color: rgb(132,32,17); }
div.DivClassName
{
background-color: #842011;
}
.BgClassName
{
background-color: #842011;
}
</style>
border-color css
<style>
span { border-color: #842011; }
span { border-color: rgb(132,32,17); }
td.TdClassName
{
border-color: #842011;
}
.TagClassName
{
border-color: #842011;
}
</style>