Shades of Falu Red #8A1F0A
Tints of Falu Red #8A1F0A
RGB
CMYK
RGB Variations
Color information
#8A1F0A (or 0x8A1F0A) is known color: Falu Red. HEX triplet: 8A, 1F and 0A. RGB value is (138,31,10). Sum of RGB (Red+Green+Blue) = 138+31+10=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1F0A is #75E0F5. Grayscale: #3C3C3C. Windows color (decimal): -7725302 or 663434. OLE color: 663434.
HSL color Cylindrical-coordinate representation of color #8A1F0A: hue angle of 9.84º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A1F0A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 10 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.46 |
| HSL | 9.84º | 0.86% | 0.29% | - |
| HSV(B) | 9.84º | 0.93% | 0.54% | - |
| XYZ | 11.03 | 6.41 | 0.94 | - |
| YUV | 60.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 10 | 0 | 0.78 | 0.93 | 0.46 | 9.84 | 0.86 | 0.29 |
| Hex | 8A | 1F | A | 0 | 4E | 5D | 2E | A | 56 | 1D |
| Octal | 212 | 37 | 12 | 0 | 116 | 135 | 56 | 12 | 126 | 35 |
| Binary | 10001010 | 11111 | 1010 | 0 | 1001110 | 1011101 | 101110 | 1010 | 1010110 | 11101 |
Color Harmonies of #8A1F0A
Complementary color
Monochromatic Colors of #8A1F0A
Black with #8A1F0A
Text Example
Text Example
White with #8A1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F0A; }
p { color: rgb(138,31,10); }
H1.HeaderClassName
{
color: #8A1F0A;
}
.AnyTagClassName
{
color: #8A1F0A;
}
</style>
background-color css
<style>
a { background-color: #8A1F0A; }
a { background-color: rgb(138,31,10); }
div.DivClassName
{
background-color: #8A1F0A;
}
.BgClassName
{
background-color: #8A1F0A;
}
</style>
border-color css
<style>
span { border-color: #8A1F0A; }
span { border-color: rgb(138,31,10); }
td.TdClassName
{
border-color: #8A1F0A;
}
.TagClassName
{
border-color: #8A1F0A;
}
</style>