Shades of Falu Red #7E1F06
Tints of Falu Red #7E1F06
RGB
CMYK
RGB Variations
Color information
#7E1F06 (or 0x7E1F06) is known color: Falu Red. HEX triplet: 7E, 1F and 06. RGB value is (126,31,6). Sum of RGB (Red+Green+Blue) = 126+31+6=163 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.30% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1F06 is #81E0F9. Grayscale: #383838. Windows color (decimal): -8511738 or 401278. OLE color: 401278.
HSL color Cylindrical-coordinate representation of color #7E1F06: hue angle of 12.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 #7E1F06 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 6 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.51 |
| HSL | 12.5º | 0.91% | 0.26% | - |
| HSV(B) | 12.5º | 0.95% | 0.49% | - |
| XYZ | 9.13 | 5.43 | 0.74 | - |
| YUV | 56.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 6 | 0 | 0.75 | 0.95 | 0.51 | 12.5 | 0.91 | 0.26 |
| Hex | 7E | 1F | 6 | 0 | 4B | 5F | 33 | C | 5B | 1A |
| Octal | 176 | 37 | 6 | 0 | 113 | 137 | 63 | 14 | 133 | 32 |
| Binary | 1111110 | 11111 | 110 | 0 | 1001011 | 1011111 | 110011 | 1100 | 1011011 | 11010 |
Color Harmonies of #7E1F06
Complementary color
Monochromatic Colors of #7E1F06
Black with #7E1F06
Text Example
Text Example
White with #7E1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F06; }
p { color: rgb(126,31,6); }
H1.HeaderClassName
{
color: #7E1F06;
}
.AnyTagClassName
{
color: #7E1F06;
}
</style>
background-color css
<style>
a { background-color: #7E1F06; }
a { background-color: rgb(126,31,6); }
div.DivClassName
{
background-color: #7E1F06;
}
.BgClassName
{
background-color: #7E1F06;
}
</style>
border-color css
<style>
span { border-color: #7E1F06; }
span { border-color: rgb(126,31,6); }
td.TdClassName
{
border-color: #7E1F06;
}
.TagClassName
{
border-color: #7E1F06;
}
</style>