Shades of Falu Red #8F1B0C
Tints of Falu Red #8F1B0C
RGB
CMYK
RGB Variations
Color information
#8F1B0C (or 0x8F1B0C) is known color: Falu Red. HEX triplet: 8F, 1B and 0C. RGB value is (143,27,12). Sum of RGB (Red+Green+Blue) = 143+27+12=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1B0C is #70E4F3. Grayscale: #3C3C3C. Windows color (decimal): -7398644 or 793487. OLE color: 793487.
HSL color Cylindrical-coordinate representation of color #8F1B0C: hue angle of 6.87º 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 #8F1B0C is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 27 | 12 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.44 |
| HSL | 6.87º | 0.85% | 0.3% | - |
| HSV(B) | 6.87º | 0.92% | 0.56% | - |
| XYZ | 11.79 | 6.65 | 1.01 | - |
| YUV | 59.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 12 | 0 | 0.81 | 0.92 | 0.44 | 6.87 | 0.85 | 0.3 |
| Hex | 8F | 1B | C | 0 | 51 | 5C | 2C | 7 | 55 | 1E |
| Octal | 217 | 33 | 14 | 0 | 121 | 134 | 54 | 7 | 125 | 36 |
| Binary | 10001111 | 11011 | 1100 | 0 | 1010001 | 1011100 | 101100 | 111 | 1010101 | 11110 |
Color Harmonies of #8F1B0C
Complementary color
Monochromatic Colors of #8F1B0C
Black with #8F1B0C
Text Example
Text Example
White with #8F1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B0C; }
p { color: rgb(143,27,12); }
H1.HeaderClassName
{
color: #8F1B0C;
}
.AnyTagClassName
{
color: #8F1B0C;
}
</style>
background-color css
<style>
a { background-color: #8F1B0C; }
a { background-color: rgb(143,27,12); }
div.DivClassName
{
background-color: #8F1B0C;
}
.BgClassName
{
background-color: #8F1B0C;
}
</style>
border-color css
<style>
span { border-color: #8F1B0C; }
span { border-color: rgb(143,27,12); }
td.TdClassName
{
border-color: #8F1B0C;
}
.TagClassName
{
border-color: #8F1B0C;
}
</style>