Shades of Falu Red #8A1606
Tints of Falu Red #8A1606
RGB
CMYK
RGB Variations
Color information
#8A1606 (or 0x8A1606) is known color: Falu Red. HEX triplet: 8A, 16 and 06. RGB value is (138,22,6). Sum of RGB (Red+Green+Blue) = 138+22+6=166 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.13% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1606 is #75E9F9. Grayscale: #373737. Windows color (decimal): -7727610 or 398986. OLE color: 398986.
HSL color Cylindrical-coordinate representation of color #8A1606: hue angle of 7.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 #8A1606 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 6 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.46 |
| HSL | 7.27º | 0.92% | 0.28% | - |
| HSV(B) | 7.27º | 0.96% | 0.54% | - |
| XYZ | 10.8 | 5.99 | 0.76 | - |
| YUV | 54.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 6 | 0 | 0.84 | 0.96 | 0.46 | 7.27 | 0.92 | 0.28 |
| Hex | 8A | 16 | 6 | 0 | 54 | 60 | 2E | 7 | 5C | 1C |
| Octal | 212 | 26 | 6 | 0 | 124 | 140 | 56 | 7 | 134 | 34 |
| Binary | 10001010 | 10110 | 110 | 0 | 1010100 | 1100000 | 101110 | 111 | 1011100 | 11100 |
Color Harmonies of #8A1606
Complementary color
Monochromatic Colors of #8A1606
Black with #8A1606
Text Example
Text Example
White with #8A1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1606; }
p { color: rgb(138,22,6); }
H1.HeaderClassName
{
color: #8A1606;
}
.AnyTagClassName
{
color: #8A1606;
}
</style>
background-color css
<style>
a { background-color: #8A1606; }
a { background-color: rgb(138,22,6); }
div.DivClassName
{
background-color: #8A1606;
}
.BgClassName
{
background-color: #8A1606;
}
</style>
border-color css
<style>
span { border-color: #8A1606; }
span { border-color: rgb(138,22,6); }
td.TdClassName
{
border-color: #8A1606;
}
.TagClassName
{
border-color: #8A1606;
}
</style>