Shades of Falu Red #700F0C
Tints of Falu Red #700F0C
RGB
CMYK
RGB Variations
Color information
#700F0C (or 0x700F0C) is known color: Falu Red. HEX triplet: 70, 0F and 0C. RGB value is (112,15,12). Sum of RGB (Red+Green+Blue) = 112+15+12=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F0C is #8FF0F3. Grayscale: #2B2B2B. Windows color (decimal): -9433332 or 790384. OLE color: 790384.
HSL color Cylindrical-coordinate representation of color #700F0C: hue angle of 1.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700F0C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 12 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.56 |
| HSL | 1.8º | 0.81% | 0.24% | - |
| HSV(B) | 1.8º | 0.89% | 0.44% | - |
| XYZ | 6.92 | 3.81 | 0.72 | - |
| YUV | 43.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 12 | 0 | 0.87 | 0.89 | 0.56 | 1.8 | 0.81 | 0.24 |
| Hex | 70 | F | C | 0 | 57 | 59 | 38 | 2 | 51 | 18 |
| Octal | 160 | 17 | 14 | 0 | 127 | 131 | 70 | 2 | 121 | 30 |
| Binary | 1110000 | 1111 | 1100 | 0 | 1010111 | 1011001 | 111000 | 10 | 1010001 | 11000 |
Color Harmonies of #700F0C
Complementary color
Monochromatic Colors of #700F0C
Black with #700F0C
Text Example
Text Example
White with #700F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F0C; }
p { color: rgb(112,15,12); }
H1.HeaderClassName
{
color: #700F0C;
}
.AnyTagClassName
{
color: #700F0C;
}
</style>
background-color css
<style>
a { background-color: #700F0C; }
a { background-color: rgb(112,15,12); }
div.DivClassName
{
background-color: #700F0C;
}
.BgClassName
{
background-color: #700F0C;
}
</style>
border-color css
<style>
span { border-color: #700F0C; }
span { border-color: rgb(112,15,12); }
td.TdClassName
{
border-color: #700F0C;
}
.TagClassName
{
border-color: #700F0C;
}
</style>