Shades of Falu Red #702013
Tints of Falu Red #702013
RGB
CMYK
RGB Variations
Color information
#702013 (or 0x702013) is known color: Falu Red. HEX triplet: 70, 20 and 13. RGB value is (112,32,19). Sum of RGB (Red+Green+Blue) = 112+32+19=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #702013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702013 is #8FDFEC. Grayscale: #363636. Windows color (decimal): -9428973 or 1253488. OLE color: 1253488.
HSL color Cylindrical-coordinate representation of color #702013: hue angle of 8.39º 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 #702013 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 19 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.56 |
| HSL | 8.39º | 0.71% | 0.26% | - |
| HSV(B) | 8.39º | 0.83% | 0.44% | - |
| XYZ | 7.32 | 4.52 | 1.1 | - |
| YUV | 54.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 19 | 0 | 0.71 | 0.83 | 0.56 | 8.39 | 0.71 | 0.26 |
| Hex | 70 | 20 | 13 | 0 | 47 | 53 | 38 | 8 | 47 | 1A |
| Octal | 160 | 40 | 23 | 0 | 107 | 123 | 70 | 10 | 107 | 32 |
| Binary | 1110000 | 100000 | 10011 | 0 | 1000111 | 1010011 | 111000 | 1000 | 1000111 | 11010 |
Color Harmonies of #702013
Complementary color
Monochromatic Colors of #702013
Black with #702013
Text Example
Text Example
White with #702013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702013; }
p { color: rgb(112,32,19); }
H1.HeaderClassName
{
color: #702013;
}
.AnyTagClassName
{
color: #702013;
}
</style>
background-color css
<style>
a { background-color: #702013; }
a { background-color: rgb(112,32,19); }
div.DivClassName
{
background-color: #702013;
}
.BgClassName
{
background-color: #702013;
}
</style>
border-color css
<style>
span { border-color: #702013; }
span { border-color: rgb(112,32,19); }
td.TdClassName
{
border-color: #702013;
}
.TagClassName
{
border-color: #702013;
}
</style>