Shades of Falu Red #8D1C0A
Tints of Falu Red #8D1C0A
RGB
CMYK
RGB Variations
Color information
#8D1C0A (or 0x8D1C0A) is known color: Falu Red. HEX triplet: 8D, 1C and 0A. RGB value is (141,28,10). Sum of RGB (Red+Green+Blue) = 141+28+10=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C0A is #72E3F5. Grayscale: #3B3B3B. Windows color (decimal): -7529462 or 662669. OLE color: 662669.
HSL color Cylindrical-coordinate representation of color #8D1C0A: hue angle of 8.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D1C0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 10 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.45 |
| HSL | 8.24º | 0.87% | 0.3% | - |
| HSV(B) | 8.24º | 0.93% | 0.55% | - |
| XYZ | 11.45 | 6.52 | 0.94 | - |
| YUV | 59.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 10 | 0 | 0.80 | 0.93 | 0.45 | 8.24 | 0.87 | 0.3 |
| Hex | 8D | 1C | A | 0 | 50 | 5D | 2D | 8 | 57 | 1E |
| Octal | 215 | 34 | 12 | 0 | 120 | 135 | 55 | 10 | 127 | 36 |
| Binary | 10001101 | 11100 | 1010 | 0 | 1010000 | 1011101 | 101101 | 1000 | 1010111 | 11110 |
Color Harmonies of #8D1C0A
Complementary color
Monochromatic Colors of #8D1C0A
Black with #8D1C0A
Text Example
Text Example
White with #8D1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C0A; }
p { color: rgb(141,28,10); }
H1.HeaderClassName
{
color: #8D1C0A;
}
.AnyTagClassName
{
color: #8D1C0A;
}
</style>
background-color css
<style>
a { background-color: #8D1C0A; }
a { background-color: rgb(141,28,10); }
div.DivClassName
{
background-color: #8D1C0A;
}
.BgClassName
{
background-color: #8D1C0A;
}
</style>
border-color css
<style>
span { border-color: #8D1C0A; }
span { border-color: rgb(141,28,10); }
td.TdClassName
{
border-color: #8D1C0A;
}
.TagClassName
{
border-color: #8D1C0A;
}
</style>