Shades of Falu Red #8F2010
Tints of Falu Red #8F2010
RGB
CMYK
RGB Variations
Color information
#8F2010 (or 0x8F2010) is known color: Falu Red. HEX triplet: 8F, 20 and 10. RGB value is (143,32,16). Sum of RGB (Red+Green+Blue) = 143+32+16=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2010 is #70DFEF. Grayscale: #3F3F3F. Windows color (decimal): -7397360 or 1056911. OLE color: 1056911.
HSL color Cylindrical-coordinate representation of color #8F2010: hue angle of 7.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F2010 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 16 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.44 |
| HSL | 7.56º | 0.8% | 0.31% | - |
| HSV(B) | 7.56º | 0.89% | 0.56% | - |
| XYZ | 11.94 | 6.91 | 1.19 | - |
| YUV | 63.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 16 | 0 | 0.78 | 0.89 | 0.44 | 7.56 | 0.8 | 0.31 |
| Hex | 8F | 20 | 10 | 0 | 4E | 59 | 2C | 8 | 50 | 1F |
| Octal | 217 | 40 | 20 | 0 | 116 | 131 | 54 | 10 | 120 | 37 |
| Binary | 10001111 | 100000 | 10000 | 0 | 1001110 | 1011001 | 101100 | 1000 | 1010000 | 11111 |
Color Harmonies of #8F2010
Complementary color
Monochromatic Colors of #8F2010
Black with #8F2010
Text Example
Text Example
White with #8F2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2010; }
p { color: rgb(143,32,16); }
H1.HeaderClassName
{
color: #8F2010;
}
.AnyTagClassName
{
color: #8F2010;
}
</style>
background-color css
<style>
a { background-color: #8F2010; }
a { background-color: rgb(143,32,16); }
div.DivClassName
{
background-color: #8F2010;
}
.BgClassName
{
background-color: #8F2010;
}
</style>
border-color css
<style>
span { border-color: #8F2010; }
span { border-color: rgb(143,32,16); }
td.TdClassName
{
border-color: #8F2010;
}
.TagClassName
{
border-color: #8F2010;
}
</style>