Shades of Falu Red #841D1C
Tints of Falu Red #841D1C
RGB
CMYK
RGB Variations
Color information
#841D1C (or 0x841D1C) is known color: Falu Red. HEX triplet: 84, 1D and 1C. RGB value is (132,29,28). Sum of RGB (Red+Green+Blue) = 132+29+28=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #841D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D1C is #7BE2E3. Grayscale: #3B3B3B. Windows color (decimal): -8119012 or 1842564. OLE color: 1842564.
HSL color Cylindrical-coordinate representation of color #841D1C: hue angle of 0.58º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841D1C is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 28 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.48 |
| HSL | 0.58º | 0.65% | 0.31% | - |
| HSV(B) | 0.58º | 0.79% | 0.52% | - |
| XYZ | 10.16 | 5.87 | 1.7 | - |
| YUV | 59.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 28 | 0 | 0.78 | 0.79 | 0.48 | 0.58 | 0.65 | 0.31 |
| Hex | 84 | 1D | 1C | 0 | 4E | 4F | 30 | 1 | 41 | 1F |
| Octal | 204 | 35 | 34 | 0 | 116 | 117 | 60 | 1 | 101 | 37 |
| Binary | 10000100 | 11101 | 11100 | 0 | 1001110 | 1001111 | 110000 | 1 | 1000001 | 11111 |
Color Harmonies of #841D1C
Complementary color
Monochromatic Colors of #841D1C
Black with #841D1C
Text Example
Text Example
White with #841D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D1C; }
p { color: rgb(132,29,28); }
H1.HeaderClassName
{
color: #841D1C;
}
.AnyTagClassName
{
color: #841D1C;
}
</style>
background-color css
<style>
a { background-color: #841D1C; }
a { background-color: rgb(132,29,28); }
div.DivClassName
{
background-color: #841D1C;
}
.BgClassName
{
background-color: #841D1C;
}
</style>
border-color css
<style>
span { border-color: #841D1C; }
span { border-color: rgb(132,29,28); }
td.TdClassName
{
border-color: #841D1C;
}
.TagClassName
{
border-color: #841D1C;
}
</style>