Shades of Falu Red #701808
Tints of Falu Red #701808
RGB
CMYK
RGB Variations
Color information
#701808 (or 0x701808) is known color: Falu Red. HEX triplet: 70, 18 and 08. RGB value is (112,24,8). Sum of RGB (Red+Green+Blue) = 112+24+8=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701808 is #8FE7F7. Grayscale: #303030. Windows color (decimal): -9431032 or 530544. OLE color: 530544.
HSL color Cylindrical-coordinate representation of color #701808: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #701808 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 8 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.56 |
| HSL | 9.23º | 0.87% | 0.24% | - |
| HSV(B) | 9.23º | 0.93% | 0.44% | - |
| XYZ | 7.05 | 4.12 | 0.65 | - |
| YUV | 48.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 8 | 0 | 0.79 | 0.93 | 0.56 | 9.23 | 0.87 | 0.24 |
| Hex | 70 | 18 | 8 | 0 | 4F | 5D | 38 | 9 | 57 | 18 |
| Octal | 160 | 30 | 10 | 0 | 117 | 135 | 70 | 11 | 127 | 30 |
| Binary | 1110000 | 11000 | 1000 | 0 | 1001111 | 1011101 | 111000 | 1001 | 1010111 | 11000 |
Color Harmonies of #701808
Complementary color
Monochromatic Colors of #701808
Black with #701808
Text Example
Text Example
White with #701808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701808; }
p { color: rgb(112,24,8); }
H1.HeaderClassName
{
color: #701808;
}
.AnyTagClassName
{
color: #701808;
}
</style>
background-color css
<style>
a { background-color: #701808; }
a { background-color: rgb(112,24,8); }
div.DivClassName
{
background-color: #701808;
}
.BgClassName
{
background-color: #701808;
}
</style>
border-color css
<style>
span { border-color: #701808; }
span { border-color: rgb(112,24,8); }
td.TdClassName
{
border-color: #701808;
}
.TagClassName
{
border-color: #701808;
}
</style>