Shades of Falu Red #8D1F09
Tints of Falu Red #8D1F09
RGB
CMYK
RGB Variations
Color information
#8D1F09 (or 0x8D1F09) is known color: Falu Red. HEX triplet: 8D, 1F and 09. RGB value is (141,31,9). Sum of RGB (Red+Green+Blue) = 141+31+9=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F09 is #72E0F6. Grayscale: #3D3D3D. Windows color (decimal): -7528695 or 597901. OLE color: 597901.
HSL color Cylindrical-coordinate representation of color #8D1F09: hue angle of 10º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D1F09 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 9 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.45 |
| HSL | 10º | 0.88% | 0.29% | - |
| HSV(B) | 10º | 0.94% | 0.55% | - |
| XYZ | 11.52 | 6.66 | 0.94 | - |
| YUV | 61.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 9 | 0 | 0.78 | 0.94 | 0.45 | 10 | 0.88 | 0.29 |
| Hex | 8D | 1F | 9 | 0 | 4E | 5E | 2D | A | 58 | 1D |
| Octal | 215 | 37 | 11 | 0 | 116 | 136 | 55 | 12 | 130 | 35 |
| Binary | 10001101 | 11111 | 1001 | 0 | 1001110 | 1011110 | 101101 | 1010 | 1011000 | 11101 |
Color Harmonies of #8D1F09
Complementary color
Monochromatic Colors of #8D1F09
Black with #8D1F09
Text Example
Text Example
White with #8D1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F09; }
p { color: rgb(141,31,9); }
H1.HeaderClassName
{
color: #8D1F09;
}
.AnyTagClassName
{
color: #8D1F09;
}
</style>
background-color css
<style>
a { background-color: #8D1F09; }
a { background-color: rgb(141,31,9); }
div.DivClassName
{
background-color: #8D1F09;
}
.BgClassName
{
background-color: #8D1F09;
}
</style>
border-color css
<style>
span { border-color: #8D1F09; }
span { border-color: rgb(141,31,9); }
td.TdClassName
{
border-color: #8D1F09;
}
.TagClassName
{
border-color: #8D1F09;
}
</style>