Shades of Falu Red #841E19
Tints of Falu Red #841E19
RGB
CMYK
RGB Variations
Color information
#841E19 (or 0x841E19) is known color: Falu Red. HEX triplet: 84, 1E and 19. RGB value is (132,30,25). Sum of RGB (Red+Green+Blue) = 132+30+25=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #841E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E19 is #7BE1E6. Grayscale: #3C3C3C. Windows color (decimal): -8118759 or 1646212. OLE color: 1646212.
HSL color Cylindrical-coordinate representation of color #841E19: hue angle of 2.8º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841E19 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 25 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.48 |
| HSL | 2.8º | 0.68% | 0.31% | - |
| HSV(B) | 2.8º | 0.81% | 0.52% | - |
| XYZ | 10.16 | 5.9 | 1.52 | - |
| YUV | 59.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 25 | 0 | 0.77 | 0.81 | 0.48 | 2.8 | 0.68 | 0.31 |
| Hex | 84 | 1E | 19 | 0 | 4D | 51 | 30 | 3 | 44 | 1F |
| Octal | 204 | 36 | 31 | 0 | 115 | 121 | 60 | 3 | 104 | 37 |
| Binary | 10000100 | 11110 | 11001 | 0 | 1001101 | 1010001 | 110000 | 11 | 1000100 | 11111 |
Color Harmonies of #841E19
Complementary color
Monochromatic Colors of #841E19
Black with #841E19
Text Example
Text Example
White with #841E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E19; }
p { color: rgb(132,30,25); }
H1.HeaderClassName
{
color: #841E19;
}
.AnyTagClassName
{
color: #841E19;
}
</style>
background-color css
<style>
a { background-color: #841E19; }
a { background-color: rgb(132,30,25); }
div.DivClassName
{
background-color: #841E19;
}
.BgClassName
{
background-color: #841E19;
}
</style>
border-color css
<style>
span { border-color: #841E19; }
span { border-color: rgb(132,30,25); }
td.TdClassName
{
border-color: #841E19;
}
.TagClassName
{
border-color: #841E19;
}
</style>