Shades of Falu Red #8F1608
Tints of Falu Red #8F1608
RGB
CMYK
RGB Variations
Color information
#8F1608 (or 0x8F1608) is known color: Falu Red. HEX triplet: 8F, 16 and 08. RGB value is (143,22,8). Sum of RGB (Red+Green+Blue) = 143+22+8=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1608 is #70E9F7. Grayscale: #383838. Windows color (decimal): -7399928 or 530063. OLE color: 530063.
HSL color Cylindrical-coordinate representation of color #8F1608: hue angle of 6.22º 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 #8F1608 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 8 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.44 |
| HSL | 6.22º | 0.89% | 0.3% | - |
| HSV(B) | 6.22º | 0.94% | 0.56% | - |
| XYZ | 11.66 | 6.43 | 0.86 | - |
| YUV | 56.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 8 | 0 | 0.85 | 0.94 | 0.44 | 6.22 | 0.89 | 0.3 |
| Hex | 8F | 16 | 8 | 0 | 55 | 5E | 2C | 6 | 59 | 1E |
| Octal | 217 | 26 | 10 | 0 | 125 | 136 | 54 | 6 | 131 | 36 |
| Binary | 10001111 | 10110 | 1000 | 0 | 1010101 | 1011110 | 101100 | 110 | 1011001 | 11110 |
Color Harmonies of #8F1608
Complementary color
Monochromatic Colors of #8F1608
Black with #8F1608
Text Example
Text Example
White with #8F1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1608; }
p { color: rgb(143,22,8); }
H1.HeaderClassName
{
color: #8F1608;
}
.AnyTagClassName
{
color: #8F1608;
}
</style>
background-color css
<style>
a { background-color: #8F1608; }
a { background-color: rgb(143,22,8); }
div.DivClassName
{
background-color: #8F1608;
}
.BgClassName
{
background-color: #8F1608;
}
</style>
border-color css
<style>
span { border-color: #8F1608; }
span { border-color: rgb(143,22,8); }
td.TdClassName
{
border-color: #8F1608;
}
.TagClassName
{
border-color: #8F1608;
}
</style>