Shades of Falu Red #8F190C
Tints of Falu Red #8F190C
RGB
CMYK
RGB Variations
Color information
#8F190C (or 0x8F190C) is known color: Falu Red. HEX triplet: 8F, 19 and 0C. RGB value is (143,25,12). Sum of RGB (Red+Green+Blue) = 143+25+12=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F190C is #70E6F3. Grayscale: #3A3A3A. Windows color (decimal): -7399156 or 792975. OLE color: 792975.
HSL color Cylindrical-coordinate representation of color #8F190C: hue angle of 5.95º 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 #8F190C is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 12 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.44 |
| HSL | 5.95º | 0.85% | 0.3% | - |
| HSV(B) | 5.95º | 0.92% | 0.56% | - |
| XYZ | 11.74 | 6.56 | 1 | - |
| YUV | 58.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 12 | 0 | 0.83 | 0.92 | 0.44 | 5.95 | 0.85 | 0.3 |
| Hex | 8F | 19 | C | 0 | 53 | 5C | 2C | 6 | 55 | 1E |
| Octal | 217 | 31 | 14 | 0 | 123 | 134 | 54 | 6 | 125 | 36 |
| Binary | 10001111 | 11001 | 1100 | 0 | 1010011 | 1011100 | 101100 | 110 | 1010101 | 11110 |
Color Harmonies of #8F190C
Complementary color
Monochromatic Colors of #8F190C
Black with #8F190C
Text Example
Text Example
White with #8F190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F190C; }
p { color: rgb(143,25,12); }
H1.HeaderClassName
{
color: #8F190C;
}
.AnyTagClassName
{
color: #8F190C;
}
</style>
background-color css
<style>
a { background-color: #8F190C; }
a { background-color: rgb(143,25,12); }
div.DivClassName
{
background-color: #8F190C;
}
.BgClassName
{
background-color: #8F190C;
}
</style>
border-color css
<style>
span { border-color: #8F190C; }
span { border-color: rgb(143,25,12); }
td.TdClassName
{
border-color: #8F190C;
}
.TagClassName
{
border-color: #8F190C;
}
</style>