Shades of Falu Red #7E2708
Tints of Falu Red #7E2708
RGB
CMYK
RGB Variations
Color information
#7E2708 (or 0x7E2708) is known color: Falu Red. HEX triplet: 7E, 27 and 08. RGB value is (126,39,8). Sum of RGB (Red+Green+Blue) = 126+39+8=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2708 is #81D8F7. Grayscale: #3D3D3D. Windows color (decimal): -8509688 or 534398. OLE color: 534398.
HSL color Cylindrical-coordinate representation of color #7E2708: hue angle of 15.76º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E2708 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 8 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.51 |
| HSL | 15.76º | 0.88% | 0.26% | - |
| HSV(B) | 15.76º | 0.94% | 0.49% | - |
| XYZ | 9.37 | 5.9 | 0.88 | - |
| YUV | 61.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 8 | 0 | 0.69 | 0.94 | 0.51 | 15.76 | 0.88 | 0.26 |
| Hex | 7E | 27 | 8 | 0 | 45 | 5E | 33 | 10 | 58 | 1A |
| Octal | 176 | 47 | 10 | 0 | 105 | 136 | 63 | 20 | 130 | 32 |
| Binary | 1111110 | 100111 | 1000 | 0 | 1000101 | 1011110 | 110011 | 10000 | 1011000 | 11010 |
Color Harmonies of #7E2708
Complementary color
Monochromatic Colors of #7E2708
Black with #7E2708
Text Example
Text Example
White with #7E2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2708; }
p { color: rgb(126,39,8); }
H1.HeaderClassName
{
color: #7E2708;
}
.AnyTagClassName
{
color: #7E2708;
}
</style>
background-color css
<style>
a { background-color: #7E2708; }
a { background-color: rgb(126,39,8); }
div.DivClassName
{
background-color: #7E2708;
}
.BgClassName
{
background-color: #7E2708;
}
</style>
border-color css
<style>
span { border-color: #7E2708; }
span { border-color: rgb(126,39,8); }
td.TdClassName
{
border-color: #7E2708;
}
.TagClassName
{
border-color: #7E2708;
}
</style>