Shades of Falu Red #8C2605
Tints of Falu Red #8C2605
RGB
CMYK
RGB Variations
Color information
#8C2605 (or 0x8C2605) is known color: Falu Red. HEX triplet: 8C, 26 and 05. RGB value is (140,38,5). Sum of RGB (Red+Green+Blue) = 140+38+5=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2605 is #73D9FA. Grayscale: #404040. Windows color (decimal): -7592443 or 337548. OLE color: 337548.
HSL color Cylindrical-coordinate representation of color #8C2605: hue angle of 14.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C2605 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 5 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.45 |
| HSL | 14.67º | 0.93% | 0.28% | - |
| HSV(B) | 14.67º | 0.96% | 0.55% | - |
| XYZ | 11.54 | 6.97 | 0.88 | - |
| YUV | 64.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 5 | 0 | 0.73 | 0.96 | 0.45 | 14.67 | 0.93 | 0.28 |
| Hex | 8C | 26 | 5 | 0 | 49 | 60 | 2D | F | 5D | 1C |
| Octal | 214 | 46 | 5 | 0 | 111 | 140 | 55 | 17 | 135 | 34 |
| Binary | 10001100 | 100110 | 101 | 0 | 1001001 | 1100000 | 101101 | 1111 | 1011101 | 11100 |
Color Harmonies of #8C2605
Complementary color
Monochromatic Colors of #8C2605
Black with #8C2605
Text Example
Text Example
White with #8C2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2605; }
p { color: rgb(140,38,5); }
H1.HeaderClassName
{
color: #8C2605;
}
.AnyTagClassName
{
color: #8C2605;
}
</style>
background-color css
<style>
a { background-color: #8C2605; }
a { background-color: rgb(140,38,5); }
div.DivClassName
{
background-color: #8C2605;
}
.BgClassName
{
background-color: #8C2605;
}
</style>
border-color css
<style>
span { border-color: #8C2605; }
span { border-color: rgb(140,38,5); }
td.TdClassName
{
border-color: #8C2605;
}
.TagClassName
{
border-color: #8C2605;
}
</style>