Shades of Falu Red #7C1209
Tints of Falu Red #7C1209
RGB
CMYK
RGB Variations
Color information
#7C1209 (or 0x7C1209) is known color: Falu Red. HEX triplet: 7C, 12 and 09. RGB value is (124,18,9). Sum of RGB (Red+Green+Blue) = 124+18+9=151 (20% of max value = 765). Red value is 124 (48.83% from 255 or 82.12% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1209 is #83EDF6. Grayscale: #303030. Windows color (decimal): -8646135 or 594556. OLE color: 594556.
HSL color Cylindrical-coordinate representation of color #7C1209: hue angle of 4.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C1209 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 9 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.51 |
| HSL | 4.7º | 0.86% | 0.26% | - |
| HSV(B) | 4.7º | 0.93% | 0.49% | - |
| XYZ | 8.58 | 4.74 | 0.72 | - |
| YUV | 48.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 9 | 0 | 0.85 | 0.93 | 0.51 | 4.7 | 0.86 | 0.26 |
| Hex | 7C | 12 | 9 | 0 | 55 | 5D | 33 | 5 | 56 | 1A |
| Octal | 174 | 22 | 11 | 0 | 125 | 135 | 63 | 5 | 126 | 32 |
| Binary | 1111100 | 10010 | 1001 | 0 | 1010101 | 1011101 | 110011 | 101 | 1010110 | 11010 |
Color Harmonies of #7C1209
Complementary color
Monochromatic Colors of #7C1209
Black with #7C1209
Text Example
Text Example
White with #7C1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1209; }
p { color: rgb(124,18,9); }
H1.HeaderClassName
{
color: #7C1209;
}
.AnyTagClassName
{
color: #7C1209;
}
</style>
background-color css
<style>
a { background-color: #7C1209; }
a { background-color: rgb(124,18,9); }
div.DivClassName
{
background-color: #7C1209;
}
.BgClassName
{
background-color: #7C1209;
}
</style>
border-color css
<style>
span { border-color: #7C1209; }
span { border-color: rgb(124,18,9); }
td.TdClassName
{
border-color: #7C1209;
}
.TagClassName
{
border-color: #7C1209;
}
</style>