Shades of Falu Red #8F190F
Tints of Falu Red #8F190F
RGB
CMYK
RGB Variations
Color information
#8F190F (or 0x8F190F) is known color: Falu Red. HEX triplet: 8F, 19 and 0F. RGB value is (143,25,15). Sum of RGB (Red+Green+Blue) = 143+25+15=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F190F is #70E6F0. Grayscale: #3B3B3B. Windows color (decimal): -7399153 or 989583. OLE color: 989583.
HSL color Cylindrical-coordinate representation of color #8F190F: hue angle of 4.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F190F is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 15 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.44 |
| HSL | 4.69º | 0.81% | 0.31% | - |
| HSV(B) | 4.69º | 0.9% | 0.56% | - |
| XYZ | 11.76 | 6.57 | 1.1 | - |
| YUV | 59.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 15 | 0 | 0.83 | 0.90 | 0.44 | 4.69 | 0.81 | 0.31 |
| Hex | 8F | 19 | F | 0 | 53 | 5A | 2C | 5 | 51 | 1F |
| Octal | 217 | 31 | 17 | 0 | 123 | 132 | 54 | 5 | 121 | 37 |
| Binary | 10001111 | 11001 | 1111 | 0 | 1010011 | 1011010 | 101100 | 101 | 1010001 | 11111 |
Color Harmonies of #8F190F
Complementary color
Monochromatic Colors of #8F190F
Black with #8F190F
Text Example
Text Example
White with #8F190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F190F; }
p { color: rgb(143,25,15); }
H1.HeaderClassName
{
color: #8F190F;
}
.AnyTagClassName
{
color: #8F190F;
}
</style>
background-color css
<style>
a { background-color: #8F190F; }
a { background-color: rgb(143,25,15); }
div.DivClassName
{
background-color: #8F190F;
}
.BgClassName
{
background-color: #8F190F;
}
</style>
border-color css
<style>
span { border-color: #8F190F; }
span { border-color: rgb(143,25,15); }
td.TdClassName
{
border-color: #8F190F;
}
.TagClassName
{
border-color: #8F190F;
}
</style>