Shades of Falu Red #7E1715
Tints of Falu Red #7E1715
RGB
CMYK
RGB Variations
Color information
#7E1715 (or 0x7E1715) is known color: Falu Red. HEX triplet: 7E, 17 and 15. RGB value is (126,23,21). Sum of RGB (Red+Green+Blue) = 126+23+21=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1715 is #81E8EA. Grayscale: #353535. Windows color (decimal): -8513771 or 1382270. OLE color: 1382270.
HSL color Cylindrical-coordinate representation of color #7E1715: hue angle of 1.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1715 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 21 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.51 |
| HSL | 1.14º | 0.71% | 0.29% | - |
| HSV(B) | 1.14º | 0.83% | 0.49% | - |
| XYZ | 9.05 | 5.1 | 1.22 | - |
| YUV | 53.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 21 | 0 | 0.82 | 0.83 | 0.51 | 1.14 | 0.71 | 0.29 |
| Hex | 7E | 17 | 15 | 0 | 52 | 53 | 33 | 1 | 47 | 1D |
| Octal | 176 | 27 | 25 | 0 | 122 | 123 | 63 | 1 | 107 | 35 |
| Binary | 1111110 | 10111 | 10101 | 0 | 1010010 | 1010011 | 110011 | 1 | 1000111 | 11101 |
Color Harmonies of #7E1715
Complementary color
Monochromatic Colors of #7E1715
Black with #7E1715
Text Example
Text Example
White with #7E1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1715; }
p { color: rgb(126,23,21); }
H1.HeaderClassName
{
color: #7E1715;
}
.AnyTagClassName
{
color: #7E1715;
}
</style>
background-color css
<style>
a { background-color: #7E1715; }
a { background-color: rgb(126,23,21); }
div.DivClassName
{
background-color: #7E1715;
}
.BgClassName
{
background-color: #7E1715;
}
</style>
border-color css
<style>
span { border-color: #7E1715; }
span { border-color: rgb(126,23,21); }
td.TdClassName
{
border-color: #7E1715;
}
.TagClassName
{
border-color: #7E1715;
}
</style>