Shades of Falu Red #811D08
Tints of Falu Red #811D08
RGB
CMYK
RGB Variations
Color information
#811D08 (or 0x811D08) is known color: Falu Red. HEX triplet: 81, 1D and 08. RGB value is (129,29,8). Sum of RGB (Red+Green+Blue) = 129+29+8=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D08 is #7EE2F7. Grayscale: #383838. Windows color (decimal): -8315640 or 531841. OLE color: 531841.
HSL color Cylindrical-coordinate representation of color #811D08: hue angle of 10.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #811D08 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 8 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.49 |
| HSL | 10.41º | 0.88% | 0.27% | - |
| HSV(B) | 10.41º | 0.94% | 0.51% | - |
| XYZ | 9.54 | 5.56 | 0.8 | - |
| YUV | 56.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 8 | 0 | 0.78 | 0.94 | 0.49 | 10.41 | 0.88 | 0.27 |
| Hex | 81 | 1D | 8 | 0 | 4E | 5E | 31 | A | 58 | 1B |
| Octal | 201 | 35 | 10 | 0 | 116 | 136 | 61 | 12 | 130 | 33 |
| Binary | 10000001 | 11101 | 1000 | 0 | 1001110 | 1011110 | 110001 | 1010 | 1011000 | 11011 |
Color Harmonies of #811D08
Complementary color
Monochromatic Colors of #811D08
Black with #811D08
Text Example
Text Example
White with #811D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D08; }
p { color: rgb(129,29,8); }
H1.HeaderClassName
{
color: #811D08;
}
.AnyTagClassName
{
color: #811D08;
}
</style>
background-color css
<style>
a { background-color: #811D08; }
a { background-color: rgb(129,29,8); }
div.DivClassName
{
background-color: #811D08;
}
.BgClassName
{
background-color: #811D08;
}
</style>
border-color css
<style>
span { border-color: #811D08; }
span { border-color: rgb(129,29,8); }
td.TdClassName
{
border-color: #811D08;
}
.TagClassName
{
border-color: #811D08;
}
</style>