Shades of Falu Red #702116
Tints of Falu Red #702116
RGB
CMYK
RGB Variations
Color information
#702116 (or 0x702116) is known color: Falu Red. HEX triplet: 70, 21 and 16. RGB value is (112,33,22). Sum of RGB (Red+Green+Blue) = 112+33+22=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702116 is #8FDEE9. Grayscale: #373737. Windows color (decimal): -9428714 or 1450352. OLE color: 1450352.
HSL color Cylindrical-coordinate representation of color #702116: hue angle of 7.33º 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 #702116 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 22 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.56 |
| HSL | 7.33º | 0.67% | 0.26% | - |
| HSV(B) | 7.33º | 0.8% | 0.44% | - |
| XYZ | 7.37 | 4.59 | 1.26 | - |
| YUV | 55.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 22 | 0 | 0.71 | 0.80 | 0.56 | 7.33 | 0.67 | 0.26 |
| Hex | 70 | 21 | 16 | 0 | 47 | 50 | 38 | 7 | 43 | 1A |
| Octal | 160 | 41 | 26 | 0 | 107 | 120 | 70 | 7 | 103 | 32 |
| Binary | 1110000 | 100001 | 10110 | 0 | 1000111 | 1010000 | 111000 | 111 | 1000011 | 11010 |
Color Harmonies of #702116
Complementary color
Monochromatic Colors of #702116
Black with #702116
Text Example
Text Example
White with #702116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702116; }
p { color: rgb(112,33,22); }
H1.HeaderClassName
{
color: #702116;
}
.AnyTagClassName
{
color: #702116;
}
</style>
background-color css
<style>
a { background-color: #702116; }
a { background-color: rgb(112,33,22); }
div.DivClassName
{
background-color: #702116;
}
.BgClassName
{
background-color: #702116;
}
</style>
border-color css
<style>
span { border-color: #702116; }
span { border-color: rgb(112,33,22); }
td.TdClassName
{
border-color: #702116;
}
.TagClassName
{
border-color: #702116;
}
</style>