Shades of Falu Red #7E261D
Tints of Falu Red #7E261D
RGB
CMYK
RGB Variations
Color information
#7E261D (or 0x7E261D) is known color: Falu Red. HEX triplet: 7E, 26 and 1D. RGB value is (126,38,29). Sum of RGB (Red+Green+Blue) = 126+38+29=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E261D is #81D9E2. Grayscale: #3F3F3F. Windows color (decimal): -8509923 or 1910398. OLE color: 1910398.
HSL color Cylindrical-coordinate representation of color #7E261D: hue angle of 5.57º 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 #7E261D is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 29 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.51 |
| HSL | 5.57º | 0.63% | 0.3% | - |
| HSV(B) | 5.57º | 0.77% | 0.49% | - |
| XYZ | 9.52 | 5.91 | 1.8 | - |
| YUV | 63.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 29 | 0 | 0.70 | 0.77 | 0.51 | 5.57 | 0.63 | 0.3 |
| Hex | 7E | 26 | 1D | 0 | 46 | 4D | 33 | 6 | 3F | 1E |
| Octal | 176 | 46 | 35 | 0 | 106 | 115 | 63 | 6 | 77 | 36 |
| Binary | 1111110 | 100110 | 11101 | 0 | 1000110 | 1001101 | 110011 | 110 | 111111 | 11110 |
Color Harmonies of #7E261D
Complementary color
Monochromatic Colors of #7E261D
Black with #7E261D
Text Example
Text Example
White with #7E261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E261D; }
p { color: rgb(126,38,29); }
H1.HeaderClassName
{
color: #7E261D;
}
.AnyTagClassName
{
color: #7E261D;
}
</style>
background-color css
<style>
a { background-color: #7E261D; }
a { background-color: rgb(126,38,29); }
div.DivClassName
{
background-color: #7E261D;
}
.BgClassName
{
background-color: #7E261D;
}
</style>
border-color css
<style>
span { border-color: #7E261D; }
span { border-color: rgb(126,38,29); }
td.TdClassName
{
border-color: #7E261D;
}
.TagClassName
{
border-color: #7E261D;
}
</style>