Shades of Falu Red #811C14
Tints of Falu Red #811C14
RGB
CMYK
RGB Variations
Color information
#811C14 (or 0x811C14) is known color: Falu Red. HEX triplet: 81, 1C and 14. RGB value is (129,28,20). Sum of RGB (Red+Green+Blue) = 129+28+20=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C14 is #7EE3EB. Grayscale: #393939. Windows color (decimal): -8315884 or 1318017. OLE color: 1318017.
HSL color Cylindrical-coordinate representation of color #811C14: hue angle of 4.4º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811C14 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 20 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.49 |
| HSL | 4.4º | 0.73% | 0.29% | - |
| HSV(B) | 4.4º | 0.84% | 0.51% | - |
| XYZ | 9.59 | 5.55 | 1.23 | - |
| YUV | 57.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 20 | 0 | 0.78 | 0.84 | 0.49 | 4.4 | 0.73 | 0.29 |
| Hex | 81 | 1C | 14 | 0 | 4E | 54 | 31 | 4 | 49 | 1D |
| Octal | 201 | 34 | 24 | 0 | 116 | 124 | 61 | 4 | 111 | 35 |
| Binary | 10000001 | 11100 | 10100 | 0 | 1001110 | 1010100 | 110001 | 100 | 1001001 | 11101 |
Color Harmonies of #811C14
Complementary color
Monochromatic Colors of #811C14
Black with #811C14
Text Example
Text Example
White with #811C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C14; }
p { color: rgb(129,28,20); }
H1.HeaderClassName
{
color: #811C14;
}
.AnyTagClassName
{
color: #811C14;
}
</style>
background-color css
<style>
a { background-color: #811C14; }
a { background-color: rgb(129,28,20); }
div.DivClassName
{
background-color: #811C14;
}
.BgClassName
{
background-color: #811C14;
}
</style>
border-color css
<style>
span { border-color: #811C14; }
span { border-color: rgb(129,28,20); }
td.TdClassName
{
border-color: #811C14;
}
.TagClassName
{
border-color: #811C14;
}
</style>