Shades of Falu Red #811C01
Tints of Falu Red #811C01
RGB
CMYK
RGB Variations
Color information
#811C01 (or 0x811C01) is known color: Falu Red. HEX triplet: 81, 1C and 01. RGB value is (129,28,1). Sum of RGB (Red+Green+Blue) = 129+28+1=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C01 is #7EE3FE. Grayscale: #373737. Windows color (decimal): -8315903 or 72833. OLE color: 72833.
HSL color Cylindrical-coordinate representation of color #811C01: hue angle of 12.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #811C01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.49 |
| HSL | 12.66º | 0.98% | 0.25% | - |
| HSV(B) | 12.66º | 0.99% | 0.51% | - |
| XYZ | 9.47 | 5.5 | 0.59 | - |
| YUV | 55.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 1 | 0 | 0.78 | 0.99 | 0.49 | 12.66 | 0.98 | 0.25 |
| Hex | 81 | 1C | 1 | 0 | 4E | 63 | 31 | D | 62 | 19 |
| Octal | 201 | 34 | 1 | 0 | 116 | 143 | 61 | 15 | 142 | 31 |
| Binary | 10000001 | 11100 | 1 | 0 | 1001110 | 1100011 | 110001 | 1101 | 1100010 | 11001 |
Color Harmonies of #811C01
Complementary color
Monochromatic Colors of #811C01
Black with #811C01
Text Example
Text Example
White with #811C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C01; }
p { color: rgb(129,28,1); }
H1.HeaderClassName
{
color: #811C01;
}
.AnyTagClassName
{
color: #811C01;
}
</style>
background-color css
<style>
a { background-color: #811C01; }
a { background-color: rgb(129,28,1); }
div.DivClassName
{
background-color: #811C01;
}
.BgClassName
{
background-color: #811C01;
}
</style>
border-color css
<style>
span { border-color: #811C01; }
span { border-color: rgb(129,28,1); }
td.TdClassName
{
border-color: #811C01;
}
.TagClassName
{
border-color: #811C01;
}
</style>