Shades of Falu Red #8C2107
Tints of Falu Red #8C2107
RGB
CMYK
RGB Variations
Color information
#8C2107 (or 0x8C2107) is known color: Falu Red. HEX triplet: 8C, 21 and 07. RGB value is (140,33,7). Sum of RGB (Red+Green+Blue) = 140+33+7=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2107 is #73DEF8. Grayscale: #3E3E3E. Windows color (decimal): -7593721 or 467340. OLE color: 467340.
HSL color Cylindrical-coordinate representation of color #8C2107: hue angle of 11.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C2107 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 7 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.45 |
| HSL | 11.73º | 0.9% | 0.29% | - |
| HSV(B) | 11.73º | 0.95% | 0.55% | - |
| XYZ | 11.4 | 6.68 | 0.89 | - |
| YUV | 62.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 7 | 0 | 0.76 | 0.95 | 0.45 | 11.73 | 0.9 | 0.29 |
| Hex | 8C | 21 | 7 | 0 | 4C | 5F | 2D | C | 5A | 1D |
| Octal | 214 | 41 | 7 | 0 | 114 | 137 | 55 | 14 | 132 | 35 |
| Binary | 10001100 | 100001 | 111 | 0 | 1001100 | 1011111 | 101101 | 1100 | 1011010 | 11101 |
Color Harmonies of #8C2107
Complementary color
Monochromatic Colors of #8C2107
Black with #8C2107
Text Example
Text Example
White with #8C2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2107; }
p { color: rgb(140,33,7); }
H1.HeaderClassName
{
color: #8C2107;
}
.AnyTagClassName
{
color: #8C2107;
}
</style>
background-color css
<style>
a { background-color: #8C2107; }
a { background-color: rgb(140,33,7); }
div.DivClassName
{
background-color: #8C2107;
}
.BgClassName
{
background-color: #8C2107;
}
</style>
border-color css
<style>
span { border-color: #8C2107; }
span { border-color: rgb(140,33,7); }
td.TdClassName
{
border-color: #8C2107;
}
.TagClassName
{
border-color: #8C2107;
}
</style>