Shades of Falu Red #701F02
Tints of Falu Red #701F02
RGB
CMYK
RGB Variations
Color information
#701F02 (or 0x701F02) is known color: Falu Red. HEX triplet: 70, 1F and 02. RGB value is (112,31,2). Sum of RGB (Red+Green+Blue) = 112+31+2=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #701F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F02 is #8FE0FD. Grayscale: #343434. Windows color (decimal): -9429246 or 139120. OLE color: 139120.
HSL color Cylindrical-coordinate representation of color #701F02: hue angle of 15.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701F02 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.56 |
| HSL | 15.82º | 0.96% | 0.22% | - |
| HSV(B) | 15.82º | 0.98% | 0.44% | - |
| XYZ | 7.18 | 4.43 | 0.53 | - |
| YUV | 51.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 2 | 0 | 0.72 | 0.98 | 0.56 | 15.82 | 0.96 | 0.22 |
| Hex | 70 | 1F | 2 | 0 | 48 | 62 | 38 | 10 | 60 | 16 |
| Octal | 160 | 37 | 2 | 0 | 110 | 142 | 70 | 20 | 140 | 26 |
| Binary | 1110000 | 11111 | 10 | 0 | 1001000 | 1100010 | 111000 | 10000 | 1100000 | 10110 |
Color Harmonies of #701F02
Complementary color
Monochromatic Colors of #701F02
Black with #701F02
Text Example
Text Example
White with #701F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F02; }
p { color: rgb(112,31,2); }
H1.HeaderClassName
{
color: #701F02;
}
.AnyTagClassName
{
color: #701F02;
}
</style>
background-color css
<style>
a { background-color: #701F02; }
a { background-color: rgb(112,31,2); }
div.DivClassName
{
background-color: #701F02;
}
.BgClassName
{
background-color: #701F02;
}
</style>
border-color css
<style>
span { border-color: #701F02; }
span { border-color: rgb(112,31,2); }
td.TdClassName
{
border-color: #701F02;
}
.TagClassName
{
border-color: #701F02;
}
</style>