Shades of Falu Red #811D07
Tints of Falu Red #811D07
RGB
CMYK
RGB Variations
Color information
#811D07 (or 0x811D07) is known color: Falu Red. HEX triplet: 81, 1D and 07. RGB value is (129,29,7). Sum of RGB (Red+Green+Blue) = 129+29+7=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D07 is #7EE2F8. Grayscale: #383838. Windows color (decimal): -8315641 or 466305. OLE color: 466305.
HSL color Cylindrical-coordinate representation of color #811D07: hue angle of 10.82º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #811D07 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 7 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.49 |
| HSL | 10.82º | 0.9% | 0.27% | - |
| HSV(B) | 10.82º | 0.95% | 0.51% | - |
| XYZ | 9.53 | 5.56 | 0.77 | - |
| YUV | 56.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 7 | 0 | 0.78 | 0.95 | 0.49 | 10.82 | 0.9 | 0.27 |
| Hex | 81 | 1D | 7 | 0 | 4E | 5F | 31 | B | 5A | 1B |
| Octal | 201 | 35 | 7 | 0 | 116 | 137 | 61 | 13 | 132 | 33 |
| Binary | 10000001 | 11101 | 111 | 0 | 1001110 | 1011111 | 110001 | 1011 | 1011010 | 11011 |
Color Harmonies of #811D07
Complementary color
Monochromatic Colors of #811D07
Black with #811D07
Text Example
Text Example
White with #811D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D07; }
p { color: rgb(129,29,7); }
H1.HeaderClassName
{
color: #811D07;
}
.AnyTagClassName
{
color: #811D07;
}
</style>
background-color css
<style>
a { background-color: #811D07; }
a { background-color: rgb(129,29,7); }
div.DivClassName
{
background-color: #811D07;
}
.BgClassName
{
background-color: #811D07;
}
</style>
border-color css
<style>
span { border-color: #811D07; }
span { border-color: rgb(129,29,7); }
td.TdClassName
{
border-color: #811D07;
}
.TagClassName
{
border-color: #811D07;
}
</style>