Shades of Falu Red #7C261C
Tints of Falu Red #7C261C
RGB
CMYK
RGB Variations
Color information
#7C261C (or 0x7C261C) is known color: Falu Red. HEX triplet: 7C, 26 and 1C. RGB value is (124,38,28). Sum of RGB (Red+Green+Blue) = 124+38+28=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C261C is #83D9E3. Grayscale: #3E3E3E. Windows color (decimal): -8640996 or 1844860. OLE color: 1844860.
HSL color Cylindrical-coordinate representation of color #7C261C: hue angle of 6.25º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C261C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 28 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.51 |
| HSL | 6.25º | 0.63% | 0.3% | - |
| HSV(B) | 6.25º | 0.77% | 0.49% | - |
| XYZ | 9.21 | 5.76 | 1.72 | - |
| YUV | 62.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 28 | 0 | 0.69 | 0.77 | 0.51 | 6.25 | 0.63 | 0.3 |
| Hex | 7C | 26 | 1C | 0 | 45 | 4D | 33 | 6 | 3F | 1E |
| Octal | 174 | 46 | 34 | 0 | 105 | 115 | 63 | 6 | 77 | 36 |
| Binary | 1111100 | 100110 | 11100 | 0 | 1000101 | 1001101 | 110011 | 110 | 111111 | 11110 |
Color Harmonies of #7C261C
Complementary color
Monochromatic Colors of #7C261C
Black with #7C261C
Text Example
Text Example
White with #7C261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C261C; }
p { color: rgb(124,38,28); }
H1.HeaderClassName
{
color: #7C261C;
}
.AnyTagClassName
{
color: #7C261C;
}
</style>
background-color css
<style>
a { background-color: #7C261C; }
a { background-color: rgb(124,38,28); }
div.DivClassName
{
background-color: #7C261C;
}
.BgClassName
{
background-color: #7C261C;
}
</style>
border-color css
<style>
span { border-color: #7C261C; }
span { border-color: rgb(124,38,28); }
td.TdClassName
{
border-color: #7C261C;
}
.TagClassName
{
border-color: #7C261C;
}
</style>