Shades of Falu Red #721911
Tints of Falu Red #721911
RGB
CMYK
RGB Variations
Color information
#721911 (or 0x721911) is known color: Falu Red. HEX triplet: 72, 19 and 11. RGB value is (114,25,17). Sum of RGB (Red+Green+Blue) = 114+25+17=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721911 is #8DE6EE. Grayscale: #323232. Windows color (decimal): -9299695 or 1120626. OLE color: 1120626.
HSL color Cylindrical-coordinate representation of color #721911: hue angle of 4.95º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721911 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 17 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.55 |
| HSL | 4.95º | 0.74% | 0.26% | - |
| HSV(B) | 4.95º | 0.85% | 0.45% | - |
| XYZ | 7.39 | 4.31 | 0.97 | - |
| YUV | 50.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 17 | 0 | 0.78 | 0.85 | 0.55 | 4.95 | 0.74 | 0.26 |
| Hex | 72 | 19 | 11 | 0 | 4E | 55 | 37 | 5 | 4A | 1A |
| Octal | 162 | 31 | 21 | 0 | 116 | 125 | 67 | 5 | 112 | 32 |
| Binary | 1110010 | 11001 | 10001 | 0 | 1001110 | 1010101 | 110111 | 101 | 1001010 | 11010 |
Color Harmonies of #721911
Complementary color
Monochromatic Colors of #721911
Black with #721911
Text Example
Text Example
White with #721911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721911; }
p { color: rgb(114,25,17); }
H1.HeaderClassName
{
color: #721911;
}
.AnyTagClassName
{
color: #721911;
}
</style>
background-color css
<style>
a { background-color: #721911; }
a { background-color: rgb(114,25,17); }
div.DivClassName
{
background-color: #721911;
}
.BgClassName
{
background-color: #721911;
}
</style>
border-color css
<style>
span { border-color: #721911; }
span { border-color: rgb(114,25,17); }
td.TdClassName
{
border-color: #721911;
}
.TagClassName
{
border-color: #721911;
}
</style>