Shades of Falu Red #7F190D
Tints of Falu Red #7F190D
RGB
CMYK
RGB Variations
Color information
#7F190D (or 0x7F190D) is known color: Falu Red. HEX triplet: 7F, 19 and 0D. RGB value is (127,25,13). Sum of RGB (Red+Green+Blue) = 127+25+13=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F190D is #80E6F2. Grayscale: #363636. Windows color (decimal): -8447731 or 858495. OLE color: 858495.
HSL color Cylindrical-coordinate representation of color #7F190D: hue angle of 6.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F190D is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 13 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.50 |
| HSL | 6.32º | 0.81% | 0.27% | - |
| HSV(B) | 6.32º | 0.9% | 0.5% | - |
| XYZ | 9.17 | 5.24 | 0.91 | - |
| YUV | 54.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 13 | 0 | 0.80 | 0.90 | 0.50 | 6.32 | 0.81 | 0.27 |
| Hex | 7F | 19 | D | 0 | 50 | 5A | 32 | 6 | 51 | 1B |
| Octal | 177 | 31 | 15 | 0 | 120 | 132 | 62 | 6 | 121 | 33 |
| Binary | 1111111 | 11001 | 1101 | 0 | 1010000 | 1011010 | 110010 | 110 | 1010001 | 11011 |
Color Harmonies of #7F190D
Complementary color
Monochromatic Colors of #7F190D
Black with #7F190D
Text Example
Text Example
White with #7F190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F190D; }
p { color: rgb(127,25,13); }
H1.HeaderClassName
{
color: #7F190D;
}
.AnyTagClassName
{
color: #7F190D;
}
</style>
background-color css
<style>
a { background-color: #7F190D; }
a { background-color: rgb(127,25,13); }
div.DivClassName
{
background-color: #7F190D;
}
.BgClassName
{
background-color: #7F190D;
}
</style>
border-color css
<style>
span { border-color: #7F190D; }
span { border-color: rgb(127,25,13); }
td.TdClassName
{
border-color: #7F190D;
}
.TagClassName
{
border-color: #7F190D;
}
</style>