Shades of Falu Red #7C2109
Tints of Falu Red #7C2109
RGB
CMYK
RGB Variations
Color information
#7C2109 (or 0x7C2109) is known color: Falu Red. HEX triplet: 7C, 21 and 09. RGB value is (124,33,9). Sum of RGB (Red+Green+Blue) = 124+33+9=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2109 is #83DEF6. Grayscale: #393939. Windows color (decimal): -8642295 or 598396. OLE color: 598396.
HSL color Cylindrical-coordinate representation of color #7C2109: hue angle of 12.52º 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 #7C2109 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 9 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.51 |
| HSL | 12.52º | 0.86% | 0.26% | - |
| HSV(B) | 12.52º | 0.93% | 0.49% | - |
| XYZ | 8.91 | 5.39 | 0.83 | - |
| YUV | 57.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 9 | 0 | 0.73 | 0.93 | 0.51 | 12.52 | 0.86 | 0.26 |
| Hex | 7C | 21 | 9 | 0 | 49 | 5D | 33 | D | 56 | 1A |
| Octal | 174 | 41 | 11 | 0 | 111 | 135 | 63 | 15 | 126 | 32 |
| Binary | 1111100 | 100001 | 1001 | 0 | 1001001 | 1011101 | 110011 | 1101 | 1010110 | 11010 |
Color Harmonies of #7C2109
Complementary color
Monochromatic Colors of #7C2109
Black with #7C2109
Text Example
Text Example
White with #7C2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2109; }
p { color: rgb(124,33,9); }
H1.HeaderClassName
{
color: #7C2109;
}
.AnyTagClassName
{
color: #7C2109;
}
</style>
background-color css
<style>
a { background-color: #7C2109; }
a { background-color: rgb(124,33,9); }
div.DivClassName
{
background-color: #7C2109;
}
.BgClassName
{
background-color: #7C2109;
}
</style>
border-color css
<style>
span { border-color: #7C2109; }
span { border-color: rgb(124,33,9); }
td.TdClassName
{
border-color: #7C2109;
}
.TagClassName
{
border-color: #7C2109;
}
</style>