Shades of Falu Red #841F0A
Tints of Falu Red #841F0A
RGB
CMYK
RGB Variations
Color information
#841F0A (or 0x841F0A) is known color: Falu Red. HEX triplet: 84, 1F and 0A. RGB value is (132,31,10). Sum of RGB (Red+Green+Blue) = 132+31+10=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F0A is #7BE0F5. Grayscale: #3A3A3A. Windows color (decimal): -8118518 or 663428. OLE color: 663428.
HSL color Cylindrical-coordinate representation of color #841F0A: hue angle of 10.33º 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 #841F0A is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 10 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.48 |
| HSL | 10.33º | 0.86% | 0.28% | - |
| HSV(B) | 10.33º | 0.92% | 0.52% | - |
| XYZ | 10.06 | 5.91 | 0.9 | - |
| YUV | 58.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 10 | 0 | 0.77 | 0.92 | 0.48 | 10.33 | 0.86 | 0.28 |
| Hex | 84 | 1F | A | 0 | 4D | 5C | 30 | A | 56 | 1C |
| Octal | 204 | 37 | 12 | 0 | 115 | 134 | 60 | 12 | 126 | 34 |
| Binary | 10000100 | 11111 | 1010 | 0 | 1001101 | 1011100 | 110000 | 1010 | 1010110 | 11100 |
Color Harmonies of #841F0A
Complementary color
Monochromatic Colors of #841F0A
Black with #841F0A
Text Example
Text Example
White with #841F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F0A; }
p { color: rgb(132,31,10); }
H1.HeaderClassName
{
color: #841F0A;
}
.AnyTagClassName
{
color: #841F0A;
}
</style>
background-color css
<style>
a { background-color: #841F0A; }
a { background-color: rgb(132,31,10); }
div.DivClassName
{
background-color: #841F0A;
}
.BgClassName
{
background-color: #841F0A;
}
</style>
border-color css
<style>
span { border-color: #841F0A; }
span { border-color: rgb(132,31,10); }
td.TdClassName
{
border-color: #841F0A;
}
.TagClassName
{
border-color: #841F0A;
}
</style>