Shades of Falu Red #701B00
Tints of Falu Red #701B00
RGB
CMYK
RGB Variations
Color information
#701B00 (or 0x701B00) is known color: Falu Red. HEX triplet: 70, 1B and 00. RGB value is (112,27,0). Sum of RGB (Red+Green+Blue) = 112+27+0=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B00 is #8FE4FF. Grayscale: #313131. Windows color (decimal): -9430272 or 7024. OLE color: 7024.
HSL color Cylindrical-coordinate representation of color #701B00: hue angle of 14.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #701B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.56 |
| HSL | 14.46º | 1% | 0.22% | - |
| HSV(B) | 14.46º | 1% | 0.44% | - |
| XYZ | 7.07 | 4.23 | 0.44 | - |
| YUV | 49.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 0 | 0 | 0.76 | 1 | 0.56 | 14.46 | 1 | 0.22 |
| Hex | 70 | 1B | 0 | 0 | 4C | 64 | 38 | E | 64 | 16 |
| Octal | 160 | 33 | 0 | 0 | 114 | 144 | 70 | 16 | 144 | 26 |
| Binary | 1110000 | 11011 | 0 | 0 | 1001100 | 1100100 | 111000 | 1110 | 1100100 | 10110 |
Color Harmonies of #701B00
Complementary color
Monochromatic Colors of #701B00
Black with #701B00
Text Example
Text Example
White with #701B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B00; }
p { color: rgb(112,27,0); }
H1.HeaderClassName
{
color: #701B00;
}
.AnyTagClassName
{
color: #701B00;
}
</style>
background-color css
<style>
a { background-color: #701B00; }
a { background-color: rgb(112,27,0); }
div.DivClassName
{
background-color: #701B00;
}
.BgClassName
{
background-color: #701B00;
}
</style>
border-color css
<style>
span { border-color: #701B00; }
span { border-color: rgb(112,27,0); }
td.TdClassName
{
border-color: #701B00;
}
.TagClassName
{
border-color: #701B00;
}
</style>