Shades of Falu Red #7E2804
Tints of Falu Red #7E2804
RGB
CMYK
RGB Variations
Color information
#7E2804 (or 0x7E2804) is known color: Falu Red. HEX triplet: 7E, 28 and 04. RGB value is (126,40,4). Sum of RGB (Red+Green+Blue) = 126+40+4=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2804 is #81D7FB. Grayscale: #3D3D3D. Windows color (decimal): -8509436 or 272510. OLE color: 272510.
HSL color Cylindrical-coordinate representation of color #7E2804: hue angle of 17.7º 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 #7E2804 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.51 |
| HSL | 17.7º | 0.94% | 0.25% | - |
| HSV(B) | 17.7º | 0.97% | 0.49% | - |
| XYZ | 9.38 | 5.96 | 0.77 | - |
| YUV | 61.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 4 | 0 | 0.68 | 0.97 | 0.51 | 17.7 | 0.94 | 0.25 |
| Hex | 7E | 28 | 4 | 0 | 44 | 61 | 33 | 12 | 5E | 19 |
| Octal | 176 | 50 | 4 | 0 | 104 | 141 | 63 | 22 | 136 | 31 |
| Binary | 1111110 | 101000 | 100 | 0 | 1000100 | 1100001 | 110011 | 10010 | 1011110 | 11001 |
Color Harmonies of #7E2804
Complementary color
Monochromatic Colors of #7E2804
Black with #7E2804
Text Example
Text Example
White with #7E2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2804; }
p { color: rgb(126,40,4); }
H1.HeaderClassName
{
color: #7E2804;
}
.AnyTagClassName
{
color: #7E2804;
}
</style>
background-color css
<style>
a { background-color: #7E2804; }
a { background-color: rgb(126,40,4); }
div.DivClassName
{
background-color: #7E2804;
}
.BgClassName
{
background-color: #7E2804;
}
</style>
border-color css
<style>
span { border-color: #7E2804; }
span { border-color: rgb(126,40,4); }
td.TdClassName
{
border-color: #7E2804;
}
.TagClassName
{
border-color: #7E2804;
}
</style>