Shades of Falu Red #7F2006
Tints of Falu Red #7F2006
RGB
CMYK
RGB Variations
Color information
#7F2006 (or 0x7F2006) is known color: Falu Red. HEX triplet: 7F, 20 and 06. RGB value is (127,32,6). Sum of RGB (Red+Green+Blue) = 127+32+6=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2006 is #80DFF9. Grayscale: #393939. Windows color (decimal): -8445946 or 401535. OLE color: 401535.
HSL color Cylindrical-coordinate representation of color #7F2006: hue angle of 12.89º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F2006 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 6 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.50 |
| HSL | 12.89º | 0.91% | 0.26% | - |
| HSV(B) | 12.89º | 0.95% | 0.5% | - |
| XYZ | 9.3 | 5.56 | 0.75 | - |
| YUV | 57.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 6 | 0 | 0.75 | 0.95 | 0.50 | 12.89 | 0.91 | 0.26 |
| Hex | 7F | 20 | 6 | 0 | 4B | 5F | 32 | D | 5B | 1A |
| Octal | 177 | 40 | 6 | 0 | 113 | 137 | 62 | 15 | 133 | 32 |
| Binary | 1111111 | 100000 | 110 | 0 | 1001011 | 1011111 | 110010 | 1101 | 1011011 | 11010 |
Color Harmonies of #7F2006
Complementary color
Monochromatic Colors of #7F2006
Black with #7F2006
Text Example
Text Example
White with #7F2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2006; }
p { color: rgb(127,32,6); }
H1.HeaderClassName
{
color: #7F2006;
}
.AnyTagClassName
{
color: #7F2006;
}
</style>
background-color css
<style>
a { background-color: #7F2006; }
a { background-color: rgb(127,32,6); }
div.DivClassName
{
background-color: #7F2006;
}
.BgClassName
{
background-color: #7F2006;
}
</style>
border-color css
<style>
span { border-color: #7F2006; }
span { border-color: rgb(127,32,6); }
td.TdClassName
{
border-color: #7F2006;
}
.TagClassName
{
border-color: #7F2006;
}
</style>