Shades of Falu Red #8A1F08
Tints of Falu Red #8A1F08
RGB
CMYK
RGB Variations
Color information
#8A1F08 (or 0x8A1F08) is known color: Falu Red. HEX triplet: 8A, 1F and 08. RGB value is (138,31,8). Sum of RGB (Red+Green+Blue) = 138+31+8=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1F08 is #75E0F7. Grayscale: #3C3C3C. Windows color (decimal): -7725304 or 532362. OLE color: 532362.
HSL color Cylindrical-coordinate representation of color #8A1F08: hue angle of 10.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A1F08 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 8 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.46 |
| HSL | 10.62º | 0.89% | 0.29% | - |
| HSV(B) | 10.62º | 0.94% | 0.54% | - |
| XYZ | 11.02 | 6.4 | 0.88 | - |
| YUV | 60.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 8 | 0 | 0.78 | 0.94 | 0.46 | 10.62 | 0.89 | 0.29 |
| Hex | 8A | 1F | 8 | 0 | 4E | 5E | 2E | B | 59 | 1D |
| Octal | 212 | 37 | 10 | 0 | 116 | 136 | 56 | 13 | 131 | 35 |
| Binary | 10001010 | 11111 | 1000 | 0 | 1001110 | 1011110 | 101110 | 1011 | 1011001 | 11101 |
Color Harmonies of #8A1F08
Complementary color
Monochromatic Colors of #8A1F08
Black with #8A1F08
Text Example
Text Example
White with #8A1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F08; }
p { color: rgb(138,31,8); }
H1.HeaderClassName
{
color: #8A1F08;
}
.AnyTagClassName
{
color: #8A1F08;
}
</style>
background-color css
<style>
a { background-color: #8A1F08; }
a { background-color: rgb(138,31,8); }
div.DivClassName
{
background-color: #8A1F08;
}
.BgClassName
{
background-color: #8A1F08;
}
</style>
border-color css
<style>
span { border-color: #8A1F08; }
span { border-color: rgb(138,31,8); }
td.TdClassName
{
border-color: #8A1F08;
}
.TagClassName
{
border-color: #8A1F08;
}
</style>