Shades of Falu Red #8A220E
Tints of Falu Red #8A220E
RGB
CMYK
RGB Variations
Color information
#8A220E (or 0x8A220E) is known color: Falu Red. HEX triplet: 8A, 22 and 0E. RGB value is (138,34,14). Sum of RGB (Red+Green+Blue) = 138+34+14=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A220E is #75DDF1. Grayscale: #3E3E3E. Windows color (decimal): -7724530 or 926346. OLE color: 926346.
HSL color Cylindrical-coordinate representation of color #8A220E: hue angle of 9.68º 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 #8A220E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 14 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.46 |
| HSL | 9.68º | 0.82% | 0.3% | - |
| HSV(B) | 9.68º | 0.9% | 0.54% | - |
| XYZ | 11.13 | 6.58 | 1.1 | - |
| YUV | 62.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 14 | 0 | 0.75 | 0.90 | 0.46 | 9.68 | 0.82 | 0.3 |
| Hex | 8A | 22 | E | 0 | 4B | 5A | 2E | A | 52 | 1E |
| Octal | 212 | 42 | 16 | 0 | 113 | 132 | 56 | 12 | 122 | 36 |
| Binary | 10001010 | 100010 | 1110 | 0 | 1001011 | 1011010 | 101110 | 1010 | 1010010 | 11110 |
Color Harmonies of #8A220E
Complementary color
Monochromatic Colors of #8A220E
Black with #8A220E
Text Example
Text Example
White with #8A220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A220E; }
p { color: rgb(138,34,14); }
H1.HeaderClassName
{
color: #8A220E;
}
.AnyTagClassName
{
color: #8A220E;
}
</style>
background-color css
<style>
a { background-color: #8A220E; }
a { background-color: rgb(138,34,14); }
div.DivClassName
{
background-color: #8A220E;
}
.BgClassName
{
background-color: #8A220E;
}
</style>
border-color css
<style>
span { border-color: #8A220E; }
span { border-color: rgb(138,34,14); }
td.TdClassName
{
border-color: #8A220E;
}
.TagClassName
{
border-color: #8A220E;
}
</style>