Shades of Falu Red #7E1F00
Tints of Falu Red #7E1F00
RGB
CMYK
RGB Variations
Color information
#7E1F00 (or 0x7E1F00) is known color: Falu Red. HEX triplet: 7E, 1F and 00. RGB value is (126,31,0). Sum of RGB (Red+Green+Blue) = 126+31+0=157 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.25% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1F00 is #81E0FF. Grayscale: #383838. Windows color (decimal): -8511744 or 8062. OLE color: 8062.
HSL color Cylindrical-coordinate representation of color #7E1F00: hue angle of 14.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E1F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.51 |
| HSL | 14.76º | 1% | 0.25% | - |
| HSV(B) | 14.76º | 1% | 0.49% | - |
| XYZ | 9.09 | 5.42 | 0.57 | - |
| YUV | 55.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 0 | 0 | 0.75 | 1 | 0.51 | 14.76 | 1 | 0.25 |
| Hex | 7E | 1F | 0 | 0 | 4B | 64 | 33 | F | 64 | 19 |
| Octal | 176 | 37 | 0 | 0 | 113 | 144 | 63 | 17 | 144 | 31 |
| Binary | 1111110 | 11111 | 0 | 0 | 1001011 | 1100100 | 110011 | 1111 | 1100100 | 11001 |
Color Harmonies of #7E1F00
Complementary color
Monochromatic Colors of #7E1F00
Black with #7E1F00
Text Example
Text Example
White with #7E1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F00; }
p { color: rgb(126,31,0); }
H1.HeaderClassName
{
color: #7E1F00;
}
.AnyTagClassName
{
color: #7E1F00;
}
</style>
background-color css
<style>
a { background-color: #7E1F00; }
a { background-color: rgb(126,31,0); }
div.DivClassName
{
background-color: #7E1F00;
}
.BgClassName
{
background-color: #7E1F00;
}
</style>
border-color css
<style>
span { border-color: #7E1F00; }
span { border-color: rgb(126,31,0); }
td.TdClassName
{
border-color: #7E1F00;
}
.TagClassName
{
border-color: #7E1F00;
}
</style>