Shades of Falu Red #811D0D
Tints of Falu Red #811D0D
RGB
CMYK
RGB Variations
Color information
#811D0D (or 0x811D0D) is known color: Falu Red. HEX triplet: 81, 1D and 0D. RGB value is (129,29,13). Sum of RGB (Red+Green+Blue) = 129+29+13=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0D is #7EE2F2. Grayscale: #393939. Windows color (decimal): -8315635 or 859521. OLE color: 859521.
HSL color Cylindrical-coordinate representation of color #811D0D: hue angle of 8.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #811D0D is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 13 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.49 |
| HSL | 8.28º | 0.82% | 0.28% | - |
| HSV(B) | 8.28º | 0.9% | 0.51% | - |
| XYZ | 9.57 | 5.57 | 0.95 | - |
| YUV | 57.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 13 | 0 | 0.78 | 0.90 | 0.49 | 8.28 | 0.82 | 0.28 |
| Hex | 81 | 1D | D | 0 | 4E | 5A | 31 | 8 | 52 | 1C |
| Octal | 201 | 35 | 15 | 0 | 116 | 132 | 61 | 10 | 122 | 34 |
| Binary | 10000001 | 11101 | 1101 | 0 | 1001110 | 1011010 | 110001 | 1000 | 1010010 | 11100 |
Color Harmonies of #811D0D
Complementary color
Monochromatic Colors of #811D0D
Black with #811D0D
Text Example
Text Example
White with #811D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D0D; }
p { color: rgb(129,29,13); }
H1.HeaderClassName
{
color: #811D0D;
}
.AnyTagClassName
{
color: #811D0D;
}
</style>
background-color css
<style>
a { background-color: #811D0D; }
a { background-color: rgb(129,29,13); }
div.DivClassName
{
background-color: #811D0D;
}
.BgClassName
{
background-color: #811D0D;
}
</style>
border-color css
<style>
span { border-color: #811D0D; }
span { border-color: rgb(129,29,13); }
td.TdClassName
{
border-color: #811D0D;
}
.TagClassName
{
border-color: #811D0D;
}
</style>