Shades of Falu Red #7F2014
Tints of Falu Red #7F2014
RGB
CMYK
RGB Variations
Color information
#7F2014 (or 0x7F2014) is known color: Falu Red. HEX triplet: 7F, 20 and 14. RGB value is (127,32,20). Sum of RGB (Red+Green+Blue) = 127+32+20=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2014 is #80DFEB. Grayscale: #3B3B3B. Windows color (decimal): -8445932 or 1319039. OLE color: 1319039.
HSL color Cylindrical-coordinate representation of color #7F2014: hue angle of 6.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F2014 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 20 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.50 |
| HSL | 6.73º | 0.73% | 0.29% | - |
| HSV(B) | 6.73º | 0.84% | 0.5% | - |
| XYZ | 9.4 | 5.6 | 1.25 | - |
| YUV | 59.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 20 | 0 | 0.75 | 0.84 | 0.50 | 6.73 | 0.73 | 0.29 |
| Hex | 7F | 20 | 14 | 0 | 4B | 54 | 32 | 7 | 49 | 1D |
| Octal | 177 | 40 | 24 | 0 | 113 | 124 | 62 | 7 | 111 | 35 |
| Binary | 1111111 | 100000 | 10100 | 0 | 1001011 | 1010100 | 110010 | 111 | 1001001 | 11101 |
Color Harmonies of #7F2014
Complementary color
Monochromatic Colors of #7F2014
Black with #7F2014
Text Example
Text Example
White with #7F2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2014; }
p { color: rgb(127,32,20); }
H1.HeaderClassName
{
color: #7F2014;
}
.AnyTagClassName
{
color: #7F2014;
}
</style>
background-color css
<style>
a { background-color: #7F2014; }
a { background-color: rgb(127,32,20); }
div.DivClassName
{
background-color: #7F2014;
}
.BgClassName
{
background-color: #7F2014;
}
</style>
border-color css
<style>
span { border-color: #7F2014; }
span { border-color: rgb(127,32,20); }
td.TdClassName
{
border-color: #7F2014;
}
.TagClassName
{
border-color: #7F2014;
}
</style>