Shades of Falu Red #841E11
Tints of Falu Red #841E11
RGB
CMYK
RGB Variations
Color information
#841E11 (or 0x841E11) is known color: Falu Red. HEX triplet: 84, 1E and 11. RGB value is (132,30,17). Sum of RGB (Red+Green+Blue) = 132+30+17=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #841E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E11 is #7BE1EE. Grayscale: #3B3B3B. Windows color (decimal): -8118767 or 1121924. OLE color: 1121924.
HSL color Cylindrical-coordinate representation of color #841E11: hue angle of 6.78º 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 #841E11 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 17 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.48 |
| HSL | 6.78º | 0.77% | 0.29% | - |
| HSV(B) | 6.78º | 0.87% | 0.52% | - |
| XYZ | 10.08 | 5.87 | 1.13 | - |
| YUV | 59.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 17 | 0 | 0.77 | 0.87 | 0.48 | 6.78 | 0.77 | 0.29 |
| Hex | 84 | 1E | 11 | 0 | 4D | 57 | 30 | 7 | 4D | 1D |
| Octal | 204 | 36 | 21 | 0 | 115 | 127 | 60 | 7 | 115 | 35 |
| Binary | 10000100 | 11110 | 10001 | 0 | 1001101 | 1010111 | 110000 | 111 | 1001101 | 11101 |
Color Harmonies of #841E11
Complementary color
Monochromatic Colors of #841E11
Black with #841E11
Text Example
Text Example
White with #841E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E11; }
p { color: rgb(132,30,17); }
H1.HeaderClassName
{
color: #841E11;
}
.AnyTagClassName
{
color: #841E11;
}
</style>
background-color css
<style>
a { background-color: #841E11; }
a { background-color: rgb(132,30,17); }
div.DivClassName
{
background-color: #841E11;
}
.BgClassName
{
background-color: #841E11;
}
</style>
border-color css
<style>
span { border-color: #841E11; }
span { border-color: rgb(132,30,17); }
td.TdClassName
{
border-color: #841E11;
}
.TagClassName
{
border-color: #841E11;
}
</style>