Shades of Falu Red #702107
Tints of Falu Red #702107
RGB
CMYK
RGB Variations
Color information
#702107 (or 0x702107) is known color: Falu Red. HEX triplet: 70, 21 and 07. RGB value is (112,33,7). Sum of RGB (Red+Green+Blue) = 112+33+7=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702107 is #8FDEF8. Grayscale: #353535. Windows color (decimal): -9428729 or 467312. OLE color: 467312.
HSL color Cylindrical-coordinate representation of color #702107: hue angle of 14.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #702107 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 7 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.56 |
| HSL | 14.86º | 0.88% | 0.23% | - |
| HSV(B) | 14.86º | 0.94% | 0.44% | - |
| XYZ | 7.26 | 4.55 | 0.7 | - |
| YUV | 53.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 7 | 0 | 0.71 | 0.94 | 0.56 | 14.86 | 0.88 | 0.23 |
| Hex | 70 | 21 | 7 | 0 | 47 | 5E | 38 | F | 58 | 17 |
| Octal | 160 | 41 | 7 | 0 | 107 | 136 | 70 | 17 | 130 | 27 |
| Binary | 1110000 | 100001 | 111 | 0 | 1000111 | 1011110 | 111000 | 1111 | 1011000 | 10111 |
Color Harmonies of #702107
Complementary color
Monochromatic Colors of #702107
Black with #702107
Text Example
Text Example
White with #702107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702107; }
p { color: rgb(112,33,7); }
H1.HeaderClassName
{
color: #702107;
}
.AnyTagClassName
{
color: #702107;
}
</style>
background-color css
<style>
a { background-color: #702107; }
a { background-color: rgb(112,33,7); }
div.DivClassName
{
background-color: #702107;
}
.BgClassName
{
background-color: #702107;
}
</style>
border-color css
<style>
span { border-color: #702107; }
span { border-color: rgb(112,33,7); }
td.TdClassName
{
border-color: #702107;
}
.TagClassName
{
border-color: #702107;
}
</style>