Shades of Falu Red #7F1111
Tints of Falu Red #7F1111
RGB
CMYK
RGB Variations
Color information
#7F1111 (or 0x7F1111) is known color: Falu Red. HEX triplet: 7F, 11 and 11. RGB value is (127,17,17). Sum of RGB (Red+Green+Blue) = 127+17+17=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1111 is #80EEEE. Grayscale: #323232. Windows color (decimal): -8449775 or 1118591. OLE color: 1118591.
HSL color Cylindrical-coordinate representation of color #7F1111: hue angle of 0º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1111 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 17 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.50 |
| HSL | 0º | 0.76% | 0.28% | - |
| HSV(B) | 0º | 0.87% | 0.5% | - |
| XYZ | 9.05 | 4.95 | 1.01 | - |
| YUV | 49.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 17 | 0 | 0.87 | 0.87 | 0.50 | 0 | 0.76 | 0.28 |
| Hex | 7F | 11 | 11 | 0 | 57 | 57 | 32 | 0 | 4C | 1C |
| Octal | 177 | 21 | 21 | 0 | 127 | 127 | 62 | 0 | 114 | 34 |
| Binary | 1111111 | 10001 | 10001 | 0 | 1010111 | 1010111 | 110010 | 0 | 1001100 | 11100 |
Color Harmonies of #7F1111
Complementary color
Monochromatic Colors of #7F1111
Black with #7F1111
Text Example
Text Example
White with #7F1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1111; }
p { color: rgb(127,17,17); }
H1.HeaderClassName
{
color: #7F1111;
}
.AnyTagClassName
{
color: #7F1111;
}
</style>
background-color css
<style>
a { background-color: #7F1111; }
a { background-color: rgb(127,17,17); }
div.DivClassName
{
background-color: #7F1111;
}
.BgClassName
{
background-color: #7F1111;
}
</style>
border-color css
<style>
span { border-color: #7F1111; }
span { border-color: rgb(127,17,17); }
td.TdClassName
{
border-color: #7F1111;
}
.TagClassName
{
border-color: #7F1111;
}
</style>