Shades of Falu Red #811E1E
Tints of Falu Red #811E1E
RGB
CMYK
RGB Variations
Color information
#811E1E (or 0x811E1E) is known color: Falu Red. HEX triplet: 81, 1E and 1E. RGB value is (129,30,30). Sum of RGB (Red+Green+Blue) = 129+30+30=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #811E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E1E is #7EE1E1. Grayscale: #3B3B3B. Windows color (decimal): -8315362 or 1973889. OLE color: 1973889.
HSL color Cylindrical-coordinate representation of color #811E1E: hue angle of 0º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E1E is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 30 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.49 |
| HSL | 0º | 0.62% | 0.31% | - |
| HSV(B) | 0º | 0.77% | 0.51% | - |
| XYZ | 9.75 | 5.69 | 1.81 | - |
| YUV | 59.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 30 | 0 | 0.77 | 0.77 | 0.49 | 0 | 0.62 | 0.31 |
| Hex | 81 | 1E | 1E | 0 | 4D | 4D | 31 | 0 | 3E | 1F |
| Octal | 201 | 36 | 36 | 0 | 115 | 115 | 61 | 0 | 76 | 37 |
| Binary | 10000001 | 11110 | 11110 | 0 | 1001101 | 1001101 | 110001 | 0 | 111110 | 11111 |
Color Harmonies of #811E1E
Complementary color
Monochromatic Colors of #811E1E
Black with #811E1E
Text Example
Text Example
White with #811E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E1E; }
p { color: rgb(129,30,30); }
H1.HeaderClassName
{
color: #811E1E;
}
.AnyTagClassName
{
color: #811E1E;
}
</style>
background-color css
<style>
a { background-color: #811E1E; }
a { background-color: rgb(129,30,30); }
div.DivClassName
{
background-color: #811E1E;
}
.BgClassName
{
background-color: #811E1E;
}
</style>
border-color css
<style>
span { border-color: #811E1E; }
span { border-color: rgb(129,30,30); }
td.TdClassName
{
border-color: #811E1E;
}
.TagClassName
{
border-color: #811E1E;
}
</style>