Shades of Falu Red #8F2108
Tints of Falu Red #8F2108
RGB
CMYK
RGB Variations
Color information
#8F2108 (or 0x8F2108) is known color: Falu Red. HEX triplet: 8F, 21 and 08. RGB value is (143,33,8). Sum of RGB (Red+Green+Blue) = 143+33+8=184 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.72% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2108 is #70DEF7. Grayscale: #3F3F3F. Windows color (decimal): -7397112 or 532879. OLE color: 532879.
HSL color Cylindrical-coordinate representation of color #8F2108: hue angle of 11.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F2108 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.44 |
| HSL | 11.11º | 0.89% | 0.3% | - |
| HSV(B) | 11.11º | 0.94% | 0.56% | - |
| XYZ | 11.92 | 6.94 | 0.94 | - |
| YUV | 63.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 8 | 0 | 0.77 | 0.94 | 0.44 | 11.11 | 0.89 | 0.3 |
| Hex | 8F | 21 | 8 | 0 | 4D | 5E | 2C | B | 59 | 1E |
| Octal | 217 | 41 | 10 | 0 | 115 | 136 | 54 | 13 | 131 | 36 |
| Binary | 10001111 | 100001 | 1000 | 0 | 1001101 | 1011110 | 101100 | 1011 | 1011001 | 11110 |
Color Harmonies of #8F2108
Complementary color
Monochromatic Colors of #8F2108
Black with #8F2108
Text Example
Text Example
White with #8F2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2108; }
p { color: rgb(143,33,8); }
H1.HeaderClassName
{
color: #8F2108;
}
.AnyTagClassName
{
color: #8F2108;
}
</style>
background-color css
<style>
a { background-color: #8F2108; }
a { background-color: rgb(143,33,8); }
div.DivClassName
{
background-color: #8F2108;
}
.BgClassName
{
background-color: #8F2108;
}
</style>
border-color css
<style>
span { border-color: #8F2108; }
span { border-color: rgb(143,33,8); }
td.TdClassName
{
border-color: #8F2108;
}
.TagClassName
{
border-color: #8F2108;
}
</style>