Shades of Falu Red #7A190D
Tints of Falu Red #7A190D
RGB
CMYK
RGB Variations
Color information
#7A190D (or 0x7A190D) is known color: Falu Red. HEX triplet: 7A, 19 and 0D. RGB value is (122,25,13). Sum of RGB (Red+Green+Blue) = 122+25+13=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A190D is #85E6F2. Grayscale: #343434. Windows color (decimal): -8775411 or 858490. OLE color: 858490.
HSL color Cylindrical-coordinate representation of color #7A190D: hue angle of 6.61º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A190D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 13 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.52 |
| HSL | 6.61º | 0.81% | 0.26% | - |
| HSV(B) | 6.61º | 0.89% | 0.48% | - |
| XYZ | 8.45 | 4.86 | 0.87 | - |
| YUV | 52.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 13 | 0 | 0.80 | 0.89 | 0.52 | 6.61 | 0.81 | 0.26 |
| Hex | 7A | 19 | D | 0 | 50 | 59 | 34 | 7 | 51 | 1A |
| Octal | 172 | 31 | 15 | 0 | 120 | 131 | 64 | 7 | 121 | 32 |
| Binary | 1111010 | 11001 | 1101 | 0 | 1010000 | 1011001 | 110100 | 111 | 1010001 | 11010 |
Color Harmonies of #7A190D
Complementary color
Monochromatic Colors of #7A190D
Black with #7A190D
Text Example
Text Example
White with #7A190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A190D; }
p { color: rgb(122,25,13); }
H1.HeaderClassName
{
color: #7A190D;
}
.AnyTagClassName
{
color: #7A190D;
}
</style>
background-color css
<style>
a { background-color: #7A190D; }
a { background-color: rgb(122,25,13); }
div.DivClassName
{
background-color: #7A190D;
}
.BgClassName
{
background-color: #7A190D;
}
</style>
border-color css
<style>
span { border-color: #7A190D; }
span { border-color: rgb(122,25,13); }
td.TdClassName
{
border-color: #7A190D;
}
.TagClassName
{
border-color: #7A190D;
}
</style>