Shades of Falu Red #7F170D
Tints of Falu Red #7F170D
RGB
CMYK
RGB Variations
Color information
#7F170D (or 0x7F170D) is known color: Falu Red. HEX triplet: 7F, 17 and 0D. RGB value is (127,23,13). Sum of RGB (Red+Green+Blue) = 127+23+13=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F170D is #80E8F2. Grayscale: #353535. Windows color (decimal): -8448243 or 857983. OLE color: 857983.
HSL color Cylindrical-coordinate representation of color #7F170D: hue angle of 5.26º 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 #7F170D is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 13 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.50 |
| HSL | 5.26º | 0.81% | 0.27% | - |
| HSV(B) | 5.26º | 0.9% | 0.5% | - |
| XYZ | 9.13 | 5.15 | 0.89 | - |
| YUV | 52.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 13 | 0 | 0.82 | 0.90 | 0.50 | 5.26 | 0.81 | 0.27 |
| Hex | 7F | 17 | D | 0 | 52 | 5A | 32 | 5 | 51 | 1B |
| Octal | 177 | 27 | 15 | 0 | 122 | 132 | 62 | 5 | 121 | 33 |
| Binary | 1111111 | 10111 | 1101 | 0 | 1010010 | 1011010 | 110010 | 101 | 1010001 | 11011 |
Color Harmonies of #7F170D
Complementary color
Monochromatic Colors of #7F170D
Black with #7F170D
Text Example
Text Example
White with #7F170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F170D; }
p { color: rgb(127,23,13); }
H1.HeaderClassName
{
color: #7F170D;
}
.AnyTagClassName
{
color: #7F170D;
}
</style>
background-color css
<style>
a { background-color: #7F170D; }
a { background-color: rgb(127,23,13); }
div.DivClassName
{
background-color: #7F170D;
}
.BgClassName
{
background-color: #7F170D;
}
</style>
border-color css
<style>
span { border-color: #7F170D; }
span { border-color: rgb(127,23,13); }
td.TdClassName
{
border-color: #7F170D;
}
.TagClassName
{
border-color: #7F170D;
}
</style>