Shades of Falu Red #8F1A04
Tints of Falu Red #8F1A04
RGB
CMYK
RGB Variations
Color information
#8F1A04 (or 0x8F1A04) is known color: Falu Red. HEX triplet: 8F, 1A and 04. RGB value is (143,26,4). Sum of RGB (Red+Green+Blue) = 143+26+4=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1A04 is #70E5FB. Grayscale: #3A3A3A. Windows color (decimal): -7398908 or 268943. OLE color: 268943.
HSL color Cylindrical-coordinate representation of color #8F1A04: hue angle of 9.5º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F1A04 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 26 | 4 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.44 |
| HSL | 9.5º | 0.95% | 0.29% | - |
| HSV(B) | 9.5º | 0.97% | 0.56% | - |
| XYZ | 11.72 | 6.59 | 0.77 | - |
| YUV | 58.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 4 | 0 | 0.82 | 0.97 | 0.44 | 9.5 | 0.95 | 0.29 |
| Hex | 8F | 1A | 4 | 0 | 52 | 61 | 2C | 9 | 5F | 1D |
| Octal | 217 | 32 | 4 | 0 | 122 | 141 | 54 | 11 | 137 | 35 |
| Binary | 10001111 | 11010 | 100 | 0 | 1010010 | 1100001 | 101100 | 1001 | 1011111 | 11101 |
Color Harmonies of #8F1A04
Complementary color
Monochromatic Colors of #8F1A04
Black with #8F1A04
Text Example
Text Example
White with #8F1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1A04; }
p { color: rgb(143,26,4); }
H1.HeaderClassName
{
color: #8F1A04;
}
.AnyTagClassName
{
color: #8F1A04;
}
</style>
background-color css
<style>
a { background-color: #8F1A04; }
a { background-color: rgb(143,26,4); }
div.DivClassName
{
background-color: #8F1A04;
}
.BgClassName
{
background-color: #8F1A04;
}
</style>
border-color css
<style>
span { border-color: #8F1A04; }
span { border-color: rgb(143,26,4); }
td.TdClassName
{
border-color: #8F1A04;
}
.TagClassName
{
border-color: #8F1A04;
}
</style>