Shades of Falu Red #8A1110
Tints of Falu Red #8A1110
RGB
CMYK
RGB Variations
Color information
#8A1110 (or 0x8A1110) is known color: Falu Red. HEX triplet: 8A, 11 and 10. RGB value is (138,17,16). Sum of RGB (Red+Green+Blue) = 138+17+16=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1110 is #75EEEF. Grayscale: #353535. Windows color (decimal): -7728880 or 1053066. OLE color: 1053066.
HSL color Cylindrical-coordinate representation of color #8A1110: hue angle of 0.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1110 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 16 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.46 |
| HSL | 0.49º | 0.79% | 0.3% | - |
| HSV(B) | 0.49º | 0.88% | 0.54% | - |
| XYZ | 10.78 | 5.84 | 1.05 | - |
| YUV | 53.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 16 | 0 | 0.88 | 0.88 | 0.46 | 0.49 | 0.79 | 0.3 |
| Hex | 8A | 11 | 10 | 0 | 58 | 58 | 2E | 0 | 4F | 1E |
| Octal | 212 | 21 | 20 | 0 | 130 | 130 | 56 | 0 | 117 | 36 |
| Binary | 10001010 | 10001 | 10000 | 0 | 1011000 | 1011000 | 101110 | 0 | 1001111 | 11110 |
Color Harmonies of #8A1110
Complementary color
Monochromatic Colors of #8A1110
Black with #8A1110
Text Example
Text Example
White with #8A1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1110; }
p { color: rgb(138,17,16); }
H1.HeaderClassName
{
color: #8A1110;
}
.AnyTagClassName
{
color: #8A1110;
}
</style>
background-color css
<style>
a { background-color: #8A1110; }
a { background-color: rgb(138,17,16); }
div.DivClassName
{
background-color: #8A1110;
}
.BgClassName
{
background-color: #8A1110;
}
</style>
border-color css
<style>
span { border-color: #8A1110; }
span { border-color: rgb(138,17,16); }
td.TdClassName
{
border-color: #8A1110;
}
.TagClassName
{
border-color: #8A1110;
}
</style>