Shades of Falu Red #8A1A06
Tints of Falu Red #8A1A06
RGB
CMYK
RGB Variations
Color information
#8A1A06 (or 0x8A1A06) is known color: Falu Red. HEX triplet: 8A, 1A and 06. RGB value is (138,26,6). Sum of RGB (Red+Green+Blue) = 138+26+6=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1A06 is #75E5F9. Grayscale: #393939. Windows color (decimal): -7726586 or 400010. OLE color: 400010.
HSL color Cylindrical-coordinate representation of color #8A1A06: hue angle of 9.09º 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 #8A1A06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 6 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.46 |
| HSL | 9.09º | 0.92% | 0.28% | - |
| HSV(B) | 9.09º | 0.96% | 0.54% | - |
| XYZ | 10.88 | 6.16 | 0.79 | - |
| YUV | 57.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 6 | 0 | 0.81 | 0.96 | 0.46 | 9.09 | 0.92 | 0.28 |
| Hex | 8A | 1A | 6 | 0 | 51 | 60 | 2E | 9 | 5C | 1C |
| Octal | 212 | 32 | 6 | 0 | 121 | 140 | 56 | 11 | 134 | 34 |
| Binary | 10001010 | 11010 | 110 | 0 | 1010001 | 1100000 | 101110 | 1001 | 1011100 | 11100 |
Color Harmonies of #8A1A06
Complementary color
Monochromatic Colors of #8A1A06
Black with #8A1A06
Text Example
Text Example
White with #8A1A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A06; }
p { color: rgb(138,26,6); }
H1.HeaderClassName
{
color: #8A1A06;
}
.AnyTagClassName
{
color: #8A1A06;
}
</style>
background-color css
<style>
a { background-color: #8A1A06; }
a { background-color: rgb(138,26,6); }
div.DivClassName
{
background-color: #8A1A06;
}
.BgClassName
{
background-color: #8A1A06;
}
</style>
border-color css
<style>
span { border-color: #8A1A06; }
span { border-color: rgb(138,26,6); }
td.TdClassName
{
border-color: #8A1A06;
}
.TagClassName
{
border-color: #8A1A06;
}
</style>