Shades of Falu Red #7C241F
Tints of Falu Red #7C241F
RGB
CMYK
RGB Variations
Color information
#7C241F (or 0x7C241F) is known color: Falu Red. HEX triplet: 7C, 24 and 1F. RGB value is (124,36,31). Sum of RGB (Red+Green+Blue) = 124+36+31=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C241F is #83DBE0. Grayscale: #3D3D3D. Windows color (decimal): -8641505 or 2040956. OLE color: 2040956.
HSL color Cylindrical-coordinate representation of color #7C241F: hue angle of 3.23º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C241F is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 31 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.51 |
| HSL | 3.23º | 0.6% | 0.3% | - |
| HSV(B) | 3.23º | 0.75% | 0.49% | - |
| XYZ | 9.19 | 5.65 | 1.9 | - |
| YUV | 61.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 31 | 0 | 0.71 | 0.75 | 0.51 | 3.23 | 0.6 | 0.3 |
| Hex | 7C | 24 | 1F | 0 | 47 | 4B | 33 | 3 | 3C | 1E |
| Octal | 174 | 44 | 37 | 0 | 107 | 113 | 63 | 3 | 74 | 36 |
| Binary | 1111100 | 100100 | 11111 | 0 | 1000111 | 1001011 | 110011 | 11 | 111100 | 11110 |
Color Harmonies of #7C241F
Complementary color
Monochromatic Colors of #7C241F
Black with #7C241F
Text Example
Text Example
White with #7C241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C241F; }
p { color: rgb(124,36,31); }
H1.HeaderClassName
{
color: #7C241F;
}
.AnyTagClassName
{
color: #7C241F;
}
</style>
background-color css
<style>
a { background-color: #7C241F; }
a { background-color: rgb(124,36,31); }
div.DivClassName
{
background-color: #7C241F;
}
.BgClassName
{
background-color: #7C241F;
}
</style>
border-color css
<style>
span { border-color: #7C241F; }
span { border-color: rgb(124,36,31); }
td.TdClassName
{
border-color: #7C241F;
}
.TagClassName
{
border-color: #7C241F;
}
</style>