Shades of Falu Red #8C260B
Tints of Falu Red #8C260B
RGB
CMYK
RGB Variations
Color information
#8C260B (or 0x8C260B) is known color: Falu Red. HEX triplet: 8C, 26 and 0B. RGB value is (140,38,11). Sum of RGB (Red+Green+Blue) = 140+38+11=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C260B is #73D9F4. Grayscale: #414141. Windows color (decimal): -7592437 or 730764. OLE color: 730764.
HSL color Cylindrical-coordinate representation of color #8C260B: hue angle of 12.56º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C260B is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 11 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.45 |
| HSL | 12.56º | 0.85% | 0.3% | - |
| HSV(B) | 12.56º | 0.92% | 0.55% | - |
| XYZ | 11.57 | 6.99 | 1.06 | - |
| YUV | 65.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 11 | 0 | 0.73 | 0.92 | 0.45 | 12.56 | 0.85 | 0.3 |
| Hex | 8C | 26 | B | 0 | 49 | 5C | 2D | D | 55 | 1E |
| Octal | 214 | 46 | 13 | 0 | 111 | 134 | 55 | 15 | 125 | 36 |
| Binary | 10001100 | 100110 | 1011 | 0 | 1001001 | 1011100 | 101101 | 1101 | 1010101 | 11110 |
Color Harmonies of #8C260B
Complementary color
Monochromatic Colors of #8C260B
Black with #8C260B
Text Example
Text Example
White with #8C260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C260B; }
p { color: rgb(140,38,11); }
H1.HeaderClassName
{
color: #8C260B;
}
.AnyTagClassName
{
color: #8C260B;
}
</style>
background-color css
<style>
a { background-color: #8C260B; }
a { background-color: rgb(140,38,11); }
div.DivClassName
{
background-color: #8C260B;
}
.BgClassName
{
background-color: #8C260B;
}
</style>
border-color css
<style>
span { border-color: #8C260B; }
span { border-color: rgb(140,38,11); }
td.TdClassName
{
border-color: #8C260B;
}
.TagClassName
{
border-color: #8C260B;
}
</style>