Shades of Falu Red #7C2009
Tints of Falu Red #7C2009
RGB
CMYK
RGB Variations
Color information
#7C2009 (or 0x7C2009) is known color: Falu Red. HEX triplet: 7C, 20 and 09. RGB value is (124,32,9). Sum of RGB (Red+Green+Blue) = 124+32+9=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2009 is #83DFF6. Grayscale: #393939. Windows color (decimal): -8642551 or 598140. OLE color: 598140.
HSL color Cylindrical-coordinate representation of color #7C2009: hue angle of 12º 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 #7C2009 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 9 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.51 |
| HSL | 12º | 0.86% | 0.26% | - |
| HSV(B) | 12º | 0.93% | 0.49% | - |
| XYZ | 8.88 | 5.34 | 0.82 | - |
| YUV | 56.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 9 | 0 | 0.74 | 0.93 | 0.51 | 12 | 0.86 | 0.26 |
| Hex | 7C | 20 | 9 | 0 | 4A | 5D | 33 | C | 56 | 1A |
| Octal | 174 | 40 | 11 | 0 | 112 | 135 | 63 | 14 | 126 | 32 |
| Binary | 1111100 | 100000 | 1001 | 0 | 1001010 | 1011101 | 110011 | 1100 | 1010110 | 11010 |
Color Harmonies of #7C2009
Complementary color
Monochromatic Colors of #7C2009
Black with #7C2009
Text Example
Text Example
White with #7C2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2009; }
p { color: rgb(124,32,9); }
H1.HeaderClassName
{
color: #7C2009;
}
.AnyTagClassName
{
color: #7C2009;
}
</style>
background-color css
<style>
a { background-color: #7C2009; }
a { background-color: rgb(124,32,9); }
div.DivClassName
{
background-color: #7C2009;
}
.BgClassName
{
background-color: #7C2009;
}
</style>
border-color css
<style>
span { border-color: #7C2009; }
span { border-color: rgb(124,32,9); }
td.TdClassName
{
border-color: #7C2009;
}
.TagClassName
{
border-color: #7C2009;
}
</style>