Shades of Falu Red #8A1C15
Tints of Falu Red #8A1C15
RGB
CMYK
RGB Variations
Color information
#8A1C15 (or 0x8A1C15) is known color: Falu Red. HEX triplet: 8A, 1C and 15. RGB value is (138,28,21). Sum of RGB (Red+Green+Blue) = 138+28+21=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1C15 is #75E3EA. Grayscale: #3C3C3C. Windows color (decimal): -7726059 or 1383562. OLE color: 1383562.
HSL color Cylindrical-coordinate representation of color #8A1C15: hue angle of 3.59º 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 #8A1C15 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 21 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.46 |
| HSL | 3.59º | 0.74% | 0.31% | - |
| HSV(B) | 3.59º | 0.85% | 0.54% | - |
| XYZ | 11.03 | 6.29 | 1.34 | - |
| YUV | 60.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 21 | 0 | 0.80 | 0.85 | 0.46 | 3.59 | 0.74 | 0.31 |
| Hex | 8A | 1C | 15 | 0 | 50 | 55 | 2E | 4 | 4A | 1F |
| Octal | 212 | 34 | 25 | 0 | 120 | 125 | 56 | 4 | 112 | 37 |
| Binary | 10001010 | 11100 | 10101 | 0 | 1010000 | 1010101 | 101110 | 100 | 1001010 | 11111 |
Color Harmonies of #8A1C15
Complementary color
Monochromatic Colors of #8A1C15
Black with #8A1C15
Text Example
Text Example
White with #8A1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C15; }
p { color: rgb(138,28,21); }
H1.HeaderClassName
{
color: #8A1C15;
}
.AnyTagClassName
{
color: #8A1C15;
}
</style>
background-color css
<style>
a { background-color: #8A1C15; }
a { background-color: rgb(138,28,21); }
div.DivClassName
{
background-color: #8A1C15;
}
.BgClassName
{
background-color: #8A1C15;
}
</style>
border-color css
<style>
span { border-color: #8A1C15; }
span { border-color: rgb(138,28,21); }
td.TdClassName
{
border-color: #8A1C15;
}
.TagClassName
{
border-color: #8A1C15;
}
</style>