Shades of Falu Red #701E06
Tints of Falu Red #701E06
RGB
CMYK
RGB Variations
Color information
#701E06 (or 0x701E06) is known color: Falu Red. HEX triplet: 70, 1E and 06. RGB value is (112,30,6). Sum of RGB (Red+Green+Blue) = 112+30+6=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #701E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E06 is #8FE1F9. Grayscale: #333333. Windows color (decimal): -9429498 or 401008. OLE color: 401008.
HSL color Cylindrical-coordinate representation of color #701E06: hue angle of 13.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #701E06 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 6 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.56 |
| HSL | 13.58º | 0.9% | 0.23% | - |
| HSV(B) | 13.58º | 0.95% | 0.44% | - |
| XYZ | 7.18 | 4.39 | 0.64 | - |
| YUV | 51.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 6 | 0 | 0.73 | 0.95 | 0.56 | 13.58 | 0.9 | 0.23 |
| Hex | 70 | 1E | 6 | 0 | 49 | 5F | 38 | E | 5A | 17 |
| Octal | 160 | 36 | 6 | 0 | 111 | 137 | 70 | 16 | 132 | 27 |
| Binary | 1110000 | 11110 | 110 | 0 | 1001001 | 1011111 | 111000 | 1110 | 1011010 | 10111 |
Color Harmonies of #701E06
Complementary color
Monochromatic Colors of #701E06
Black with #701E06
Text Example
Text Example
White with #701E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E06; }
p { color: rgb(112,30,6); }
H1.HeaderClassName
{
color: #701E06;
}
.AnyTagClassName
{
color: #701E06;
}
</style>
background-color css
<style>
a { background-color: #701E06; }
a { background-color: rgb(112,30,6); }
div.DivClassName
{
background-color: #701E06;
}
.BgClassName
{
background-color: #701E06;
}
</style>
border-color css
<style>
span { border-color: #701E06; }
span { border-color: rgb(112,30,6); }
td.TdClassName
{
border-color: #701E06;
}
.TagClassName
{
border-color: #701E06;
}
</style>