Shades of Falu Red #7F2009
Tints of Falu Red #7F2009
RGB
CMYK
RGB Variations
Color information
#7F2009 (or 0x7F2009) is known color: Falu Red. HEX triplet: 7F, 20 and 09. RGB value is (127,32,9). Sum of RGB (Red+Green+Blue) = 127+32+9=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2009 is #80DFF6. Grayscale: #393939. Windows color (decimal): -8445943 or 598143. OLE color: 598143.
HSL color Cylindrical-coordinate representation of color #7F2009: hue angle of 11.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F2009 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 9 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.50 |
| HSL | 11.69º | 0.87% | 0.27% | - |
| HSV(B) | 11.69º | 0.93% | 0.5% | - |
| XYZ | 9.32 | 5.56 | 0.84 | - |
| YUV | 57.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 9 | 0 | 0.75 | 0.93 | 0.50 | 11.69 | 0.87 | 0.27 |
| Hex | 7F | 20 | 9 | 0 | 4B | 5D | 32 | C | 57 | 1B |
| Octal | 177 | 40 | 11 | 0 | 113 | 135 | 62 | 14 | 127 | 33 |
| Binary | 1111111 | 100000 | 1001 | 0 | 1001011 | 1011101 | 110010 | 1100 | 1010111 | 11011 |
Color Harmonies of #7F2009
Complementary color
Monochromatic Colors of #7F2009
Black with #7F2009
Text Example
Text Example
White with #7F2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2009; }
p { color: rgb(127,32,9); }
H1.HeaderClassName
{
color: #7F2009;
}
.AnyTagClassName
{
color: #7F2009;
}
</style>
background-color css
<style>
a { background-color: #7F2009; }
a { background-color: rgb(127,32,9); }
div.DivClassName
{
background-color: #7F2009;
}
.BgClassName
{
background-color: #7F2009;
}
</style>
border-color css
<style>
span { border-color: #7F2009; }
span { border-color: rgb(127,32,9); }
td.TdClassName
{
border-color: #7F2009;
}
.TagClassName
{
border-color: #7F2009;
}
</style>