Shades of Falu Red #70150F
Tints of Falu Red #70150F
RGB
CMYK
RGB Variations
Color information
#70150F (or 0x70150F) is known color: Falu Red. HEX triplet: 70, 15 and 0F. RGB value is (112,21,15). Sum of RGB (Red+Green+Blue) = 112+21+15=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150F is #8FEAF0. Grayscale: #2F2F2F. Windows color (decimal): -9431793 or 988528. OLE color: 988528.
HSL color Cylindrical-coordinate representation of color #70150F: hue angle of 3.71º 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 #70150F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 15 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.56 |
| HSL | 3.71º | 0.76% | 0.25% | - |
| HSV(B) | 3.71º | 0.87% | 0.44% | - |
| XYZ | 7.04 | 4.02 | 0.86 | - |
| YUV | 47.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 15 | 0 | 0.81 | 0.87 | 0.56 | 3.71 | 0.76 | 0.25 |
| Hex | 70 | 15 | F | 0 | 51 | 57 | 38 | 4 | 4C | 19 |
| Octal | 160 | 25 | 17 | 0 | 121 | 127 | 70 | 4 | 114 | 31 |
| Binary | 1110000 | 10101 | 1111 | 0 | 1010001 | 1010111 | 111000 | 100 | 1001100 | 11001 |
Color Harmonies of #70150F
Complementary color
Monochromatic Colors of #70150F
Black with #70150F
Text Example
Text Example
White with #70150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70150F; }
p { color: rgb(112,21,15); }
H1.HeaderClassName
{
color: #70150F;
}
.AnyTagClassName
{
color: #70150F;
}
</style>
background-color css
<style>
a { background-color: #70150F; }
a { background-color: rgb(112,21,15); }
div.DivClassName
{
background-color: #70150F;
}
.BgClassName
{
background-color: #70150F;
}
</style>
border-color css
<style>
span { border-color: #70150F; }
span { border-color: rgb(112,21,15); }
td.TdClassName
{
border-color: #70150F;
}
.TagClassName
{
border-color: #70150F;
}
</style>