Shades of Falu Red #721711
Tints of Falu Red #721711
RGB
CMYK
RGB Variations
Color information
#721711 (or 0x721711) is known color: Falu Red. HEX triplet: 72, 17 and 11. RGB value is (114,23,17). Sum of RGB (Red+Green+Blue) = 114+23+17=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721711 is #8DE8EE. Grayscale: #313131. Windows color (decimal): -9300207 or 1120114. OLE color: 1120114.
HSL color Cylindrical-coordinate representation of color #721711: hue angle of 3.71º 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 #721711 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 17 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.55 |
| HSL | 3.71º | 0.74% | 0.26% | - |
| HSV(B) | 3.71º | 0.85% | 0.45% | - |
| XYZ | 7.35 | 4.23 | 0.96 | - |
| YUV | 49.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 17 | 0 | 0.80 | 0.85 | 0.55 | 3.71 | 0.74 | 0.26 |
| Hex | 72 | 17 | 11 | 0 | 50 | 55 | 37 | 4 | 4A | 1A |
| Octal | 162 | 27 | 21 | 0 | 120 | 125 | 67 | 4 | 112 | 32 |
| Binary | 1110010 | 10111 | 10001 | 0 | 1010000 | 1010101 | 110111 | 100 | 1001010 | 11010 |
Color Harmonies of #721711
Complementary color
Monochromatic Colors of #721711
Black with #721711
Text Example
Text Example
White with #721711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721711; }
p { color: rgb(114,23,17); }
H1.HeaderClassName
{
color: #721711;
}
.AnyTagClassName
{
color: #721711;
}
</style>
background-color css
<style>
a { background-color: #721711; }
a { background-color: rgb(114,23,17); }
div.DivClassName
{
background-color: #721711;
}
.BgClassName
{
background-color: #721711;
}
</style>
border-color css
<style>
span { border-color: #721711; }
span { border-color: rgb(114,23,17); }
td.TdClassName
{
border-color: #721711;
}
.TagClassName
{
border-color: #721711;
}
</style>