Shades of Falu Red #8C1909
Tints of Falu Red #8C1909
RGB
CMYK
RGB Variations
Color information
#8C1909 (or 0x8C1909) is known color: Falu Red. HEX triplet: 8C, 19 and 09. RGB value is (140,25,9). Sum of RGB (Red+Green+Blue) = 140+25+9=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1909 is #73E6F6. Grayscale: #393939. Windows color (decimal): -7595767 or 596364. OLE color: 596364.
HSL color Cylindrical-coordinate representation of color #8C1909: hue angle of 7.33º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C1909 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 9 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.45 |
| HSL | 7.33º | 0.88% | 0.29% | - |
| HSV(B) | 7.33º | 0.94% | 0.55% | - |
| XYZ | 11.21 | 6.29 | 0.88 | - |
| YUV | 57.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 9 | 0 | 0.82 | 0.94 | 0.45 | 7.33 | 0.88 | 0.29 |
| Hex | 8C | 19 | 9 | 0 | 52 | 5E | 2D | 7 | 58 | 1D |
| Octal | 214 | 31 | 11 | 0 | 122 | 136 | 55 | 7 | 130 | 35 |
| Binary | 10001100 | 11001 | 1001 | 0 | 1010010 | 1011110 | 101101 | 111 | 1011000 | 11101 |
Color Harmonies of #8C1909
Complementary color
Monochromatic Colors of #8C1909
Black with #8C1909
Text Example
Text Example
White with #8C1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1909; }
p { color: rgb(140,25,9); }
H1.HeaderClassName
{
color: #8C1909;
}
.AnyTagClassName
{
color: #8C1909;
}
</style>
background-color css
<style>
a { background-color: #8C1909; }
a { background-color: rgb(140,25,9); }
div.DivClassName
{
background-color: #8C1909;
}
.BgClassName
{
background-color: #8C1909;
}
</style>
border-color css
<style>
span { border-color: #8C1909; }
span { border-color: rgb(140,25,9); }
td.TdClassName
{
border-color: #8C1909;
}
.TagClassName
{
border-color: #8C1909;
}
</style>