Shades of Falu Red #7E1904
Tints of Falu Red #7E1904
RGB
CMYK
RGB Variations
Color information
#7E1904 (or 0x7E1904) is known color: Falu Red. HEX triplet: 7E, 19 and 04. RGB value is (126,25,4). Sum of RGB (Red+Green+Blue) = 126+25+4=155 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.29% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1904 is #81E6FB. Grayscale: #343434. Windows color (decimal): -8513276 or 268670. OLE color: 268670.
HSL color Cylindrical-coordinate representation of color #7E1904: hue angle of 10.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E1904 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 4 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.51 |
| HSL | 10.33º | 0.94% | 0.25% | - |
| HSV(B) | 10.33º | 0.97% | 0.49% | - |
| XYZ | 8.97 | 5.14 | 0.63 | - |
| YUV | 52.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 4 | 0 | 0.80 | 0.97 | 0.51 | 10.33 | 0.94 | 0.25 |
| Hex | 7E | 19 | 4 | 0 | 50 | 61 | 33 | A | 5E | 19 |
| Octal | 176 | 31 | 4 | 0 | 120 | 141 | 63 | 12 | 136 | 31 |
| Binary | 1111110 | 11001 | 100 | 0 | 1010000 | 1100001 | 110011 | 1010 | 1011110 | 11001 |
Color Harmonies of #7E1904
Complementary color
Monochromatic Colors of #7E1904
Black with #7E1904
Text Example
Text Example
White with #7E1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1904; }
p { color: rgb(126,25,4); }
H1.HeaderClassName
{
color: #7E1904;
}
.AnyTagClassName
{
color: #7E1904;
}
</style>
background-color css
<style>
a { background-color: #7E1904; }
a { background-color: rgb(126,25,4); }
div.DivClassName
{
background-color: #7E1904;
}
.BgClassName
{
background-color: #7E1904;
}
</style>
border-color css
<style>
span { border-color: #7E1904; }
span { border-color: rgb(126,25,4); }
td.TdClassName
{
border-color: #7E1904;
}
.TagClassName
{
border-color: #7E1904;
}
</style>