Shades of Falu Red #8D2109
Tints of Falu Red #8D2109
RGB
CMYK
RGB Variations
Color information
#8D2109 (or 0x8D2109) is known color: Falu Red. HEX triplet: 8D, 21 and 09. RGB value is (141,33,9). Sum of RGB (Red+Green+Blue) = 141+33+9=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2109 is #72DEF6. Grayscale: #3E3E3E. Windows color (decimal): -7528183 or 598413. OLE color: 598413.
HSL color Cylindrical-coordinate representation of color #8D2109: hue angle of 10.91º 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 #8D2109 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 9 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.45 |
| HSL | 10.91º | 0.88% | 0.29% | - |
| HSV(B) | 10.91º | 0.94% | 0.55% | - |
| XYZ | 11.58 | 6.77 | 0.96 | - |
| YUV | 62.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 9 | 0 | 0.77 | 0.94 | 0.45 | 10.91 | 0.88 | 0.29 |
| Hex | 8D | 21 | 9 | 0 | 4D | 5E | 2D | B | 58 | 1D |
| Octal | 215 | 41 | 11 | 0 | 115 | 136 | 55 | 13 | 130 | 35 |
| Binary | 10001101 | 100001 | 1001 | 0 | 1001101 | 1011110 | 101101 | 1011 | 1011000 | 11101 |
Color Harmonies of #8D2109
Complementary color
Monochromatic Colors of #8D2109
Black with #8D2109
Text Example
Text Example
White with #8D2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2109; }
p { color: rgb(141,33,9); }
H1.HeaderClassName
{
color: #8D2109;
}
.AnyTagClassName
{
color: #8D2109;
}
</style>
background-color css
<style>
a { background-color: #8D2109; }
a { background-color: rgb(141,33,9); }
div.DivClassName
{
background-color: #8D2109;
}
.BgClassName
{
background-color: #8D2109;
}
</style>
border-color css
<style>
span { border-color: #8D2109; }
span { border-color: rgb(141,33,9); }
td.TdClassName
{
border-color: #8D2109;
}
.TagClassName
{
border-color: #8D2109;
}
</style>