Shades of Falu Red #8D2509
Tints of Falu Red #8D2509
RGB
CMYK
RGB Variations
Color information
#8D2509 (or 0x8D2509) is known color: Falu Red. HEX triplet: 8D, 25 and 09. RGB value is (141,37,9). Sum of RGB (Red+Green+Blue) = 141+37+9=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2509 is #72DAF6. Grayscale: #414141. Windows color (decimal): -7527159 or 599437. OLE color: 599437.
HSL color Cylindrical-coordinate representation of color #8D2509: hue angle of 12.73º 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 #8D2509 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 9 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.45 |
| HSL | 12.73º | 0.88% | 0.29% | - |
| HSV(B) | 12.73º | 0.94% | 0.55% | - |
| XYZ | 11.7 | 7.01 | 0.99 | - |
| YUV | 64.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 9 | 0 | 0.74 | 0.94 | 0.45 | 12.73 | 0.88 | 0.29 |
| Hex | 8D | 25 | 9 | 0 | 4A | 5E | 2D | D | 58 | 1D |
| Octal | 215 | 45 | 11 | 0 | 112 | 136 | 55 | 15 | 130 | 35 |
| Binary | 10001101 | 100101 | 1001 | 0 | 1001010 | 1011110 | 101101 | 1101 | 1011000 | 11101 |
Color Harmonies of #8D2509
Complementary color
Monochromatic Colors of #8D2509
Black with #8D2509
Text Example
Text Example
White with #8D2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2509; }
p { color: rgb(141,37,9); }
H1.HeaderClassName
{
color: #8D2509;
}
.AnyTagClassName
{
color: #8D2509;
}
</style>
background-color css
<style>
a { background-color: #8D2509; }
a { background-color: rgb(141,37,9); }
div.DivClassName
{
background-color: #8D2509;
}
.BgClassName
{
background-color: #8D2509;
}
</style>
border-color css
<style>
span { border-color: #8D2509; }
span { border-color: rgb(141,37,9); }
td.TdClassName
{
border-color: #8D2509;
}
.TagClassName
{
border-color: #8D2509;
}
</style>