Shades of Falu Red #7F200E
Tints of Falu Red #7F200E
RGB
CMYK
RGB Variations
Color information
#7F200E (or 0x7F200E) is known color: Falu Red. HEX triplet: 7F, 20 and 0E. RGB value is (127,32,14). Sum of RGB (Red+Green+Blue) = 127+32+14=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F200E is #80DFF1. Grayscale: #3A3A3A. Windows color (decimal): -8445938 or 925823. OLE color: 925823.
HSL color Cylindrical-coordinate representation of color #7F200E: hue angle of 9.56º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F200E is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 14 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.50 |
| HSL | 9.56º | 0.8% | 0.28% | - |
| HSV(B) | 9.56º | 0.89% | 0.5% | - |
| XYZ | 9.35 | 5.58 | 1 | - |
| YUV | 58.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 14 | 0 | 0.75 | 0.89 | 0.50 | 9.56 | 0.8 | 0.28 |
| Hex | 7F | 20 | E | 0 | 4B | 59 | 32 | A | 50 | 1C |
| Octal | 177 | 40 | 16 | 0 | 113 | 131 | 62 | 12 | 120 | 34 |
| Binary | 1111111 | 100000 | 1110 | 0 | 1001011 | 1011001 | 110010 | 1010 | 1010000 | 11100 |
Color Harmonies of #7F200E
Complementary color
Monochromatic Colors of #7F200E
Black with #7F200E
Text Example
Text Example
White with #7F200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F200E; }
p { color: rgb(127,32,14); }
H1.HeaderClassName
{
color: #7F200E;
}
.AnyTagClassName
{
color: #7F200E;
}
</style>
background-color css
<style>
a { background-color: #7F200E; }
a { background-color: rgb(127,32,14); }
div.DivClassName
{
background-color: #7F200E;
}
.BgClassName
{
background-color: #7F200E;
}
</style>
border-color css
<style>
span { border-color: #7F200E; }
span { border-color: rgb(127,32,14); }
td.TdClassName
{
border-color: #7F200E;
}
.TagClassName
{
border-color: #7F200E;
}
</style>