Shades of Falu Red #811E1D
Tints of Falu Red #811E1D
RGB
CMYK
RGB Variations
Color information
#811E1D (or 0x811E1D) is known color: Falu Red. HEX triplet: 81, 1E and 1D. RGB value is (129,30,29). Sum of RGB (Red+Green+Blue) = 129+30+29=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E1D is #7EE1E2. Grayscale: #3B3B3B. Windows color (decimal): -8315363 or 1908353. OLE color: 1908353.
HSL color Cylindrical-coordinate representation of color #811E1D: hue angle of 0.6º degrees, saturation: 0.63, 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 #811E1D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 29 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.49 |
| HSL | 0.6º | 0.63% | 0.31% | - |
| HSV(B) | 0.6º | 0.78% | 0.51% | - |
| XYZ | 9.74 | 5.68 | 1.75 | - |
| YUV | 59.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 29 | 0 | 0.77 | 0.78 | 0.49 | 0.6 | 0.63 | 0.31 |
| Hex | 81 | 1E | 1D | 0 | 4D | 4E | 31 | 1 | 3F | 1F |
| Octal | 201 | 36 | 35 | 0 | 115 | 116 | 61 | 1 | 77 | 37 |
| Binary | 10000001 | 11110 | 11101 | 0 | 1001101 | 1001110 | 110001 | 1 | 111111 | 11111 |
Color Harmonies of #811E1D
Complementary color
Monochromatic Colors of #811E1D
Black with #811E1D
Text Example
Text Example
White with #811E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E1D; }
p { color: rgb(129,30,29); }
H1.HeaderClassName
{
color: #811E1D;
}
.AnyTagClassName
{
color: #811E1D;
}
</style>
background-color css
<style>
a { background-color: #811E1D; }
a { background-color: rgb(129,30,29); }
div.DivClassName
{
background-color: #811E1D;
}
.BgClassName
{
background-color: #811E1D;
}
</style>
border-color css
<style>
span { border-color: #811E1D; }
span { border-color: rgb(129,30,29); }
td.TdClassName
{
border-color: #811E1D;
}
.TagClassName
{
border-color: #811E1D;
}
</style>