Shades of Falu Red #811A04
Tints of Falu Red #811A04
RGB
CMYK
RGB Variations
Color information
#811A04 (or 0x811A04) is known color: Falu Red. HEX triplet: 81, 1A and 04. RGB value is (129,26,4). Sum of RGB (Red+Green+Blue) = 129+26+4=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A04 is #7EE5FB. Grayscale: #363636. Windows color (decimal): -8316412 or 268929. OLE color: 268929.
HSL color Cylindrical-coordinate representation of color #811A04: hue angle of 10.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #811A04 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 4 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.49 |
| HSL | 10.56º | 0.94% | 0.26% | - |
| HSV(B) | 10.56º | 0.97% | 0.51% | - |
| XYZ | 9.44 | 5.41 | 0.66 | - |
| YUV | 54.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 4 | 0 | 0.80 | 0.97 | 0.49 | 10.56 | 0.94 | 0.26 |
| Hex | 81 | 1A | 4 | 0 | 50 | 61 | 31 | B | 5E | 1A |
| Octal | 201 | 32 | 4 | 0 | 120 | 141 | 61 | 13 | 136 | 32 |
| Binary | 10000001 | 11010 | 100 | 0 | 1010000 | 1100001 | 110001 | 1011 | 1011110 | 11010 |
Color Harmonies of #811A04
Complementary color
Monochromatic Colors of #811A04
Black with #811A04
Text Example
Text Example
White with #811A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A04; }
p { color: rgb(129,26,4); }
H1.HeaderClassName
{
color: #811A04;
}
.AnyTagClassName
{
color: #811A04;
}
</style>
background-color css
<style>
a { background-color: #811A04; }
a { background-color: rgb(129,26,4); }
div.DivClassName
{
background-color: #811A04;
}
.BgClassName
{
background-color: #811A04;
}
</style>
border-color css
<style>
span { border-color: #811A04; }
span { border-color: rgb(129,26,4); }
td.TdClassName
{
border-color: #811A04;
}
.TagClassName
{
border-color: #811A04;
}
</style>