Shades of Falu Red #8A1C13
Tints of Falu Red #8A1C13
RGB
CMYK
RGB Variations
Color information
#8A1C13 (or 0x8A1C13) is known color: Falu Red. HEX triplet: 8A, 1C and 13. RGB value is (138,28,19). Sum of RGB (Red+Green+Blue) = 138+28+19=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1C13 is #75E3EC. Grayscale: #3C3C3C. Windows color (decimal): -7726061 or 1252490. OLE color: 1252490.
HSL color Cylindrical-coordinate representation of color #8A1C13: hue angle of 4.54º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1C13 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 19 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.46 |
| HSL | 4.54º | 0.76% | 0.31% | - |
| HSV(B) | 4.54º | 0.86% | 0.54% | - |
| XYZ | 11.01 | 6.28 | 1.25 | - |
| YUV | 59.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 19 | 0 | 0.80 | 0.86 | 0.46 | 4.54 | 0.76 | 0.31 |
| Hex | 8A | 1C | 13 | 0 | 50 | 56 | 2E | 5 | 4C | 1F |
| Octal | 212 | 34 | 23 | 0 | 120 | 126 | 56 | 5 | 114 | 37 |
| Binary | 10001010 | 11100 | 10011 | 0 | 1010000 | 1010110 | 101110 | 101 | 1001100 | 11111 |
Color Harmonies of #8A1C13
Complementary color
Monochromatic Colors of #8A1C13
Black with #8A1C13
Text Example
Text Example
White with #8A1C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C13; }
p { color: rgb(138,28,19); }
H1.HeaderClassName
{
color: #8A1C13;
}
.AnyTagClassName
{
color: #8A1C13;
}
</style>
background-color css
<style>
a { background-color: #8A1C13; }
a { background-color: rgb(138,28,19); }
div.DivClassName
{
background-color: #8A1C13;
}
.BgClassName
{
background-color: #8A1C13;
}
</style>
border-color css
<style>
span { border-color: #8A1C13; }
span { border-color: rgb(138,28,19); }
td.TdClassName
{
border-color: #8A1C13;
}
.TagClassName
{
border-color: #8A1C13;
}
</style>