Shades of Falu Red #8A1918
Tints of Falu Red #8A1918
RGB
CMYK
RGB Variations
Color information
#8A1918 (or 0x8A1918) is known color: Falu Red. HEX triplet: 8A, 19 and 18. RGB value is (138,25,24). Sum of RGB (Red+Green+Blue) = 138+25+24=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1918 is #75E6E7. Grayscale: #3A3A3A. Windows color (decimal): -7726824 or 1579402. OLE color: 1579402.
HSL color Cylindrical-coordinate representation of color #8A1918: hue angle of 0.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1918 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 24 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.46 |
| HSL | 0.53º | 0.7% | 0.32% | - |
| HSV(B) | 0.53º | 0.83% | 0.54% | - |
| XYZ | 10.99 | 6.16 | 1.47 | - |
| YUV | 58.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 24 | 0 | 0.82 | 0.83 | 0.46 | 0.53 | 0.7 | 0.32 |
| Hex | 8A | 19 | 18 | 0 | 52 | 53 | 2E | 1 | 46 | 20 |
| Octal | 212 | 31 | 30 | 0 | 122 | 123 | 56 | 1 | 106 | 40 |
| Binary | 10001010 | 11001 | 11000 | 0 | 1010010 | 1010011 | 101110 | 1 | 1000110 | 100000 |
Color Harmonies of #8A1918
Complementary color
Monochromatic Colors of #8A1918
Black with #8A1918
Text Example
Text Example
White with #8A1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1918; }
p { color: rgb(138,25,24); }
H1.HeaderClassName
{
color: #8A1918;
}
.AnyTagClassName
{
color: #8A1918;
}
</style>
background-color css
<style>
a { background-color: #8A1918; }
a { background-color: rgb(138,25,24); }
div.DivClassName
{
background-color: #8A1918;
}
.BgClassName
{
background-color: #8A1918;
}
</style>
border-color css
<style>
span { border-color: #8A1918; }
span { border-color: rgb(138,25,24); }
td.TdClassName
{
border-color: #8A1918;
}
.TagClassName
{
border-color: #8A1918;
}
</style>