Shades of Falu Red #8A1509
Tints of Falu Red #8A1509
RGB
CMYK
RGB Variations
Color information
#8A1509 (or 0x8A1509) is known color: Falu Red. HEX triplet: 8A, 15 and 09. RGB value is (138,21,9). Sum of RGB (Red+Green+Blue) = 138+21+9=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1509 is #75EAF6. Grayscale: #363636. Windows color (decimal): -7727863 or 595338. OLE color: 595338.
HSL color Cylindrical-coordinate representation of color #8A1509: hue angle of 5.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A1509 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 9 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.46 |
| HSL | 5.58º | 0.88% | 0.29% | - |
| HSV(B) | 5.58º | 0.93% | 0.54% | - |
| XYZ | 10.8 | 5.96 | 0.84 | - |
| YUV | 54.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 9 | 0 | 0.85 | 0.93 | 0.46 | 5.58 | 0.88 | 0.29 |
| Hex | 8A | 15 | 9 | 0 | 55 | 5D | 2E | 6 | 58 | 1D |
| Octal | 212 | 25 | 11 | 0 | 125 | 135 | 56 | 6 | 130 | 35 |
| Binary | 10001010 | 10101 | 1001 | 0 | 1010101 | 1011101 | 101110 | 110 | 1011000 | 11101 |
Color Harmonies of #8A1509
Complementary color
Monochromatic Colors of #8A1509
Black with #8A1509
Text Example
Text Example
White with #8A1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1509; }
p { color: rgb(138,21,9); }
H1.HeaderClassName
{
color: #8A1509;
}
.AnyTagClassName
{
color: #8A1509;
}
</style>
background-color css
<style>
a { background-color: #8A1509; }
a { background-color: rgb(138,21,9); }
div.DivClassName
{
background-color: #8A1509;
}
.BgClassName
{
background-color: #8A1509;
}
</style>
border-color css
<style>
span { border-color: #8A1509; }
span { border-color: rgb(138,21,9); }
td.TdClassName
{
border-color: #8A1509;
}
.TagClassName
{
border-color: #8A1509;
}
</style>