Shades of Falu Red #7C1E07
Tints of Falu Red #7C1E07
RGB
CMYK
RGB Variations
Color information
#7C1E07 (or 0x7C1E07) is known color: Falu Red. HEX triplet: 7C, 1E and 07. RGB value is (124,30,7). Sum of RGB (Red+Green+Blue) = 124+30+7=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1E07 is #83E1F8. Grayscale: #373737. Windows color (decimal): -8643065 or 466556. OLE color: 466556.
HSL color Cylindrical-coordinate representation of color #7C1E07: hue angle of 11.79º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C1E07 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 30 | 7 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.51 |
| HSL | 11.79º | 0.89% | 0.26% | - |
| HSV(B) | 11.79º | 0.94% | 0.49% | - |
| XYZ | 8.81 | 5.23 | 0.75 | - |
| YUV | 55.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 7 | 0 | 0.76 | 0.94 | 0.51 | 11.79 | 0.89 | 0.26 |
| Hex | 7C | 1E | 7 | 0 | 4C | 5E | 33 | C | 59 | 1A |
| Octal | 174 | 36 | 7 | 0 | 114 | 136 | 63 | 14 | 131 | 32 |
| Binary | 1111100 | 11110 | 111 | 0 | 1001100 | 1011110 | 110011 | 1100 | 1011001 | 11010 |
Color Harmonies of #7C1E07
Complementary color
Monochromatic Colors of #7C1E07
Black with #7C1E07
Text Example
Text Example
White with #7C1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E07; }
p { color: rgb(124,30,7); }
H1.HeaderClassName
{
color: #7C1E07;
}
.AnyTagClassName
{
color: #7C1E07;
}
</style>
background-color css
<style>
a { background-color: #7C1E07; }
a { background-color: rgb(124,30,7); }
div.DivClassName
{
background-color: #7C1E07;
}
.BgClassName
{
background-color: #7C1E07;
}
</style>
border-color css
<style>
span { border-color: #7C1E07; }
span { border-color: rgb(124,30,7); }
td.TdClassName
{
border-color: #7C1E07;
}
.TagClassName
{
border-color: #7C1E07;
}
</style>