Shades of Falu Red #841C0E
Tints of Falu Red #841C0E
RGB
CMYK
RGB Variations
Color information
#841C0E (or 0x841C0E) is known color: Falu Red. HEX triplet: 84, 1C and 0E. RGB value is (132,28,14). Sum of RGB (Red+Green+Blue) = 132+28+14=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C0E is #7BE3F1. Grayscale: #393939. Windows color (decimal): -8119282 or 924804. OLE color: 924804.
HSL color Cylindrical-coordinate representation of color #841C0E: hue angle of 7.12º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841C0E is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 14 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.48 |
| HSL | 7.12º | 0.81% | 0.29% | - |
| HSV(B) | 7.12º | 0.89% | 0.52% | - |
| XYZ | 10.01 | 5.77 | 1 | - |
| YUV | 57.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 14 | 0 | 0.79 | 0.89 | 0.48 | 7.12 | 0.81 | 0.29 |
| Hex | 84 | 1C | E | 0 | 4F | 59 | 30 | 7 | 51 | 1D |
| Octal | 204 | 34 | 16 | 0 | 117 | 131 | 60 | 7 | 121 | 35 |
| Binary | 10000100 | 11100 | 1110 | 0 | 1001111 | 1011001 | 110000 | 111 | 1010001 | 11101 |
Color Harmonies of #841C0E
Complementary color
Monochromatic Colors of #841C0E
Black with #841C0E
Text Example
Text Example
White with #841C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C0E; }
p { color: rgb(132,28,14); }
H1.HeaderClassName
{
color: #841C0E;
}
.AnyTagClassName
{
color: #841C0E;
}
</style>
background-color css
<style>
a { background-color: #841C0E; }
a { background-color: rgb(132,28,14); }
div.DivClassName
{
background-color: #841C0E;
}
.BgClassName
{
background-color: #841C0E;
}
</style>
border-color css
<style>
span { border-color: #841C0E; }
span { border-color: rgb(132,28,14); }
td.TdClassName
{
border-color: #841C0E;
}
.TagClassName
{
border-color: #841C0E;
}
</style>