Shades of Falu Red #8A220C
Tints of Falu Red #8A220C
RGB
CMYK
RGB Variations
Color information
#8A220C (or 0x8A220C) is known color: Falu Red. HEX triplet: 8A, 22 and 0C. RGB value is (138,34,12). Sum of RGB (Red+Green+Blue) = 138+34+12=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A220C is #75DDF3. Grayscale: #3E3E3E. Windows color (decimal): -7724532 or 795274. OLE color: 795274.
HSL color Cylindrical-coordinate representation of color #8A220C: hue angle of 10.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A220C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 12 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.46 |
| HSL | 10.48º | 0.84% | 0.29% | - |
| HSV(B) | 10.48º | 0.91% | 0.54% | - |
| XYZ | 11.12 | 6.57 | 1.03 | - |
| YUV | 62.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 12 | 0 | 0.75 | 0.91 | 0.46 | 10.48 | 0.84 | 0.29 |
| Hex | 8A | 22 | C | 0 | 4B | 5B | 2E | A | 54 | 1D |
| Octal | 212 | 42 | 14 | 0 | 113 | 133 | 56 | 12 | 124 | 35 |
| Binary | 10001010 | 100010 | 1100 | 0 | 1001011 | 1011011 | 101110 | 1010 | 1010100 | 11101 |
Color Harmonies of #8A220C
Complementary color
Monochromatic Colors of #8A220C
Black with #8A220C
Text Example
Text Example
White with #8A220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A220C; }
p { color: rgb(138,34,12); }
H1.HeaderClassName
{
color: #8A220C;
}
.AnyTagClassName
{
color: #8A220C;
}
</style>
background-color css
<style>
a { background-color: #8A220C; }
a { background-color: rgb(138,34,12); }
div.DivClassName
{
background-color: #8A220C;
}
.BgClassName
{
background-color: #8A220C;
}
</style>
border-color css
<style>
span { border-color: #8A220C; }
span { border-color: rgb(138,34,12); }
td.TdClassName
{
border-color: #8A220C;
}
.TagClassName
{
border-color: #8A220C;
}
</style>