Shades of Falu Red #701C16
Tints of Falu Red #701C16
RGB
CMYK
RGB Variations
Color information
#701C16 (or 0x701C16) is known color: Falu Red. HEX triplet: 70, 1C and 16. RGB value is (112,28,22). Sum of RGB (Red+Green+Blue) = 112+28+22=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C16 is #8FE3E9. Grayscale: #343434. Windows color (decimal): -9429994 or 1449072. OLE color: 1449072.
HSL color Cylindrical-coordinate representation of color #701C16: hue angle of 4º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701C16 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 22 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.56 |
| HSL | 4º | 0.67% | 0.26% | - |
| HSV(B) | 4º | 0.8% | 0.44% | - |
| XYZ | 7.24 | 4.33 | 1.21 | - |
| YUV | 52.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 22 | 0 | 0.75 | 0.80 | 0.56 | 4 | 0.67 | 0.26 |
| Hex | 70 | 1C | 16 | 0 | 4B | 50 | 38 | 4 | 43 | 1A |
| Octal | 160 | 34 | 26 | 0 | 113 | 120 | 70 | 4 | 103 | 32 |
| Binary | 1110000 | 11100 | 10110 | 0 | 1001011 | 1010000 | 111000 | 100 | 1000011 | 11010 |
Color Harmonies of #701C16
Complementary color
Monochromatic Colors of #701C16
Black with #701C16
Text Example
Text Example
White with #701C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C16; }
p { color: rgb(112,28,22); }
H1.HeaderClassName
{
color: #701C16;
}
.AnyTagClassName
{
color: #701C16;
}
</style>
background-color css
<style>
a { background-color: #701C16; }
a { background-color: rgb(112,28,22); }
div.DivClassName
{
background-color: #701C16;
}
.BgClassName
{
background-color: #701C16;
}
</style>
border-color css
<style>
span { border-color: #701C16; }
span { border-color: rgb(112,28,22); }
td.TdClassName
{
border-color: #701C16;
}
.TagClassName
{
border-color: #701C16;
}
</style>