Shades of Falu Red #7C2816
Tints of Falu Red #7C2816
RGB
CMYK
RGB Variations
Color information
#7C2816 (or 0x7C2816) is known color: Falu Red. HEX triplet: 7C, 28 and 16. RGB value is (124,40,22). Sum of RGB (Red+Green+Blue) = 124+40+22=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2816 is #83D7E9. Grayscale: #3F3F3F. Windows color (decimal): -8640490 or 1452156. OLE color: 1452156.
HSL color Cylindrical-coordinate representation of color #7C2816: hue angle of 10.59º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2816 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 22 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.51 |
| HSL | 10.59º | 0.7% | 0.29% | - |
| HSV(B) | 10.59º | 0.82% | 0.49% | - |
| XYZ | 9.22 | 5.86 | 1.4 | - |
| YUV | 63.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 22 | 0 | 0.68 | 0.82 | 0.51 | 10.59 | 0.7 | 0.29 |
| Hex | 7C | 28 | 16 | 0 | 44 | 52 | 33 | B | 46 | 1D |
| Octal | 174 | 50 | 26 | 0 | 104 | 122 | 63 | 13 | 106 | 35 |
| Binary | 1111100 | 101000 | 10110 | 0 | 1000100 | 1010010 | 110011 | 1011 | 1000110 | 11101 |
Color Harmonies of #7C2816
Complementary color
Monochromatic Colors of #7C2816
Black with #7C2816
Text Example
Text Example
White with #7C2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2816; }
p { color: rgb(124,40,22); }
H1.HeaderClassName
{
color: #7C2816;
}
.AnyTagClassName
{
color: #7C2816;
}
</style>
background-color css
<style>
a { background-color: #7C2816; }
a { background-color: rgb(124,40,22); }
div.DivClassName
{
background-color: #7C2816;
}
.BgClassName
{
background-color: #7C2816;
}
</style>
border-color css
<style>
span { border-color: #7C2816; }
span { border-color: rgb(124,40,22); }
td.TdClassName
{
border-color: #7C2816;
}
.TagClassName
{
border-color: #7C2816;
}
</style>