Shades of Falu Red #8F110C
Tints of Falu Red #8F110C
RGB
CMYK
RGB Variations
Color information
#8F110C (or 0x8F110C) is known color: Falu Red. HEX triplet: 8F, 11 and 0C. RGB value is (143,17,12). Sum of RGB (Red+Green+Blue) = 143+17+12=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F110C is #70EEF3. Grayscale: #363636. Windows color (decimal): -7401204 or 790927. OLE color: 790927.
HSL color Cylindrical-coordinate representation of color #8F110C: hue angle of 2.29º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F110C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 12 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.44 |
| HSL | 2.29º | 0.85% | 0.3% | - |
| HSV(B) | 2.29º | 0.92% | 0.56% | - |
| XYZ | 11.59 | 6.27 | 0.95 | - |
| YUV | 54.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 12 | 0 | 0.88 | 0.92 | 0.44 | 2.29 | 0.85 | 0.3 |
| Hex | 8F | 11 | C | 0 | 58 | 5C | 2C | 2 | 55 | 1E |
| Octal | 217 | 21 | 14 | 0 | 130 | 134 | 54 | 2 | 125 | 36 |
| Binary | 10001111 | 10001 | 1100 | 0 | 1011000 | 1011100 | 101100 | 10 | 1010101 | 11110 |
Color Harmonies of #8F110C
Complementary color
Monochromatic Colors of #8F110C
Black with #8F110C
Text Example
Text Example
White with #8F110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F110C; }
p { color: rgb(143,17,12); }
H1.HeaderClassName
{
color: #8F110C;
}
.AnyTagClassName
{
color: #8F110C;
}
</style>
background-color css
<style>
a { background-color: #8F110C; }
a { background-color: rgb(143,17,12); }
div.DivClassName
{
background-color: #8F110C;
}
.BgClassName
{
background-color: #8F110C;
}
</style>
border-color css
<style>
span { border-color: #8F110C; }
span { border-color: rgb(143,17,12); }
td.TdClassName
{
border-color: #8F110C;
}
.TagClassName
{
border-color: #8F110C;
}
</style>