Shades of Falu Red #7C2713
Tints of Falu Red #7C2713
RGB
CMYK
RGB Variations
Color information
#7C2713 (or 0x7C2713) is known color: Falu Red. HEX triplet: 7C, 27 and 13. RGB value is (124,39,19). Sum of RGB (Red+Green+Blue) = 124+39+19=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2713 is #83D8EC. Grayscale: #3E3E3E. Windows color (decimal): -8640749 or 1255292. OLE color: 1255292.
HSL color Cylindrical-coordinate representation of color #7C2713: hue angle of 11.43º 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 #7C2713 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 19 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.51 |
| HSL | 11.43º | 0.73% | 0.28% | - |
| HSV(B) | 11.43º | 0.85% | 0.49% | - |
| XYZ | 9.16 | 5.78 | 1.25 | - |
| YUV | 62.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 19 | 0 | 0.69 | 0.85 | 0.51 | 11.43 | 0.73 | 0.28 |
| Hex | 7C | 27 | 13 | 0 | 45 | 55 | 33 | B | 49 | 1C |
| Octal | 174 | 47 | 23 | 0 | 105 | 125 | 63 | 13 | 111 | 34 |
| Binary | 1111100 | 100111 | 10011 | 0 | 1000101 | 1010101 | 110011 | 1011 | 1001001 | 11100 |
Color Harmonies of #7C2713
Complementary color
Monochromatic Colors of #7C2713
Black with #7C2713
Text Example
Text Example
White with #7C2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2713; }
p { color: rgb(124,39,19); }
H1.HeaderClassName
{
color: #7C2713;
}
.AnyTagClassName
{
color: #7C2713;
}
</style>
background-color css
<style>
a { background-color: #7C2713; }
a { background-color: rgb(124,39,19); }
div.DivClassName
{
background-color: #7C2713;
}
.BgClassName
{
background-color: #7C2713;
}
</style>
border-color css
<style>
span { border-color: #7C2713; }
span { border-color: rgb(124,39,19); }
td.TdClassName
{
border-color: #7C2713;
}
.TagClassName
{
border-color: #7C2713;
}
</style>