Shades of Falu Red #8A1D15
Tints of Falu Red #8A1D15
RGB
CMYK
RGB Variations
Color information
#8A1D15 (or 0x8A1D15) is known color: Falu Red. HEX triplet: 8A, 1D and 15. RGB value is (138,29,21). Sum of RGB (Red+Green+Blue) = 138+29+21=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1D15 is #75E2EA. Grayscale: #3C3C3C. Windows color (decimal): -7725803 or 1383818. OLE color: 1383818.
HSL color Cylindrical-coordinate representation of color #8A1D15: hue angle of 4.1º 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 #8A1D15 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 29 | 21 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.46 |
| HSL | 4.1º | 0.74% | 0.31% | - |
| HSV(B) | 4.1º | 0.85% | 0.54% | - |
| XYZ | 11.06 | 6.34 | 1.35 | - |
| YUV | 60.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 21 | 0 | 0.79 | 0.85 | 0.46 | 4.1 | 0.74 | 0.31 |
| Hex | 8A | 1D | 15 | 0 | 4F | 55 | 2E | 4 | 4A | 1F |
| Octal | 212 | 35 | 25 | 0 | 117 | 125 | 56 | 4 | 112 | 37 |
| Binary | 10001010 | 11101 | 10101 | 0 | 1001111 | 1010101 | 101110 | 100 | 1001010 | 11111 |
Color Harmonies of #8A1D15
Complementary color
Monochromatic Colors of #8A1D15
Black with #8A1D15
Text Example
Text Example
White with #8A1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1D15; }
p { color: rgb(138,29,21); }
H1.HeaderClassName
{
color: #8A1D15;
}
.AnyTagClassName
{
color: #8A1D15;
}
</style>
background-color css
<style>
a { background-color: #8A1D15; }
a { background-color: rgb(138,29,21); }
div.DivClassName
{
background-color: #8A1D15;
}
.BgClassName
{
background-color: #8A1D15;
}
</style>
border-color css
<style>
span { border-color: #8A1D15; }
span { border-color: rgb(138,29,21); }
td.TdClassName
{
border-color: #8A1D15;
}
.TagClassName
{
border-color: #8A1D15;
}
</style>