Shades of Falu Red #8A1F0D
Tints of Falu Red #8A1F0D
RGB
CMYK
RGB Variations
Color information
#8A1F0D (or 0x8A1F0D) is known color: Falu Red. HEX triplet: 8A, 1F and 0D. RGB value is (138,31,13). Sum of RGB (Red+Green+Blue) = 138+31+13=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1F0D is #75E0F2. Grayscale: #3D3D3D. Windows color (decimal): -7725299 or 860042. OLE color: 860042.
HSL color Cylindrical-coordinate representation of color #8A1F0D: hue angle of 8.64º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A1F0D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 13 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.46 |
| HSL | 8.64º | 0.83% | 0.3% | - |
| HSV(B) | 8.64º | 0.91% | 0.54% | - |
| XYZ | 11.04 | 6.41 | 1.04 | - |
| YUV | 60.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 13 | 0 | 0.78 | 0.91 | 0.46 | 8.64 | 0.83 | 0.3 |
| Hex | 8A | 1F | D | 0 | 4E | 5B | 2E | 9 | 53 | 1E |
| Octal | 212 | 37 | 15 | 0 | 116 | 133 | 56 | 11 | 123 | 36 |
| Binary | 10001010 | 11111 | 1101 | 0 | 1001110 | 1011011 | 101110 | 1001 | 1010011 | 11110 |
Color Harmonies of #8A1F0D
Complementary color
Monochromatic Colors of #8A1F0D
Black with #8A1F0D
Text Example
Text Example
White with #8A1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F0D; }
p { color: rgb(138,31,13); }
H1.HeaderClassName
{
color: #8A1F0D;
}
.AnyTagClassName
{
color: #8A1F0D;
}
</style>
background-color css
<style>
a { background-color: #8A1F0D; }
a { background-color: rgb(138,31,13); }
div.DivClassName
{
background-color: #8A1F0D;
}
.BgClassName
{
background-color: #8A1F0D;
}
</style>
border-color css
<style>
span { border-color: #8A1F0D; }
span { border-color: rgb(138,31,13); }
td.TdClassName
{
border-color: #8A1F0D;
}
.TagClassName
{
border-color: #8A1F0D;
}
</style>