Shades of Falu Red #8A2015
Tints of Falu Red #8A2015
RGB
CMYK
RGB Variations
Color information
#8A2015 (or 0x8A2015) is known color: Falu Red. HEX triplet: 8A, 20 and 15. RGB value is (138,32,21). Sum of RGB (Red+Green+Blue) = 138+32+21=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2015 is #75DFEA. Grayscale: #3E3E3E. Windows color (decimal): -7725035 or 1384586. OLE color: 1384586.
HSL color Cylindrical-coordinate representation of color #8A2015: hue angle of 5.64º 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 #8A2015 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 21 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.46 |
| HSL | 5.64º | 0.74% | 0.31% | - |
| HSV(B) | 5.64º | 0.85% | 0.54% | - |
| XYZ | 11.13 | 6.49 | 1.38 | - |
| YUV | 62.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 21 | 0 | 0.77 | 0.85 | 0.46 | 5.64 | 0.74 | 0.31 |
| Hex | 8A | 20 | 15 | 0 | 4D | 55 | 2E | 6 | 4A | 1F |
| Octal | 212 | 40 | 25 | 0 | 115 | 125 | 56 | 6 | 112 | 37 |
| Binary | 10001010 | 100000 | 10101 | 0 | 1001101 | 1010101 | 101110 | 110 | 1001010 | 11111 |
Color Harmonies of #8A2015
Complementary color
Monochromatic Colors of #8A2015
Black with #8A2015
Text Example
Text Example
White with #8A2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2015; }
p { color: rgb(138,32,21); }
H1.HeaderClassName
{
color: #8A2015;
}
.AnyTagClassName
{
color: #8A2015;
}
</style>
background-color css
<style>
a { background-color: #8A2015; }
a { background-color: rgb(138,32,21); }
div.DivClassName
{
background-color: #8A2015;
}
.BgClassName
{
background-color: #8A2015;
}
</style>
border-color css
<style>
span { border-color: #8A2015; }
span { border-color: rgb(138,32,21); }
td.TdClassName
{
border-color: #8A2015;
}
.TagClassName
{
border-color: #8A2015;
}
</style>