Shades of Falu Red #7E1F1B
Tints of Falu Red #7E1F1B
RGB
CMYK
RGB Variations
Color information
#7E1F1B (or 0x7E1F1B) is known color: Falu Red. HEX triplet: 7E, 1F and 1B. RGB value is (126,31,27). Sum of RGB (Red+Green+Blue) = 126+31+27=184 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.48% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F1B is #81E0E4. Grayscale: #3B3B3B. Windows color (decimal): -8511717 or 1777534. OLE color: 1777534.
HSL color Cylindrical-coordinate representation of color #7E1F1B: hue angle of 2.42º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1F1B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 27 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.51 |
| HSL | 2.42º | 0.65% | 0.3% | - |
| HSV(B) | 2.42º | 0.79% | 0.49% | - |
| XYZ | 9.29 | 5.49 | 1.61 | - |
| YUV | 58.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 27 | 0 | 0.75 | 0.79 | 0.51 | 2.42 | 0.65 | 0.3 |
| Hex | 7E | 1F | 1B | 0 | 4B | 4F | 33 | 2 | 41 | 1E |
| Octal | 176 | 37 | 33 | 0 | 113 | 117 | 63 | 2 | 101 | 36 |
| Binary | 1111110 | 11111 | 11011 | 0 | 1001011 | 1001111 | 110011 | 10 | 1000001 | 11110 |
Color Harmonies of #7E1F1B
Complementary color
Monochromatic Colors of #7E1F1B
Black with #7E1F1B
Text Example
Text Example
White with #7E1F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F1B; }
p { color: rgb(126,31,27); }
H1.HeaderClassName
{
color: #7E1F1B;
}
.AnyTagClassName
{
color: #7E1F1B;
}
</style>
background-color css
<style>
a { background-color: #7E1F1B; }
a { background-color: rgb(126,31,27); }
div.DivClassName
{
background-color: #7E1F1B;
}
.BgClassName
{
background-color: #7E1F1B;
}
</style>
border-color css
<style>
span { border-color: #7E1F1B; }
span { border-color: rgb(126,31,27); }
td.TdClassName
{
border-color: #7E1F1B;
}
.TagClassName
{
border-color: #7E1F1B;
}
</style>