Shades of Falu Red #8A2106
Tints of Falu Red #8A2106
RGB
CMYK
RGB Variations
Color information
#8A2106 (or 0x8A2106) is known color: Falu Red. HEX triplet: 8A, 21 and 06. RGB value is (138,33,6). Sum of RGB (Red+Green+Blue) = 138+33+6=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2106 is #75DEF9. Grayscale: #3D3D3D. Windows color (decimal): -7724794 or 401802. OLE color: 401802.
HSL color Cylindrical-coordinate representation of color #8A2106: hue angle of 12.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A2106 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 33 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.46 |
| HSL | 12.27º | 0.92% | 0.28% | - |
| HSV(B) | 12.27º | 0.96% | 0.54% | - |
| XYZ | 11.06 | 6.5 | 0.84 | - |
| YUV | 61.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 6 | 0 | 0.76 | 0.96 | 0.46 | 12.27 | 0.92 | 0.28 |
| Hex | 8A | 21 | 6 | 0 | 4C | 60 | 2E | C | 5C | 1C |
| Octal | 212 | 41 | 6 | 0 | 114 | 140 | 56 | 14 | 134 | 34 |
| Binary | 10001010 | 100001 | 110 | 0 | 1001100 | 1100000 | 101110 | 1100 | 1011100 | 11100 |
Color Harmonies of #8A2106
Complementary color
Monochromatic Colors of #8A2106
Black with #8A2106
Text Example
Text Example
White with #8A2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2106; }
p { color: rgb(138,33,6); }
H1.HeaderClassName
{
color: #8A2106;
}
.AnyTagClassName
{
color: #8A2106;
}
</style>
background-color css
<style>
a { background-color: #8A2106; }
a { background-color: rgb(138,33,6); }
div.DivClassName
{
background-color: #8A2106;
}
.BgClassName
{
background-color: #8A2106;
}
</style>
border-color css
<style>
span { border-color: #8A2106; }
span { border-color: rgb(138,33,6); }
td.TdClassName
{
border-color: #8A2106;
}
.TagClassName
{
border-color: #8A2106;
}
</style>