Shades of Falu Red #7F1717
Tints of Falu Red #7F1717
RGB
CMYK
RGB Variations
Color information
#7F1717 (or 0x7F1717) is known color: Falu Red. HEX triplet: 7F, 17 and 17. RGB value is (127,23,23). Sum of RGB (Red+Green+Blue) = 127+23+23=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1717 is #80E8E8. Grayscale: #363636. Windows color (decimal): -8448233 or 1513343. OLE color: 1513343.
HSL color Cylindrical-coordinate representation of color #7F1717: hue angle of 0º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1717 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 23 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.50 |
| HSL | 0º | 0.69% | 0.29% | - |
| HSV(B) | 0º | 0.82% | 0.5% | - |
| XYZ | 9.21 | 5.19 | 1.33 | - |
| YUV | 54.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 23 | 0 | 0.82 | 0.82 | 0.50 | 0 | 0.69 | 0.29 |
| Hex | 7F | 17 | 17 | 0 | 52 | 52 | 32 | 0 | 45 | 1D |
| Octal | 177 | 27 | 27 | 0 | 122 | 122 | 62 | 0 | 105 | 35 |
| Binary | 1111111 | 10111 | 10111 | 0 | 1010010 | 1010010 | 110010 | 0 | 1000101 | 11101 |
Color Harmonies of #7F1717
Complementary color
Monochromatic Colors of #7F1717
Black with #7F1717
Text Example
Text Example
White with #7F1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1717; }
p { color: rgb(127,23,23); }
H1.HeaderClassName
{
color: #7F1717;
}
.AnyTagClassName
{
color: #7F1717;
}
</style>
background-color css
<style>
a { background-color: #7F1717; }
a { background-color: rgb(127,23,23); }
div.DivClassName
{
background-color: #7F1717;
}
.BgClassName
{
background-color: #7F1717;
}
</style>
border-color css
<style>
span { border-color: #7F1717; }
span { border-color: rgb(127,23,23); }
td.TdClassName
{
border-color: #7F1717;
}
.TagClassName
{
border-color: #7F1717;
}
</style>