Shades of Falu Red #841D0A
Tints of Falu Red #841D0A
RGB
CMYK
RGB Variations
Color information
#841D0A (or 0x841D0A) is known color: Falu Red. HEX triplet: 84, 1D and 0A. RGB value is (132,29,10). Sum of RGB (Red+Green+Blue) = 132+29+10=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D0A is #7BE2F5. Grayscale: #393939. Windows color (decimal): -8119030 or 662916. OLE color: 662916.
HSL color Cylindrical-coordinate representation of color #841D0A: hue angle of 9.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #841D0A is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 10 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.48 |
| HSL | 9.34º | 0.86% | 0.28% | - |
| HSV(B) | 9.34º | 0.92% | 0.52% | - |
| XYZ | 10.01 | 5.81 | 0.88 | - |
| YUV | 57.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 10 | 0 | 0.78 | 0.92 | 0.48 | 9.34 | 0.86 | 0.28 |
| Hex | 84 | 1D | A | 0 | 4E | 5C | 30 | 9 | 56 | 1C |
| Octal | 204 | 35 | 12 | 0 | 116 | 134 | 60 | 11 | 126 | 34 |
| Binary | 10000100 | 11101 | 1010 | 0 | 1001110 | 1011100 | 110000 | 1001 | 1010110 | 11100 |
Color Harmonies of #841D0A
Complementary color
Monochromatic Colors of #841D0A
Black with #841D0A
Text Example
Text Example
White with #841D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D0A; }
p { color: rgb(132,29,10); }
H1.HeaderClassName
{
color: #841D0A;
}
.AnyTagClassName
{
color: #841D0A;
}
</style>
background-color css
<style>
a { background-color: #841D0A; }
a { background-color: rgb(132,29,10); }
div.DivClassName
{
background-color: #841D0A;
}
.BgClassName
{
background-color: #841D0A;
}
</style>
border-color css
<style>
span { border-color: #841D0A; }
span { border-color: rgb(132,29,10); }
td.TdClassName
{
border-color: #841D0A;
}
.TagClassName
{
border-color: #841D0A;
}
</style>