Shades of Falu Red #702113
Tints of Falu Red #702113
RGB
CMYK
RGB Variations
Color information
#702113 (or 0x702113) is known color: Falu Red. HEX triplet: 70, 21 and 13. RGB value is (112,33,19). Sum of RGB (Red+Green+Blue) = 112+33+19=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #702113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702113 is #8FDEEC. Grayscale: #373737. Windows color (decimal): -9428717 or 1253744. OLE color: 1253744.
HSL color Cylindrical-coordinate representation of color #702113: hue angle of 9.03º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #702113 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 19 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.56 |
| HSL | 9.03º | 0.71% | 0.26% | - |
| HSV(B) | 9.03º | 0.83% | 0.44% | - |
| XYZ | 7.34 | 4.58 | 1.11 | - |
| YUV | 55.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 19 | 0 | 0.71 | 0.83 | 0.56 | 9.03 | 0.71 | 0.26 |
| Hex | 70 | 21 | 13 | 0 | 47 | 53 | 38 | 9 | 47 | 1A |
| Octal | 160 | 41 | 23 | 0 | 107 | 123 | 70 | 11 | 107 | 32 |
| Binary | 1110000 | 100001 | 10011 | 0 | 1000111 | 1010011 | 111000 | 1001 | 1000111 | 11010 |
Color Harmonies of #702113
Complementary color
Monochromatic Colors of #702113
Black with #702113
Text Example
Text Example
White with #702113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702113; }
p { color: rgb(112,33,19); }
H1.HeaderClassName
{
color: #702113;
}
.AnyTagClassName
{
color: #702113;
}
</style>
background-color css
<style>
a { background-color: #702113; }
a { background-color: rgb(112,33,19); }
div.DivClassName
{
background-color: #702113;
}
.BgClassName
{
background-color: #702113;
}
</style>
border-color css
<style>
span { border-color: #702113; }
span { border-color: rgb(112,33,19); }
td.TdClassName
{
border-color: #702113;
}
.TagClassName
{
border-color: #702113;
}
</style>