Shades of Falu Red #721609
Tints of Falu Red #721609
RGB
CMYK
RGB Variations
Color information
#721609 (or 0x721609) is known color: Falu Red. HEX triplet: 72, 16 and 09. RGB value is (114,22,9). Sum of RGB (Red+Green+Blue) = 114+22+9=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721609 is #8DE9F6. Grayscale: #303030. Windows color (decimal): -9300471 or 595570. OLE color: 595570.
HSL color Cylindrical-coordinate representation of color #721609: hue angle of 7.43º 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 #721609 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 9 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.55 |
| HSL | 7.43º | 0.85% | 0.24% | - |
| HSV(B) | 7.43º | 0.92% | 0.45% | - |
| XYZ | 7.28 | 4.17 | 0.68 | - |
| YUV | 48.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 9 | 0 | 0.81 | 0.92 | 0.55 | 7.43 | 0.85 | 0.24 |
| Hex | 72 | 16 | 9 | 0 | 51 | 5C | 37 | 7 | 55 | 18 |
| Octal | 162 | 26 | 11 | 0 | 121 | 134 | 67 | 7 | 125 | 30 |
| Binary | 1110010 | 10110 | 1001 | 0 | 1010001 | 1011100 | 110111 | 111 | 1010101 | 11000 |
Color Harmonies of #721609
Complementary color
Monochromatic Colors of #721609
Black with #721609
Text Example
Text Example
White with #721609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721609; }
p { color: rgb(114,22,9); }
H1.HeaderClassName
{
color: #721609;
}
.AnyTagClassName
{
color: #721609;
}
</style>
background-color css
<style>
a { background-color: #721609; }
a { background-color: rgb(114,22,9); }
div.DivClassName
{
background-color: #721609;
}
.BgClassName
{
background-color: #721609;
}
</style>
border-color css
<style>
span { border-color: #721609; }
span { border-color: rgb(114,22,9); }
td.TdClassName
{
border-color: #721609;
}
.TagClassName
{
border-color: #721609;
}
</style>