Shades of Falu Red #702114
Tints of Falu Red #702114
RGB
CMYK
RGB Variations
Color information
#702114 (or 0x702114) is known color: Falu Red. HEX triplet: 70, 21 and 14. RGB value is (112,33,20). Sum of RGB (Red+Green+Blue) = 112+33+20=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702114 is #8FDEEB. Grayscale: #373737. Windows color (decimal): -9428716 or 1319280. OLE color: 1319280.
HSL color Cylindrical-coordinate representation of color #702114: hue angle of 8.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702114 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 20 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.56 |
| HSL | 8.48º | 0.7% | 0.26% | - |
| HSV(B) | 8.48º | 0.82% | 0.44% | - |
| XYZ | 7.35 | 4.58 | 1.16 | - |
| YUV | 55.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 20 | 0 | 0.71 | 0.82 | 0.56 | 8.48 | 0.7 | 0.26 |
| Hex | 70 | 21 | 14 | 0 | 47 | 52 | 38 | 8 | 46 | 1A |
| Octal | 160 | 41 | 24 | 0 | 107 | 122 | 70 | 10 | 106 | 32 |
| Binary | 1110000 | 100001 | 10100 | 0 | 1000111 | 1010010 | 111000 | 1000 | 1000110 | 11010 |
Color Harmonies of #702114
Complementary color
Monochromatic Colors of #702114
Black with #702114
Text Example
Text Example
White with #702114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702114; }
p { color: rgb(112,33,20); }
H1.HeaderClassName
{
color: #702114;
}
.AnyTagClassName
{
color: #702114;
}
</style>
background-color css
<style>
a { background-color: #702114; }
a { background-color: rgb(112,33,20); }
div.DivClassName
{
background-color: #702114;
}
.BgClassName
{
background-color: #702114;
}
</style>
border-color css
<style>
span { border-color: #702114; }
span { border-color: rgb(112,33,20); }
td.TdClassName
{
border-color: #702114;
}
.TagClassName
{
border-color: #702114;
}
</style>