Shades of Falu Red #8F1906
Tints of Falu Red #8F1906
RGB
CMYK
RGB Variations
Color information
#8F1906 (or 0x8F1906) is known color: Falu Red. HEX triplet: 8F, 19 and 06. RGB value is (143,25,6). Sum of RGB (Red+Green+Blue) = 143+25+6=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1906 is #70E6F9. Grayscale: #3A3A3A. Windows color (decimal): -7399162 or 399759. OLE color: 399759.
HSL color Cylindrical-coordinate representation of color #8F1906: hue angle of 8.32º 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 #8F1906 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 6 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.44 |
| HSL | 8.32º | 0.92% | 0.29% | - |
| HSV(B) | 8.32º | 0.96% | 0.56% | - |
| XYZ | 11.71 | 6.55 | 0.82 | - |
| YUV | 58.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 6 | 0 | 0.83 | 0.96 | 0.44 | 8.32 | 0.92 | 0.29 |
| Hex | 8F | 19 | 6 | 0 | 53 | 60 | 2C | 8 | 5C | 1D |
| Octal | 217 | 31 | 6 | 0 | 123 | 140 | 54 | 10 | 134 | 35 |
| Binary | 10001111 | 11001 | 110 | 0 | 1010011 | 1100000 | 101100 | 1000 | 1011100 | 11101 |
Color Harmonies of #8F1906
Complementary color
Monochromatic Colors of #8F1906
Black with #8F1906
Text Example
Text Example
White with #8F1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1906; }
p { color: rgb(143,25,6); }
H1.HeaderClassName
{
color: #8F1906;
}
.AnyTagClassName
{
color: #8F1906;
}
</style>
background-color css
<style>
a { background-color: #8F1906; }
a { background-color: rgb(143,25,6); }
div.DivClassName
{
background-color: #8F1906;
}
.BgClassName
{
background-color: #8F1906;
}
</style>
border-color css
<style>
span { border-color: #8F1906; }
span { border-color: rgb(143,25,6); }
td.TdClassName
{
border-color: #8F1906;
}
.TagClassName
{
border-color: #8F1906;
}
</style>