Shades of Falu Red #811D0F
Tints of Falu Red #811D0F
RGB
CMYK
RGB Variations
Color information
#811D0F (or 0x811D0F) is known color: Falu Red. HEX triplet: 81, 1D and 0F. RGB value is (129,29,15). Sum of RGB (Red+Green+Blue) = 129+29+15=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0F is #7EE2F0. Grayscale: #393939. Windows color (decimal): -8315633 or 990593. OLE color: 990593.
HSL color Cylindrical-coordinate representation of color #811D0F: hue angle of 7.37º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811D0F is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 15 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.49 |
| HSL | 7.37º | 0.79% | 0.28% | - |
| HSV(B) | 7.37º | 0.88% | 0.51% | - |
| XYZ | 9.58 | 5.58 | 1.02 | - |
| YUV | 57.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 15 | 0 | 0.78 | 0.88 | 0.49 | 7.37 | 0.79 | 0.28 |
| Hex | 81 | 1D | F | 0 | 4E | 58 | 31 | 7 | 4F | 1C |
| Octal | 201 | 35 | 17 | 0 | 116 | 130 | 61 | 7 | 117 | 34 |
| Binary | 10000001 | 11101 | 1111 | 0 | 1001110 | 1011000 | 110001 | 111 | 1001111 | 11100 |
Color Harmonies of #811D0F
Complementary color
Monochromatic Colors of #811D0F
Black with #811D0F
Text Example
Text Example
White with #811D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D0F; }
p { color: rgb(129,29,15); }
H1.HeaderClassName
{
color: #811D0F;
}
.AnyTagClassName
{
color: #811D0F;
}
</style>
background-color css
<style>
a { background-color: #811D0F; }
a { background-color: rgb(129,29,15); }
div.DivClassName
{
background-color: #811D0F;
}
.BgClassName
{
background-color: #811D0F;
}
</style>
border-color css
<style>
span { border-color: #811D0F; }
span { border-color: rgb(129,29,15); }
td.TdClassName
{
border-color: #811D0F;
}
.TagClassName
{
border-color: #811D0F;
}
</style>