Shades of Falu Red #7F2811
Tints of Falu Red #7F2811
RGB
CMYK
RGB Variations
Color information
#7F2811 (or 0x7F2811) is known color: Falu Red. HEX triplet: 7F, 28 and 11. RGB value is (127,40,17). Sum of RGB (Red+Green+Blue) = 127+40+17=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2811 is #80D7EE. Grayscale: #3F3F3F. Windows color (decimal): -8443887 or 1124479. OLE color: 1124479.
HSL color Cylindrical-coordinate representation of color #7F2811: hue angle of 12.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F2811 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 17 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.50 |
| HSL | 12.55º | 0.76% | 0.28% | - |
| HSV(B) | 12.55º | 0.87% | 0.5% | - |
| XYZ | 9.61 | 6.07 | 1.2 | - |
| YUV | 63.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 17 | 0 | 0.69 | 0.87 | 0.50 | 12.55 | 0.76 | 0.28 |
| Hex | 7F | 28 | 11 | 0 | 45 | 57 | 32 | D | 4C | 1C |
| Octal | 177 | 50 | 21 | 0 | 105 | 127 | 62 | 15 | 114 | 34 |
| Binary | 1111111 | 101000 | 10001 | 0 | 1000101 | 1010111 | 110010 | 1101 | 1001100 | 11100 |
Color Harmonies of #7F2811
Complementary color
Monochromatic Colors of #7F2811
Black with #7F2811
Text Example
Text Example
White with #7F2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2811; }
p { color: rgb(127,40,17); }
H1.HeaderClassName
{
color: #7F2811;
}
.AnyTagClassName
{
color: #7F2811;
}
</style>
background-color css
<style>
a { background-color: #7F2811; }
a { background-color: rgb(127,40,17); }
div.DivClassName
{
background-color: #7F2811;
}
.BgClassName
{
background-color: #7F2811;
}
</style>
border-color css
<style>
span { border-color: #7F2811; }
span { border-color: rgb(127,40,17); }
td.TdClassName
{
border-color: #7F2811;
}
.TagClassName
{
border-color: #7F2811;
}
</style>