Shades of Falu Red #721709
Tints of Falu Red #721709
RGB
CMYK
RGB Variations
Color information
#721709 (or 0x721709) is known color: Falu Red. HEX triplet: 72, 17 and 09. RGB value is (114,23,9). Sum of RGB (Red+Green+Blue) = 114+23+9=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #721709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721709 is #8DE8F6. Grayscale: #303030. Windows color (decimal): -9300215 or 595826. OLE color: 595826.
HSL color Cylindrical-coordinate representation of color #721709: hue angle of 8º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #721709 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 9 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.55 |
| HSL | 8º | 0.85% | 0.24% | - |
| HSV(B) | 8º | 0.92% | 0.45% | - |
| XYZ | 7.3 | 4.21 | 0.69 | - |
| YUV | 48.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 9 | 0 | 0.80 | 0.92 | 0.55 | 8 | 0.85 | 0.24 |
| Hex | 72 | 17 | 9 | 0 | 50 | 5C | 37 | 8 | 55 | 18 |
| Octal | 162 | 27 | 11 | 0 | 120 | 134 | 67 | 10 | 125 | 30 |
| Binary | 1110010 | 10111 | 1001 | 0 | 1010000 | 1011100 | 110111 | 1000 | 1010101 | 11000 |
Color Harmonies of #721709
Complementary color
Monochromatic Colors of #721709
Black with #721709
Text Example
Text Example
White with #721709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721709; }
p { color: rgb(114,23,9); }
H1.HeaderClassName
{
color: #721709;
}
.AnyTagClassName
{
color: #721709;
}
</style>
background-color css
<style>
a { background-color: #721709; }
a { background-color: rgb(114,23,9); }
div.DivClassName
{
background-color: #721709;
}
.BgClassName
{
background-color: #721709;
}
</style>
border-color css
<style>
span { border-color: #721709; }
span { border-color: rgb(114,23,9); }
td.TdClassName
{
border-color: #721709;
}
.TagClassName
{
border-color: #721709;
}
</style>