Shades of Falu Red #8C2509
Tints of Falu Red #8C2509
RGB
CMYK
RGB Variations
Color information
#8C2509 (or 0x8C2509) is known color: Falu Red. HEX triplet: 8C, 25 and 09. RGB value is (140,37,9). Sum of RGB (Red+Green+Blue) = 140+37+9=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2509 is #73DAF6. Grayscale: #404040. Windows color (decimal): -7592695 or 599436. OLE color: 599436.
HSL color Cylindrical-coordinate representation of color #8C2509: hue angle of 12.82º 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 #8C2509 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 9 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.45 |
| HSL | 12.82º | 0.88% | 0.29% | - |
| HSV(B) | 12.82º | 0.94% | 0.55% | - |
| XYZ | 11.53 | 6.92 | 0.99 | - |
| YUV | 64.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 9 | 0 | 0.74 | 0.94 | 0.45 | 12.82 | 0.88 | 0.29 |
| Hex | 8C | 25 | 9 | 0 | 4A | 5E | 2D | D | 58 | 1D |
| Octal | 214 | 45 | 11 | 0 | 112 | 136 | 55 | 15 | 130 | 35 |
| Binary | 10001100 | 100101 | 1001 | 0 | 1001010 | 1011110 | 101101 | 1101 | 1011000 | 11101 |
Color Harmonies of #8C2509
Complementary color
Monochromatic Colors of #8C2509
Black with #8C2509
Text Example
Text Example
White with #8C2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2509; }
p { color: rgb(140,37,9); }
H1.HeaderClassName
{
color: #8C2509;
}
.AnyTagClassName
{
color: #8C2509;
}
</style>
background-color css
<style>
a { background-color: #8C2509; }
a { background-color: rgb(140,37,9); }
div.DivClassName
{
background-color: #8C2509;
}
.BgClassName
{
background-color: #8C2509;
}
</style>
border-color css
<style>
span { border-color: #8C2509; }
span { border-color: rgb(140,37,9); }
td.TdClassName
{
border-color: #8C2509;
}
.TagClassName
{
border-color: #8C2509;
}
</style>