Shades of Falu Red #841D1A
Tints of Falu Red #841D1A
RGB
CMYK
RGB Variations
Color information
#841D1A (or 0x841D1A) is known color: Falu Red. HEX triplet: 84, 1D and 1A. RGB value is (132,29,26). Sum of RGB (Red+Green+Blue) = 132+29+26=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #841D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D1A is #7BE2E5. Grayscale: #3B3B3B. Windows color (decimal): -8119014 or 1711492. OLE color: 1711492.
HSL color Cylindrical-coordinate representation of color #841D1A: hue angle of 1.7º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841D1A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 26 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.48 |
| HSL | 1.7º | 0.67% | 0.31% | - |
| HSV(B) | 1.7º | 0.8% | 0.52% | - |
| XYZ | 10.14 | 5.86 | 1.57 | - |
| YUV | 59.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 26 | 0 | 0.78 | 0.80 | 0.48 | 1.7 | 0.67 | 0.31 |
| Hex | 84 | 1D | 1A | 0 | 4E | 50 | 30 | 2 | 43 | 1F |
| Octal | 204 | 35 | 32 | 0 | 116 | 120 | 60 | 2 | 103 | 37 |
| Binary | 10000100 | 11101 | 11010 | 0 | 1001110 | 1010000 | 110000 | 10 | 1000011 | 11111 |
Color Harmonies of #841D1A
Complementary color
Monochromatic Colors of #841D1A
Black with #841D1A
Text Example
Text Example
White with #841D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D1A; }
p { color: rgb(132,29,26); }
H1.HeaderClassName
{
color: #841D1A;
}
.AnyTagClassName
{
color: #841D1A;
}
</style>
background-color css
<style>
a { background-color: #841D1A; }
a { background-color: rgb(132,29,26); }
div.DivClassName
{
background-color: #841D1A;
}
.BgClassName
{
background-color: #841D1A;
}
</style>
border-color css
<style>
span { border-color: #841D1A; }
span { border-color: rgb(132,29,26); }
td.TdClassName
{
border-color: #841D1A;
}
.TagClassName
{
border-color: #841D1A;
}
</style>