Shades of Falu Red #8F2406
Tints of Falu Red #8F2406
RGB
CMYK
RGB Variations
Color information
#8F2406 (or 0x8F2406) is known color: Falu Red. HEX triplet: 8F, 24 and 06. RGB value is (143,36,6). Sum of RGB (Red+Green+Blue) = 143+36+6=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2406 is #70DBF9. Grayscale: #404040. Windows color (decimal): -7396346 or 402575. OLE color: 402575.
HSL color Cylindrical-coordinate representation of color #8F2406: hue angle of 13.14º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F2406 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.44 |
| HSL | 13.14º | 0.92% | 0.29% | - |
| HSV(B) | 13.14º | 0.96% | 0.56% | - |
| XYZ | 11.99 | 7.11 | 0.91 | - |
| YUV | 64.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 6 | 0 | 0.75 | 0.96 | 0.44 | 13.14 | 0.92 | 0.29 |
| Hex | 8F | 24 | 6 | 0 | 4B | 60 | 2C | D | 5C | 1D |
| Octal | 217 | 44 | 6 | 0 | 113 | 140 | 54 | 15 | 134 | 35 |
| Binary | 10001111 | 100100 | 110 | 0 | 1001011 | 1100000 | 101100 | 1101 | 1011100 | 11101 |
Color Harmonies of #8F2406
Complementary color
Monochromatic Colors of #8F2406
Black with #8F2406
Text Example
Text Example
White with #8F2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2406; }
p { color: rgb(143,36,6); }
H1.HeaderClassName
{
color: #8F2406;
}
.AnyTagClassName
{
color: #8F2406;
}
</style>
background-color css
<style>
a { background-color: #8F2406; }
a { background-color: rgb(143,36,6); }
div.DivClassName
{
background-color: #8F2406;
}
.BgClassName
{
background-color: #8F2406;
}
</style>
border-color css
<style>
span { border-color: #8F2406; }
span { border-color: rgb(143,36,6); }
td.TdClassName
{
border-color: #8F2406;
}
.TagClassName
{
border-color: #8F2406;
}
</style>