Shades of Falu Red #7F2104
Tints of Falu Red #7F2104
RGB
CMYK
RGB Variations
Color information
#7F2104 (or 0x7F2104) is known color: Falu Red. HEX triplet: 7F, 21 and 04. RGB value is (127,33,4). Sum of RGB (Red+Green+Blue) = 127+33+4=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2104 is #80DEFB. Grayscale: #3A3A3A. Windows color (decimal): -8445692 or 270719. OLE color: 270719.
HSL color Cylindrical-coordinate representation of color #7F2104: hue angle of 14.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F2104 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 4 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.50 |
| HSL | 14.15º | 0.94% | 0.26% | - |
| HSV(B) | 14.15º | 0.97% | 0.5% | - |
| XYZ | 9.32 | 5.61 | 0.71 | - |
| YUV | 57.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 4 | 0 | 0.74 | 0.97 | 0.50 | 14.15 | 0.94 | 0.26 |
| Hex | 7F | 21 | 4 | 0 | 4A | 61 | 32 | E | 5E | 1A |
| Octal | 177 | 41 | 4 | 0 | 112 | 141 | 62 | 16 | 136 | 32 |
| Binary | 1111111 | 100001 | 100 | 0 | 1001010 | 1100001 | 110010 | 1110 | 1011110 | 11010 |
Color Harmonies of #7F2104
Complementary color
Monochromatic Colors of #7F2104
Black with #7F2104
Text Example
Text Example
White with #7F2104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2104; }
p { color: rgb(127,33,4); }
H1.HeaderClassName
{
color: #7F2104;
}
.AnyTagClassName
{
color: #7F2104;
}
</style>
background-color css
<style>
a { background-color: #7F2104; }
a { background-color: rgb(127,33,4); }
div.DivClassName
{
background-color: #7F2104;
}
.BgClassName
{
background-color: #7F2104;
}
</style>
border-color css
<style>
span { border-color: #7F2104; }
span { border-color: rgb(127,33,4); }
td.TdClassName
{
border-color: #7F2104;
}
.TagClassName
{
border-color: #7F2104;
}
</style>