Shades of Falu Red #7C1703
Tints of Falu Red #7C1703
RGB
CMYK
RGB Variations
Color information
#7C1703 (or 0x7C1703) is known color: Falu Red. HEX triplet: 7C, 17 and 03. RGB value is (124,23,3). Sum of RGB (Red+Green+Blue) = 124+23+3=150 (19% of max value = 765). Red value is 124 (48.83% from 255 or 82.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1703 is #83E8FC. Grayscale: #333333. Windows color (decimal): -8644861 or 202620. OLE color: 202620.
HSL color Cylindrical-coordinate representation of color #7C1703: hue angle of 9.92º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C1703 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.51 |
| HSL | 9.92º | 0.95% | 0.25% | - |
| HSV(B) | 9.92º | 0.98% | 0.49% | - |
| XYZ | 8.64 | 4.9 | 0.58 | - |
| YUV | 50.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 3 | 0 | 0.81 | 0.98 | 0.51 | 9.92 | 0.95 | 0.25 |
| Hex | 7C | 17 | 3 | 0 | 51 | 62 | 33 | A | 5F | 19 |
| Octal | 174 | 27 | 3 | 0 | 121 | 142 | 63 | 12 | 137 | 31 |
| Binary | 1111100 | 10111 | 11 | 0 | 1010001 | 1100010 | 110011 | 1010 | 1011111 | 11001 |
Color Harmonies of #7C1703
Complementary color
Monochromatic Colors of #7C1703
Black with #7C1703
Text Example
Text Example
White with #7C1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1703; }
p { color: rgb(124,23,3); }
H1.HeaderClassName
{
color: #7C1703;
}
.AnyTagClassName
{
color: #7C1703;
}
</style>
background-color css
<style>
a { background-color: #7C1703; }
a { background-color: rgb(124,23,3); }
div.DivClassName
{
background-color: #7C1703;
}
.BgClassName
{
background-color: #7C1703;
}
</style>
border-color css
<style>
span { border-color: #7C1703; }
span { border-color: rgb(124,23,3); }
td.TdClassName
{
border-color: #7C1703;
}
.TagClassName
{
border-color: #7C1703;
}
</style>