Shades of Falu Red #8A1F0C
Tints of Falu Red #8A1F0C
RGB
CMYK
RGB Variations
Color information
#8A1F0C (or 0x8A1F0C) is known color: Falu Red. HEX triplet: 8A, 1F and 0C. RGB value is (138,31,12). Sum of RGB (Red+Green+Blue) = 138+31+12=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1F0C is #75E0F3. Grayscale: #3D3D3D. Windows color (decimal): -7725300 or 794506. OLE color: 794506.
HSL color Cylindrical-coordinate representation of color #8A1F0C: hue angle of 9.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A1F0C is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 12 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.46 |
| HSL | 9.05º | 0.84% | 0.29% | - |
| HSV(B) | 9.05º | 0.91% | 0.54% | - |
| XYZ | 11.04 | 6.41 | 1 | - |
| YUV | 60.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 12 | 0 | 0.78 | 0.91 | 0.46 | 9.05 | 0.84 | 0.29 |
| Hex | 8A | 1F | C | 0 | 4E | 5B | 2E | 9 | 54 | 1D |
| Octal | 212 | 37 | 14 | 0 | 116 | 133 | 56 | 11 | 124 | 35 |
| Binary | 10001010 | 11111 | 1100 | 0 | 1001110 | 1011011 | 101110 | 1001 | 1010100 | 11101 |
Color Harmonies of #8A1F0C
Complementary color
Monochromatic Colors of #8A1F0C
Black with #8A1F0C
Text Example
Text Example
White with #8A1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F0C; }
p { color: rgb(138,31,12); }
H1.HeaderClassName
{
color: #8A1F0C;
}
.AnyTagClassName
{
color: #8A1F0C;
}
</style>
background-color css
<style>
a { background-color: #8A1F0C; }
a { background-color: rgb(138,31,12); }
div.DivClassName
{
background-color: #8A1F0C;
}
.BgClassName
{
background-color: #8A1F0C;
}
</style>
border-color css
<style>
span { border-color: #8A1F0C; }
span { border-color: rgb(138,31,12); }
td.TdClassName
{
border-color: #8A1F0C;
}
.TagClassName
{
border-color: #8A1F0C;
}
</style>