Shades of Falu Red #811C1C
Tints of Falu Red #811C1C
RGB
CMYK
RGB Variations
Color information
#811C1C (or 0x811C1C) is known color: Falu Red. HEX triplet: 81, 1C and 1C. RGB value is (129,28,28). Sum of RGB (Red+Green+Blue) = 129+28+28=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C1C is #7EE3E3. Grayscale: #3A3A3A. Windows color (decimal): -8315876 or 1842305. OLE color: 1842305.
HSL color Cylindrical-coordinate representation of color #811C1C: hue angle of 0º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C1C is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 28 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.49 |
| HSL | 0º | 0.64% | 0.31% | - |
| HSV(B) | 0º | 0.78% | 0.51% | - |
| XYZ | 9.68 | 5.58 | 1.67 | - |
| YUV | 58.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 28 | 0 | 0.78 | 0.78 | 0.49 | 0 | 0.64 | 0.31 |
| Hex | 81 | 1C | 1C | 0 | 4E | 4E | 31 | 0 | 40 | 1F |
| Octal | 201 | 34 | 34 | 0 | 116 | 116 | 61 | 0 | 100 | 37 |
| Binary | 10000001 | 11100 | 11100 | 0 | 1001110 | 1001110 | 110001 | 0 | 1000000 | 11111 |
Color Harmonies of #811C1C
Complementary color
Monochromatic Colors of #811C1C
Black with #811C1C
Text Example
Text Example
White with #811C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C1C; }
p { color: rgb(129,28,28); }
H1.HeaderClassName
{
color: #811C1C;
}
.AnyTagClassName
{
color: #811C1C;
}
</style>
background-color css
<style>
a { background-color: #811C1C; }
a { background-color: rgb(129,28,28); }
div.DivClassName
{
background-color: #811C1C;
}
.BgClassName
{
background-color: #811C1C;
}
</style>
border-color css
<style>
span { border-color: #811C1C; }
span { border-color: rgb(129,28,28); }
td.TdClassName
{
border-color: #811C1C;
}
.TagClassName
{
border-color: #811C1C;
}
</style>