Shades of Falu Red #8A1915
Tints of Falu Red #8A1915
RGB
CMYK
RGB Variations
Color information
#8A1915 (or 0x8A1915) is known color: Falu Red. HEX triplet: 8A, 19 and 15. RGB value is (138,25,21). Sum of RGB (Red+Green+Blue) = 138+25+21=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1915 is #75E6EA. Grayscale: #3A3A3A. Windows color (decimal): -7726827 or 1382794. OLE color: 1382794.
HSL color Cylindrical-coordinate representation of color #8A1915: hue angle of 2.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1915 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 21 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.46 |
| HSL | 2.05º | 0.74% | 0.31% | - |
| HSV(B) | 2.05º | 0.85% | 0.54% | - |
| XYZ | 10.96 | 6.15 | 1.32 | - |
| YUV | 58.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 21 | 0 | 0.82 | 0.85 | 0.46 | 2.05 | 0.74 | 0.31 |
| Hex | 8A | 19 | 15 | 0 | 52 | 55 | 2E | 2 | 4A | 1F |
| Octal | 212 | 31 | 25 | 0 | 122 | 125 | 56 | 2 | 112 | 37 |
| Binary | 10001010 | 11001 | 10101 | 0 | 1010010 | 1010101 | 101110 | 10 | 1001010 | 11111 |
Color Harmonies of #8A1915
Complementary color
Monochromatic Colors of #8A1915
Black with #8A1915
Text Example
Text Example
White with #8A1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1915; }
p { color: rgb(138,25,21); }
H1.HeaderClassName
{
color: #8A1915;
}
.AnyTagClassName
{
color: #8A1915;
}
</style>
background-color css
<style>
a { background-color: #8A1915; }
a { background-color: rgb(138,25,21); }
div.DivClassName
{
background-color: #8A1915;
}
.BgClassName
{
background-color: #8A1915;
}
</style>
border-color css
<style>
span { border-color: #8A1915; }
span { border-color: rgb(138,25,21); }
td.TdClassName
{
border-color: #8A1915;
}
.TagClassName
{
border-color: #8A1915;
}
</style>