Shades of Falu Red #8F2206
Tints of Falu Red #8F2206
RGB
CMYK
RGB Variations
Color information
#8F2206 (or 0x8F2206) is known color: Falu Red. HEX triplet: 8F, 22 and 06. RGB value is (143,34,6). Sum of RGB (Red+Green+Blue) = 143+34+6=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2206 is #70DDF9. Grayscale: #3F3F3F. Windows color (decimal): -7396858 or 402063. OLE color: 402063.
HSL color Cylindrical-coordinate representation of color #8F2206: hue angle of 12.26º 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 #8F2206 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.44 |
| HSL | 12.26º | 0.92% | 0.29% | - |
| HSV(B) | 12.26º | 0.96% | 0.56% | - |
| XYZ | 11.93 | 7 | 0.89 | - |
| YUV | 63.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 6 | 0 | 0.76 | 0.96 | 0.44 | 12.26 | 0.92 | 0.29 |
| Hex | 8F | 22 | 6 | 0 | 4C | 60 | 2C | C | 5C | 1D |
| Octal | 217 | 42 | 6 | 0 | 114 | 140 | 54 | 14 | 134 | 35 |
| Binary | 10001111 | 100010 | 110 | 0 | 1001100 | 1100000 | 101100 | 1100 | 1011100 | 11101 |
Color Harmonies of #8F2206
Complementary color
Monochromatic Colors of #8F2206
Black with #8F2206
Text Example
Text Example
White with #8F2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2206; }
p { color: rgb(143,34,6); }
H1.HeaderClassName
{
color: #8F2206;
}
.AnyTagClassName
{
color: #8F2206;
}
</style>
background-color css
<style>
a { background-color: #8F2206; }
a { background-color: rgb(143,34,6); }
div.DivClassName
{
background-color: #8F2206;
}
.BgClassName
{
background-color: #8F2206;
}
</style>
border-color css
<style>
span { border-color: #8F2206; }
span { border-color: rgb(143,34,6); }
td.TdClassName
{
border-color: #8F2206;
}
.TagClassName
{
border-color: #8F2206;
}
</style>