Shades of Falu Red #7E0F0F
Tints of Falu Red #7E0F0F
RGB
CMYK
RGB Variations
Color information
#7E0F0F (or 0x7E0F0F) is known color: Falu Red. HEX triplet: 7E, 0F and 0F. RGB value is (126,15,15). Sum of RGB (Red+Green+Blue) = 126+15+15=156 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.77% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0F0F is #81F0F0. Grayscale: #303030. Windows color (decimal): -8515825 or 987006. OLE color: 987006.
HSL color Cylindrical-coordinate representation of color #7E0F0F: hue angle of 0º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F0F is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 15 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.51 |
| HSL | 0º | 0.79% | 0.28% | - |
| HSV(B) | 0º | 0.88% | 0.49% | - |
| XYZ | 8.86 | 4.81 | 0.91 | - |
| YUV | 48.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 15 | 0 | 0.88 | 0.88 | 0.51 | 0 | 0.79 | 0.28 |
| Hex | 7E | F | F | 0 | 58 | 58 | 33 | 0 | 4F | 1C |
| Octal | 176 | 17 | 17 | 0 | 130 | 130 | 63 | 0 | 117 | 34 |
| Binary | 1111110 | 1111 | 1111 | 0 | 1011000 | 1011000 | 110011 | 0 | 1001111 | 11100 |
Color Harmonies of #7E0F0F
Complementary color
Monochromatic Colors of #7E0F0F
Black with #7E0F0F
Text Example
Text Example
White with #7E0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F0F; }
p { color: rgb(126,15,15); }
H1.HeaderClassName
{
color: #7E0F0F;
}
.AnyTagClassName
{
color: #7E0F0F;
}
</style>
background-color css
<style>
a { background-color: #7E0F0F; }
a { background-color: rgb(126,15,15); }
div.DivClassName
{
background-color: #7E0F0F;
}
.BgClassName
{
background-color: #7E0F0F;
}
</style>
border-color css
<style>
span { border-color: #7E0F0F; }
span { border-color: rgb(126,15,15); }
td.TdClassName
{
border-color: #7E0F0F;
}
.TagClassName
{
border-color: #7E0F0F;
}
</style>