Shades of Falu Red #7A1412
Tints of Falu Red #7A1412
RGB
CMYK
RGB Variations
Color information
#7A1412 (or 0x7A1412) is known color: Falu Red. HEX triplet: 7A, 14 and 12. RGB value is (122,20,18). Sum of RGB (Red+Green+Blue) = 122+20+18=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1412 is #85EBED. Grayscale: #323232. Windows color (decimal): -8776686 or 1184890. OLE color: 1184890.
HSL color Cylindrical-coordinate representation of color #7A1412: hue angle of 1.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1412 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 20 | 18 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.52 |
| HSL | 1.15º | 0.74% | 0.27% | - |
| HSV(B) | 1.15º | 0.85% | 0.48% | - |
| XYZ | 8.39 | 4.68 | 1.03 | - |
| YUV | 50.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 18 | 0 | 0.84 | 0.85 | 0.52 | 1.15 | 0.74 | 0.27 |
| Hex | 7A | 14 | 12 | 0 | 54 | 55 | 34 | 1 | 4A | 1B |
| Octal | 172 | 24 | 22 | 0 | 124 | 125 | 64 | 1 | 112 | 33 |
| Binary | 1111010 | 10100 | 10010 | 0 | 1010100 | 1010101 | 110100 | 1 | 1001010 | 11011 |
Color Harmonies of #7A1412
Complementary color
Monochromatic Colors of #7A1412
Black with #7A1412
Text Example
Text Example
White with #7A1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1412; }
p { color: rgb(122,20,18); }
H1.HeaderClassName
{
color: #7A1412;
}
.AnyTagClassName
{
color: #7A1412;
}
</style>
background-color css
<style>
a { background-color: #7A1412; }
a { background-color: rgb(122,20,18); }
div.DivClassName
{
background-color: #7A1412;
}
.BgClassName
{
background-color: #7A1412;
}
</style>
border-color css
<style>
span { border-color: #7A1412; }
span { border-color: rgb(122,20,18); }
td.TdClassName
{
border-color: #7A1412;
}
.TagClassName
{
border-color: #7A1412;
}
</style>