Shades of Falu Red #721811
Tints of Falu Red #721811
RGB
CMYK
RGB Variations
Color information
#721811 (or 0x721811) is known color: Falu Red. HEX triplet: 72, 18 and 11. RGB value is (114,24,17). Sum of RGB (Red+Green+Blue) = 114+24+17=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721811 is #8DE7EE. Grayscale: #323232. Windows color (decimal): -9299951 or 1120370. OLE color: 1120370.
HSL color Cylindrical-coordinate representation of color #721811: hue angle of 4.33º 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 #721811 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 17 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.55 |
| HSL | 4.33º | 0.74% | 0.26% | - |
| HSV(B) | 4.33º | 0.85% | 0.45% | - |
| XYZ | 7.37 | 4.27 | 0.97 | - |
| YUV | 50.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 17 | 0 | 0.79 | 0.85 | 0.55 | 4.33 | 0.74 | 0.26 |
| Hex | 72 | 18 | 11 | 0 | 4F | 55 | 37 | 4 | 4A | 1A |
| Octal | 162 | 30 | 21 | 0 | 117 | 125 | 67 | 4 | 112 | 32 |
| Binary | 1110010 | 11000 | 10001 | 0 | 1001111 | 1010101 | 110111 | 100 | 1001010 | 11010 |
Color Harmonies of #721811
Complementary color
Monochromatic Colors of #721811
Black with #721811
Text Example
Text Example
White with #721811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721811; }
p { color: rgb(114,24,17); }
H1.HeaderClassName
{
color: #721811;
}
.AnyTagClassName
{
color: #721811;
}
</style>
background-color css
<style>
a { background-color: #721811; }
a { background-color: rgb(114,24,17); }
div.DivClassName
{
background-color: #721811;
}
.BgClassName
{
background-color: #721811;
}
</style>
border-color css
<style>
span { border-color: #721811; }
span { border-color: rgb(114,24,17); }
td.TdClassName
{
border-color: #721811;
}
.TagClassName
{
border-color: #721811;
}
</style>