Shades of Falu Red #81180D
Tints of Falu Red #81180D
RGB
CMYK
RGB Variations
Color information
#81180D (or 0x81180D) is known color: Falu Red. HEX triplet: 81, 18 and 0D. RGB value is (129,24,13). Sum of RGB (Red+Green+Blue) = 129+24+13=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81180D is #7EE7F2. Grayscale: #363636. Windows color (decimal): -8316915 or 858241. OLE color: 858241.
HSL color Cylindrical-coordinate representation of color #81180D: hue angle of 5.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81180D is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 13 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.49 |
| HSL | 5.69º | 0.82% | 0.28% | - |
| HSV(B) | 5.69º | 0.9% | 0.51% | - |
| XYZ | 9.45 | 5.35 | 0.92 | - |
| YUV | 54.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 13 | 0 | 0.81 | 0.90 | 0.49 | 5.69 | 0.82 | 0.28 |
| Hex | 81 | 18 | D | 0 | 51 | 5A | 31 | 6 | 52 | 1C |
| Octal | 201 | 30 | 15 | 0 | 121 | 132 | 61 | 6 | 122 | 34 |
| Binary | 10000001 | 11000 | 1101 | 0 | 1010001 | 1011010 | 110001 | 110 | 1010010 | 11100 |
Color Harmonies of #81180D
Complementary color
Monochromatic Colors of #81180D
Black with #81180D
Text Example
Text Example
White with #81180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81180D; }
p { color: rgb(129,24,13); }
H1.HeaderClassName
{
color: #81180D;
}
.AnyTagClassName
{
color: #81180D;
}
</style>
background-color css
<style>
a { background-color: #81180D; }
a { background-color: rgb(129,24,13); }
div.DivClassName
{
background-color: #81180D;
}
.BgClassName
{
background-color: #81180D;
}
</style>
border-color css
<style>
span { border-color: #81180D; }
span { border-color: rgb(129,24,13); }
td.TdClassName
{
border-color: #81180D;
}
.TagClassName
{
border-color: #81180D;
}
</style>