Shades of Falu Red #8F1904
Tints of Falu Red #8F1904
RGB
CMYK
RGB Variations
Color information
#8F1904 (or 0x8F1904) is known color: Falu Red. HEX triplet: 8F, 19 and 04. RGB value is (143,25,4). Sum of RGB (Red+Green+Blue) = 143+25+4=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1904 is #70E6FB. Grayscale: #3A3A3A. Windows color (decimal): -7399164 or 268687. OLE color: 268687.
HSL color Cylindrical-coordinate representation of color #8F1904: hue angle of 9.06º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F1904 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.44 |
| HSL | 9.06º | 0.95% | 0.29% | - |
| HSV(B) | 9.06º | 0.97% | 0.56% | - |
| XYZ | 11.7 | 6.54 | 0.76 | - |
| YUV | 57.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 4 | 0 | 0.83 | 0.97 | 0.44 | 9.06 | 0.95 | 0.29 |
| Hex | 8F | 19 | 4 | 0 | 53 | 61 | 2C | 9 | 5F | 1D |
| Octal | 217 | 31 | 4 | 0 | 123 | 141 | 54 | 11 | 137 | 35 |
| Binary | 10001111 | 11001 | 100 | 0 | 1010011 | 1100001 | 101100 | 1001 | 1011111 | 11101 |
Color Harmonies of #8F1904
Complementary color
Monochromatic Colors of #8F1904
Black with #8F1904
Text Example
Text Example
White with #8F1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1904; }
p { color: rgb(143,25,4); }
H1.HeaderClassName
{
color: #8F1904;
}
.AnyTagClassName
{
color: #8F1904;
}
</style>
background-color css
<style>
a { background-color: #8F1904; }
a { background-color: rgb(143,25,4); }
div.DivClassName
{
background-color: #8F1904;
}
.BgClassName
{
background-color: #8F1904;
}
</style>
border-color css
<style>
span { border-color: #8F1904; }
span { border-color: rgb(143,25,4); }
td.TdClassName
{
border-color: #8F1904;
}
.TagClassName
{
border-color: #8F1904;
}
</style>