Shades of Falu Red #811E18
Tints of Falu Red #811E18
RGB
CMYK
RGB Variations
Color information
#811E18 (or 0x811E18) is known color: Falu Red. HEX triplet: 81, 1E and 18. RGB value is (129,30,24). Sum of RGB (Red+Green+Blue) = 129+30+24=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #811E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E18 is #7EE1E7. Grayscale: #3B3B3B. Windows color (decimal): -8315368 or 1580673. OLE color: 1580673.
HSL color Cylindrical-coordinate representation of color #811E18: hue angle of 3.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811E18 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 24 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.49 |
| HSL | 3.43º | 0.69% | 0.3% | - |
| HSV(B) | 3.43º | 0.81% | 0.51% | - |
| XYZ | 9.68 | 5.66 | 1.45 | - |
| YUV | 58.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 24 | 0 | 0.77 | 0.81 | 0.49 | 3.43 | 0.69 | 0.3 |
| Hex | 81 | 1E | 18 | 0 | 4D | 51 | 31 | 3 | 45 | 1E |
| Octal | 201 | 36 | 30 | 0 | 115 | 121 | 61 | 3 | 105 | 36 |
| Binary | 10000001 | 11110 | 11000 | 0 | 1001101 | 1010001 | 110001 | 11 | 1000101 | 11110 |
Color Harmonies of #811E18
Complementary color
Monochromatic Colors of #811E18
Black with #811E18
Text Example
Text Example
White with #811E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E18; }
p { color: rgb(129,30,24); }
H1.HeaderClassName
{
color: #811E18;
}
.AnyTagClassName
{
color: #811E18;
}
</style>
background-color css
<style>
a { background-color: #811E18; }
a { background-color: rgb(129,30,24); }
div.DivClassName
{
background-color: #811E18;
}
.BgClassName
{
background-color: #811E18;
}
</style>
border-color css
<style>
span { border-color: #811E18; }
span { border-color: rgb(129,30,24); }
td.TdClassName
{
border-color: #811E18;
}
.TagClassName
{
border-color: #811E18;
}
</style>