Shades of Falu Red #811D13
Tints of Falu Red #811D13
RGB
CMYK
RGB Variations
Color information
#811D13 (or 0x811D13) is known color: Falu Red. HEX triplet: 81, 1D and 13. RGB value is (129,29,19). Sum of RGB (Red+Green+Blue) = 129+29+19=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D13 is #7EE2EC. Grayscale: #393939. Windows color (decimal): -8315629 or 1252737. OLE color: 1252737.
HSL color Cylindrical-coordinate representation of color #811D13: hue angle of 5.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811D13 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 19 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.49 |
| HSL | 5.45º | 0.74% | 0.29% | - |
| HSV(B) | 5.45º | 0.85% | 0.51% | - |
| XYZ | 9.61 | 5.59 | 1.19 | - |
| YUV | 57.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 19 | 0 | 0.78 | 0.85 | 0.49 | 5.45 | 0.74 | 0.29 |
| Hex | 81 | 1D | 13 | 0 | 4E | 55 | 31 | 5 | 4A | 1D |
| Octal | 201 | 35 | 23 | 0 | 116 | 125 | 61 | 5 | 112 | 35 |
| Binary | 10000001 | 11101 | 10011 | 0 | 1001110 | 1010101 | 110001 | 101 | 1001010 | 11101 |
Color Harmonies of #811D13
Complementary color
Monochromatic Colors of #811D13
Black with #811D13
Text Example
Text Example
White with #811D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D13; }
p { color: rgb(129,29,19); }
H1.HeaderClassName
{
color: #811D13;
}
.AnyTagClassName
{
color: #811D13;
}
</style>
background-color css
<style>
a { background-color: #811D13; }
a { background-color: rgb(129,29,19); }
div.DivClassName
{
background-color: #811D13;
}
.BgClassName
{
background-color: #811D13;
}
</style>
border-color css
<style>
span { border-color: #811D13; }
span { border-color: rgb(129,29,19); }
td.TdClassName
{
border-color: #811D13;
}
.TagClassName
{
border-color: #811D13;
}
</style>