Shades of Falu Red #811C00
Tints of Falu Red #811C00
RGB
CMYK
RGB Variations
Color information
#811C00 (or 0x811C00) is known color: Falu Red. HEX triplet: 81, 1C and 00. RGB value is (129,28,0). Sum of RGB (Red+Green+Blue) = 129+28+0=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #811C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C00 is #7EE3FF. Grayscale: #373737. Windows color (decimal): -8315904 or 7297. OLE color: 7297.
HSL color Cylindrical-coordinate representation of color #811C00: hue angle of 13.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #811C00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.49 |
| HSL | 13.02º | 1% | 0.25% | - |
| HSV(B) | 13.02º | 1% | 0.51% | - |
| XYZ | 9.47 | 5.5 | 0.56 | - |
| YUV | 55.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 0 | 0 | 0.78 | 1 | 0.49 | 13.02 | 1 | 0.25 |
| Hex | 81 | 1C | 0 | 0 | 4E | 64 | 31 | D | 64 | 19 |
| Octal | 201 | 34 | 0 | 0 | 116 | 144 | 61 | 15 | 144 | 31 |
| Binary | 10000001 | 11100 | 0 | 0 | 1001110 | 1100100 | 110001 | 1101 | 1100100 | 11001 |
Color Harmonies of #811C00
Complementary color
Monochromatic Colors of #811C00
Black with #811C00
Text Example
Text Example
White with #811C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C00; }
p { color: rgb(129,28,0); }
H1.HeaderClassName
{
color: #811C00;
}
.AnyTagClassName
{
color: #811C00;
}
</style>
background-color css
<style>
a { background-color: #811C00; }
a { background-color: rgb(129,28,0); }
div.DivClassName
{
background-color: #811C00;
}
.BgClassName
{
background-color: #811C00;
}
</style>
border-color css
<style>
span { border-color: #811C00; }
span { border-color: rgb(129,28,0); }
td.TdClassName
{
border-color: #811C00;
}
.TagClassName
{
border-color: #811C00;
}
</style>