Shades of Falu Red #7C2104
Tints of Falu Red #7C2104
RGB
CMYK
RGB Variations
Color information
#7C2104 (or 0x7C2104) is known color: Falu Red. HEX triplet: 7C, 21 and 04. RGB value is (124,33,4). Sum of RGB (Red+Green+Blue) = 124+33+4=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2104 is #83DEFB. Grayscale: #393939. Windows color (decimal): -8642300 or 270716. OLE color: 270716.
HSL color Cylindrical-coordinate representation of color #7C2104: hue angle of 14.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2104 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.51 |
| HSL | 14.5º | 0.94% | 0.25% | - |
| HSV(B) | 14.5º | 0.97% | 0.49% | - |
| XYZ | 8.88 | 5.38 | 0.69 | - |
| YUV | 56.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 4 | 0 | 0.73 | 0.97 | 0.51 | 14.5 | 0.94 | 0.25 |
| Hex | 7C | 21 | 4 | 0 | 49 | 61 | 33 | E | 5E | 19 |
| Octal | 174 | 41 | 4 | 0 | 111 | 141 | 63 | 16 | 136 | 31 |
| Binary | 1111100 | 100001 | 100 | 0 | 1001001 | 1100001 | 110011 | 1110 | 1011110 | 11001 |
Color Harmonies of #7C2104
Complementary color
Monochromatic Colors of #7C2104
Black with #7C2104
Text Example
Text Example
White with #7C2104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2104; }
p { color: rgb(124,33,4); }
H1.HeaderClassName
{
color: #7C2104;
}
.AnyTagClassName
{
color: #7C2104;
}
</style>
background-color css
<style>
a { background-color: #7C2104; }
a { background-color: rgb(124,33,4); }
div.DivClassName
{
background-color: #7C2104;
}
.BgClassName
{
background-color: #7C2104;
}
</style>
border-color css
<style>
span { border-color: #7C2104; }
span { border-color: rgb(124,33,4); }
td.TdClassName
{
border-color: #7C2104;
}
.TagClassName
{
border-color: #7C2104;
}
</style>