Shades of Falu Red #8C2109
Tints of Falu Red #8C2109
RGB
CMYK
RGB Variations
Color information
#8C2109 (or 0x8C2109) is known color: Falu Red. HEX triplet: 8C, 21 and 09. RGB value is (140,33,9). Sum of RGB (Red+Green+Blue) = 140+33+9=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2109 is #73DEF6. Grayscale: #3E3E3E. Windows color (decimal): -7593719 or 598412. OLE color: 598412.
HSL color Cylindrical-coordinate representation of color #8C2109: hue angle of 10.99º 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 #8C2109 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 9 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.45 |
| HSL | 10.99º | 0.88% | 0.29% | - |
| HSV(B) | 10.99º | 0.94% | 0.55% | - |
| XYZ | 11.41 | 6.68 | 0.95 | - |
| YUV | 62.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 9 | 0 | 0.76 | 0.94 | 0.45 | 10.99 | 0.88 | 0.29 |
| Hex | 8C | 21 | 9 | 0 | 4C | 5E | 2D | B | 58 | 1D |
| Octal | 214 | 41 | 11 | 0 | 114 | 136 | 55 | 13 | 130 | 35 |
| Binary | 10001100 | 100001 | 1001 | 0 | 1001100 | 1011110 | 101101 | 1011 | 1011000 | 11101 |
Color Harmonies of #8C2109
Complementary color
Monochromatic Colors of #8C2109
Black with #8C2109
Text Example
Text Example
White with #8C2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2109; }
p { color: rgb(140,33,9); }
H1.HeaderClassName
{
color: #8C2109;
}
.AnyTagClassName
{
color: #8C2109;
}
</style>
background-color css
<style>
a { background-color: #8C2109; }
a { background-color: rgb(140,33,9); }
div.DivClassName
{
background-color: #8C2109;
}
.BgClassName
{
background-color: #8C2109;
}
</style>
border-color css
<style>
span { border-color: #8C2109; }
span { border-color: rgb(140,33,9); }
td.TdClassName
{
border-color: #8C2109;
}
.TagClassName
{
border-color: #8C2109;
}
</style>