Shades of Falu Red #811805
Tints of Falu Red #811805
RGB
CMYK
RGB Variations
Color information
#811805 (or 0x811805) is known color: Falu Red. HEX triplet: 81, 18 and 05. RGB value is (129,24,5). Sum of RGB (Red+Green+Blue) = 129+24+5=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811805 is #7EE7FA. Grayscale: #353535. Windows color (decimal): -8316923 or 333953. OLE color: 333953.
HSL color Cylindrical-coordinate representation of color #811805: hue angle of 9.19º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811805 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 5 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.49 |
| HSL | 9.19º | 0.93% | 0.26% | - |
| HSV(B) | 9.19º | 0.96% | 0.51% | - |
| XYZ | 9.41 | 5.33 | 0.68 | - |
| YUV | 53.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 5 | 0 | 0.81 | 0.96 | 0.49 | 9.19 | 0.93 | 0.26 |
| Hex | 81 | 18 | 5 | 0 | 51 | 60 | 31 | 9 | 5D | 1A |
| Octal | 201 | 30 | 5 | 0 | 121 | 140 | 61 | 11 | 135 | 32 |
| Binary | 10000001 | 11000 | 101 | 0 | 1010001 | 1100000 | 110001 | 1001 | 1011101 | 11010 |
Color Harmonies of #811805
Complementary color
Monochromatic Colors of #811805
Black with #811805
Text Example
Text Example
White with #811805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811805; }
p { color: rgb(129,24,5); }
H1.HeaderClassName
{
color: #811805;
}
.AnyTagClassName
{
color: #811805;
}
</style>
background-color css
<style>
a { background-color: #811805; }
a { background-color: rgb(129,24,5); }
div.DivClassName
{
background-color: #811805;
}
.BgClassName
{
background-color: #811805;
}
</style>
border-color css
<style>
span { border-color: #811805; }
span { border-color: rgb(129,24,5); }
td.TdClassName
{
border-color: #811805;
}
.TagClassName
{
border-color: #811805;
}
</style>