Shades of Falu Red #7F1209
Tints of Falu Red #7F1209
RGB
CMYK
RGB Variations
Color information
#7F1209 (or 0x7F1209) is known color: Falu Red. HEX triplet: 7F, 12 and 09. RGB value is (127,18,9). Sum of RGB (Red+Green+Blue) = 127+18+9=154 (20% of max value = 765). Red value is 127 (50% from 255 or 82.47% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1209 is #80EDF6. Grayscale: #313131. Windows color (decimal): -8449527 or 594559. OLE color: 594559.
HSL color Cylindrical-coordinate representation of color #7F1209: hue angle of 4.58º 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 #7F1209 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 9 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.50 |
| HSL | 4.58º | 0.87% | 0.27% | - |
| HSV(B) | 4.58º | 0.93% | 0.5% | - |
| XYZ | 9.02 | 4.96 | 0.74 | - |
| YUV | 49.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 9 | 0 | 0.86 | 0.93 | 0.50 | 4.58 | 0.87 | 0.27 |
| Hex | 7F | 12 | 9 | 0 | 56 | 5D | 32 | 5 | 57 | 1B |
| Octal | 177 | 22 | 11 | 0 | 126 | 135 | 62 | 5 | 127 | 33 |
| Binary | 1111111 | 10010 | 1001 | 0 | 1010110 | 1011101 | 110010 | 101 | 1010111 | 11011 |
Color Harmonies of #7F1209
Complementary color
Monochromatic Colors of #7F1209
Black with #7F1209
Text Example
Text Example
White with #7F1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1209; }
p { color: rgb(127,18,9); }
H1.HeaderClassName
{
color: #7F1209;
}
.AnyTagClassName
{
color: #7F1209;
}
</style>
background-color css
<style>
a { background-color: #7F1209; }
a { background-color: rgb(127,18,9); }
div.DivClassName
{
background-color: #7F1209;
}
.BgClassName
{
background-color: #7F1209;
}
</style>
border-color css
<style>
span { border-color: #7F1209; }
span { border-color: rgb(127,18,9); }
td.TdClassName
{
border-color: #7F1209;
}
.TagClassName
{
border-color: #7F1209;
}
</style>