Shades of Falu Red #7E2606
Tints of Falu Red #7E2606
RGB
CMYK
RGB Variations
Color information
#7E2606 (or 0x7E2606) is known color: Falu Red. HEX triplet: 7E, 26 and 06. RGB value is (126,38,6). Sum of RGB (Red+Green+Blue) = 126+38+6=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2606 is #81D9F9. Grayscale: #3C3C3C. Windows color (decimal): -8509946 or 403070. OLE color: 403070.
HSL color Cylindrical-coordinate representation of color #7E2606: hue angle of 16º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E2606 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 6 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.51 |
| HSL | 16º | 0.91% | 0.26% | - |
| HSV(B) | 16º | 0.95% | 0.49% | - |
| XYZ | 9.33 | 5.83 | 0.81 | - |
| YUV | 60.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 6 | 0 | 0.70 | 0.95 | 0.51 | 16 | 0.91 | 0.26 |
| Hex | 7E | 26 | 6 | 0 | 46 | 5F | 33 | 10 | 5B | 1A |
| Octal | 176 | 46 | 6 | 0 | 106 | 137 | 63 | 20 | 133 | 32 |
| Binary | 1111110 | 100110 | 110 | 0 | 1000110 | 1011111 | 110011 | 10000 | 1011011 | 11010 |
Color Harmonies of #7E2606
Complementary color
Monochromatic Colors of #7E2606
Black with #7E2606
Text Example
Text Example
White with #7E2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2606; }
p { color: rgb(126,38,6); }
H1.HeaderClassName
{
color: #7E2606;
}
.AnyTagClassName
{
color: #7E2606;
}
</style>
background-color css
<style>
a { background-color: #7E2606; }
a { background-color: rgb(126,38,6); }
div.DivClassName
{
background-color: #7E2606;
}
.BgClassName
{
background-color: #7E2606;
}
</style>
border-color css
<style>
span { border-color: #7E2606; }
span { border-color: rgb(126,38,6); }
td.TdClassName
{
border-color: #7E2606;
}
.TagClassName
{
border-color: #7E2606;
}
</style>