Shades of Falu Red #7C1413
Tints of Falu Red #7C1413
RGB
CMYK
RGB Variations
Color information
#7C1413 (or 0x7C1413) is known color: Falu Red. HEX triplet: 7C, 14 and 13. RGB value is (124,20,19). Sum of RGB (Red+Green+Blue) = 124+20+19=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1413 is #83EBEC. Grayscale: #333333. Windows color (decimal): -8645613 or 1250428. OLE color: 1250428.
HSL color Cylindrical-coordinate representation of color #7C1413: hue angle of 0.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1413 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 19 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.51 |
| HSL | 0.57º | 0.73% | 0.28% | - |
| HSV(B) | 0.57º | 0.85% | 0.49% | - |
| XYZ | 8.68 | 4.83 | 1.09 | - |
| YUV | 50.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 19 | 0 | 0.84 | 0.85 | 0.51 | 0.57 | 0.73 | 0.28 |
| Hex | 7C | 14 | 13 | 0 | 54 | 55 | 33 | 1 | 49 | 1C |
| Octal | 174 | 24 | 23 | 0 | 124 | 125 | 63 | 1 | 111 | 34 |
| Binary | 1111100 | 10100 | 10011 | 0 | 1010100 | 1010101 | 110011 | 1 | 1001001 | 11100 |
Color Harmonies of #7C1413
Complementary color
Monochromatic Colors of #7C1413
Black with #7C1413
Text Example
Text Example
White with #7C1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1413; }
p { color: rgb(124,20,19); }
H1.HeaderClassName
{
color: #7C1413;
}
.AnyTagClassName
{
color: #7C1413;
}
</style>
background-color css
<style>
a { background-color: #7C1413; }
a { background-color: rgb(124,20,19); }
div.DivClassName
{
background-color: #7C1413;
}
.BgClassName
{
background-color: #7C1413;
}
</style>
border-color css
<style>
span { border-color: #7C1413; }
span { border-color: rgb(124,20,19); }
td.TdClassName
{
border-color: #7C1413;
}
.TagClassName
{
border-color: #7C1413;
}
</style>