Shades of Falu Red #70170F
Tints of Falu Red #70170F
RGB
CMYK
RGB Variations
Color information
#70170F (or 0x70170F) is known color: Falu Red. HEX triplet: 70, 17 and 0F. RGB value is (112,23,15). Sum of RGB (Red+Green+Blue) = 112+23+15=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #70170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70170F is #8FE8F0. Grayscale: #303030. Windows color (decimal): -9431281 or 989040. OLE color: 989040.
HSL color Cylindrical-coordinate representation of color #70170F: hue angle of 4.95º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70170F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 15 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.56 |
| HSL | 4.95º | 0.76% | 0.25% | - |
| HSV(B) | 4.95º | 0.87% | 0.44% | - |
| XYZ | 7.07 | 4.09 | 0.87 | - |
| YUV | 48.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 15 | 0 | 0.79 | 0.87 | 0.56 | 4.95 | 0.76 | 0.25 |
| Hex | 70 | 17 | F | 0 | 4F | 57 | 38 | 5 | 4C | 19 |
| Octal | 160 | 27 | 17 | 0 | 117 | 127 | 70 | 5 | 114 | 31 |
| Binary | 1110000 | 10111 | 1111 | 0 | 1001111 | 1010111 | 111000 | 101 | 1001100 | 11001 |
Color Harmonies of #70170F
Complementary color
Monochromatic Colors of #70170F
Black with #70170F
Text Example
Text Example
White with #70170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70170F; }
p { color: rgb(112,23,15); }
H1.HeaderClassName
{
color: #70170F;
}
.AnyTagClassName
{
color: #70170F;
}
</style>
background-color css
<style>
a { background-color: #70170F; }
a { background-color: rgb(112,23,15); }
div.DivClassName
{
background-color: #70170F;
}
.BgClassName
{
background-color: #70170F;
}
</style>
border-color css
<style>
span { border-color: #70170F; }
span { border-color: rgb(112,23,15); }
td.TdClassName
{
border-color: #70170F;
}
.TagClassName
{
border-color: #70170F;
}
</style>