Shades of Falu Red #811D0A
Tints of Falu Red #811D0A
RGB
CMYK
RGB Variations
Color information
#811D0A (or 0x811D0A) is known color: Falu Red. HEX triplet: 81, 1D and 0A. RGB value is (129,29,10). Sum of RGB (Red+Green+Blue) = 129+29+10=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0A is #7EE2F5. Grayscale: #383838. Windows color (decimal): -8315638 or 662913. OLE color: 662913.
HSL color Cylindrical-coordinate representation of color #811D0A: hue angle of 9.58º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #811D0A is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 10 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.49 |
| HSL | 9.58º | 0.86% | 0.27% | - |
| HSV(B) | 9.58º | 0.92% | 0.51% | - |
| XYZ | 9.55 | 5.57 | 0.86 | - |
| YUV | 56.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 10 | 0 | 0.78 | 0.92 | 0.49 | 9.58 | 0.86 | 0.27 |
| Hex | 81 | 1D | A | 0 | 4E | 5C | 31 | A | 56 | 1B |
| Octal | 201 | 35 | 12 | 0 | 116 | 134 | 61 | 12 | 126 | 33 |
| Binary | 10000001 | 11101 | 1010 | 0 | 1001110 | 1011100 | 110001 | 1010 | 1010110 | 11011 |
Color Harmonies of #811D0A
Complementary color
Monochromatic Colors of #811D0A
Black with #811D0A
Text Example
Text Example
White with #811D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D0A; }
p { color: rgb(129,29,10); }
H1.HeaderClassName
{
color: #811D0A;
}
.AnyTagClassName
{
color: #811D0A;
}
</style>
background-color css
<style>
a { background-color: #811D0A; }
a { background-color: rgb(129,29,10); }
div.DivClassName
{
background-color: #811D0A;
}
.BgClassName
{
background-color: #811D0A;
}
</style>
border-color css
<style>
span { border-color: #811D0A; }
span { border-color: rgb(129,29,10); }
td.TdClassName
{
border-color: #811D0A;
}
.TagClassName
{
border-color: #811D0A;
}
</style>