Shades of Falu Red #8A110E
Tints of Falu Red #8A110E
RGB
CMYK
RGB Variations
Color information
#8A110E (or 0x8A110E) is known color: Falu Red. HEX triplet: 8A, 11 and 0E. RGB value is (138,17,14). Sum of RGB (Red+Green+Blue) = 138+17+14=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A110E is #75EEF1. Grayscale: #343434. Windows color (decimal): -7728882 or 921994. OLE color: 921994.
HSL color Cylindrical-coordinate representation of color #8A110E: hue angle of 1.45º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A110E is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 14 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.46 |
| HSL | 1.45º | 0.82% | 0.3% | - |
| HSV(B) | 1.45º | 0.9% | 0.54% | - |
| XYZ | 10.76 | 5.84 | 0.97 | - |
| YUV | 52.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 14 | 0 | 0.88 | 0.90 | 0.46 | 1.45 | 0.82 | 0.3 |
| Hex | 8A | 11 | E | 0 | 58 | 5A | 2E | 1 | 52 | 1E |
| Octal | 212 | 21 | 16 | 0 | 130 | 132 | 56 | 1 | 122 | 36 |
| Binary | 10001010 | 10001 | 1110 | 0 | 1011000 | 1011010 | 101110 | 1 | 1010010 | 11110 |
Color Harmonies of #8A110E
Complementary color
Monochromatic Colors of #8A110E
Black with #8A110E
Text Example
Text Example
White with #8A110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A110E; }
p { color: rgb(138,17,14); }
H1.HeaderClassName
{
color: #8A110E;
}
.AnyTagClassName
{
color: #8A110E;
}
</style>
background-color css
<style>
a { background-color: #8A110E; }
a { background-color: rgb(138,17,14); }
div.DivClassName
{
background-color: #8A110E;
}
.BgClassName
{
background-color: #8A110E;
}
</style>
border-color css
<style>
span { border-color: #8A110E; }
span { border-color: rgb(138,17,14); }
td.TdClassName
{
border-color: #8A110E;
}
.TagClassName
{
border-color: #8A110E;
}
</style>