Shades of Falu Red #8C2607
Tints of Falu Red #8C2607
RGB
CMYK
RGB Variations
Color information
#8C2607 (or 0x8C2607) is known color: Falu Red. HEX triplet: 8C, 26 and 07. RGB value is (140,38,7). Sum of RGB (Red+Green+Blue) = 140+38+7=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2607 is #73D9F8. Grayscale: #414141. Windows color (decimal): -7592441 or 468620. OLE color: 468620.
HSL color Cylindrical-coordinate representation of color #8C2607: hue angle of 13.98º 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 #8C2607 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 7 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.45 |
| HSL | 13.98º | 0.9% | 0.29% | - |
| HSV(B) | 13.98º | 0.95% | 0.55% | - |
| XYZ | 11.55 | 6.98 | 0.94 | - |
| YUV | 64.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 7 | 0 | 0.73 | 0.95 | 0.45 | 13.98 | 0.9 | 0.29 |
| Hex | 8C | 26 | 7 | 0 | 49 | 5F | 2D | E | 5A | 1D |
| Octal | 214 | 46 | 7 | 0 | 111 | 137 | 55 | 16 | 132 | 35 |
| Binary | 10001100 | 100110 | 111 | 0 | 1001001 | 1011111 | 101101 | 1110 | 1011010 | 11101 |
Color Harmonies of #8C2607
Complementary color
Monochromatic Colors of #8C2607
Black with #8C2607
Text Example
Text Example
White with #8C2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2607; }
p { color: rgb(140,38,7); }
H1.HeaderClassName
{
color: #8C2607;
}
.AnyTagClassName
{
color: #8C2607;
}
</style>
background-color css
<style>
a { background-color: #8C2607; }
a { background-color: rgb(140,38,7); }
div.DivClassName
{
background-color: #8C2607;
}
.BgClassName
{
background-color: #8C2607;
}
</style>
border-color css
<style>
span { border-color: #8C2607; }
span { border-color: rgb(140,38,7); }
td.TdClassName
{
border-color: #8C2607;
}
.TagClassName
{
border-color: #8C2607;
}
</style>