Shades of Falu Red #7E1706
Tints of Falu Red #7E1706
RGB
CMYK
RGB Variations
Color information
#7E1706 (or 0x7E1706) is known color: Falu Red. HEX triplet: 7E, 17 and 06. RGB value is (126,23,6). Sum of RGB (Red+Green+Blue) = 126+23+6=155 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.29% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1706 is #81E8F9. Grayscale: #343434. Windows color (decimal): -8513786 or 399230. OLE color: 399230.
HSL color Cylindrical-coordinate representation of color #7E1706: hue angle of 8.5º 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 #7E1706 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 6 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.51 |
| HSL | 8.5º | 0.91% | 0.26% | - |
| HSV(B) | 8.5º | 0.95% | 0.49% | - |
| XYZ | 8.94 | 5.06 | 0.68 | - |
| YUV | 51.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 6 | 0 | 0.82 | 0.95 | 0.51 | 8.5 | 0.91 | 0.26 |
| Hex | 7E | 17 | 6 | 0 | 52 | 5F | 33 | 8 | 5B | 1A |
| Octal | 176 | 27 | 6 | 0 | 122 | 137 | 63 | 10 | 133 | 32 |
| Binary | 1111110 | 10111 | 110 | 0 | 1010010 | 1011111 | 110011 | 1000 | 1011011 | 11010 |
Color Harmonies of #7E1706
Complementary color
Monochromatic Colors of #7E1706
Black with #7E1706
Text Example
Text Example
White with #7E1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1706; }
p { color: rgb(126,23,6); }
H1.HeaderClassName
{
color: #7E1706;
}
.AnyTagClassName
{
color: #7E1706;
}
</style>
background-color css
<style>
a { background-color: #7E1706; }
a { background-color: rgb(126,23,6); }
div.DivClassName
{
background-color: #7E1706;
}
.BgClassName
{
background-color: #7E1706;
}
</style>
border-color css
<style>
span { border-color: #7E1706; }
span { border-color: rgb(126,23,6); }
td.TdClassName
{
border-color: #7E1706;
}
.TagClassName
{
border-color: #7E1706;
}
</style>