Shades of Falu Red #7A1F04
Tints of Falu Red #7A1F04
RGB
CMYK
RGB Variations
Color information
#7A1F04 (or 0x7A1F04) is known color: Falu Red. HEX triplet: 7A, 1F and 04. RGB value is (122,31,4). Sum of RGB (Red+Green+Blue) = 122+31+4=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1F04 is #85E0FB. Grayscale: #373737. Windows color (decimal): -8773884 or 270202. OLE color: 270202.
HSL color Cylindrical-coordinate representation of color #7A1F04: hue angle of 13.73º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A1F04 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 4 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.52 |
| HSL | 13.73º | 0.94% | 0.25% | - |
| HSV(B) | 13.73º | 0.97% | 0.48% | - |
| XYZ | 8.54 | 5.13 | 0.65 | - |
| YUV | 55.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 4 | 0 | 0.75 | 0.97 | 0.52 | 13.73 | 0.94 | 0.25 |
| Hex | 7A | 1F | 4 | 0 | 4B | 61 | 34 | E | 5E | 19 |
| Octal | 172 | 37 | 4 | 0 | 113 | 141 | 64 | 16 | 136 | 31 |
| Binary | 1111010 | 11111 | 100 | 0 | 1001011 | 1100001 | 110100 | 1110 | 1011110 | 11001 |
Color Harmonies of #7A1F04
Complementary color
Monochromatic Colors of #7A1F04
Black with #7A1F04
Text Example
Text Example
White with #7A1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F04; }
p { color: rgb(122,31,4); }
H1.HeaderClassName
{
color: #7A1F04;
}
.AnyTagClassName
{
color: #7A1F04;
}
</style>
background-color css
<style>
a { background-color: #7A1F04; }
a { background-color: rgb(122,31,4); }
div.DivClassName
{
background-color: #7A1F04;
}
.BgClassName
{
background-color: #7A1F04;
}
</style>
border-color css
<style>
span { border-color: #7A1F04; }
span { border-color: rgb(122,31,4); }
td.TdClassName
{
border-color: #7A1F04;
}
.TagClassName
{
border-color: #7A1F04;
}
</style>