Shades of Falu Red #7C2814
Tints of Falu Red #7C2814
RGB
CMYK
RGB Variations
Color information
#7C2814 (or 0x7C2814) is known color: Falu Red. HEX triplet: 7C, 28 and 14. RGB value is (124,40,20). Sum of RGB (Red+Green+Blue) = 124+40+20=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2814 is #83D7EB. Grayscale: #3F3F3F. Windows color (decimal): -8640492 or 1321084. OLE color: 1321084.
HSL color Cylindrical-coordinate representation of color #7C2814: hue angle of 11.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C2814 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 20 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.51 |
| HSL | 11.54º | 0.72% | 0.28% | - |
| HSV(B) | 11.54º | 0.84% | 0.49% | - |
| XYZ | 9.2 | 5.85 | 1.31 | - |
| YUV | 62.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 20 | 0 | 0.68 | 0.84 | 0.51 | 11.54 | 0.72 | 0.28 |
| Hex | 7C | 28 | 14 | 0 | 44 | 54 | 33 | C | 48 | 1C |
| Octal | 174 | 50 | 24 | 0 | 104 | 124 | 63 | 14 | 110 | 34 |
| Binary | 1111100 | 101000 | 10100 | 0 | 1000100 | 1010100 | 110011 | 1100 | 1001000 | 11100 |
Color Harmonies of #7C2814
Complementary color
Monochromatic Colors of #7C2814
Black with #7C2814
Text Example
Text Example
White with #7C2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2814; }
p { color: rgb(124,40,20); }
H1.HeaderClassName
{
color: #7C2814;
}
.AnyTagClassName
{
color: #7C2814;
}
</style>
background-color css
<style>
a { background-color: #7C2814; }
a { background-color: rgb(124,40,20); }
div.DivClassName
{
background-color: #7C2814;
}
.BgClassName
{
background-color: #7C2814;
}
</style>
border-color css
<style>
span { border-color: #7C2814; }
span { border-color: rgb(124,40,20); }
td.TdClassName
{
border-color: #7C2814;
}
.TagClassName
{
border-color: #7C2814;
}
</style>