Shades of Falu Red #722009
Tints of Falu Red #722009
RGB
CMYK
RGB Variations
Color information
#722009 (or 0x722009) is known color: Falu Red. HEX triplet: 72, 20 and 09. RGB value is (114,32,9). Sum of RGB (Red+Green+Blue) = 114+32+9=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722009 is #8DDFF6. Grayscale: #363636. Windows color (decimal): -9297911 or 598130. OLE color: 598130.
HSL color Cylindrical-coordinate representation of color #722009: hue angle of 13.14º 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 #722009 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 9 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.55 |
| HSL | 13.14º | 0.85% | 0.24% | - |
| HSV(B) | 13.14º | 0.92% | 0.45% | - |
| XYZ | 7.51 | 4.63 | 0.76 | - |
| YUV | 53.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 9 | 0 | 0.72 | 0.92 | 0.55 | 13.14 | 0.85 | 0.24 |
| Hex | 72 | 20 | 9 | 0 | 48 | 5C | 37 | D | 55 | 18 |
| Octal | 162 | 40 | 11 | 0 | 110 | 134 | 67 | 15 | 125 | 30 |
| Binary | 1110010 | 100000 | 1001 | 0 | 1001000 | 1011100 | 110111 | 1101 | 1010101 | 11000 |
Color Harmonies of #722009
Complementary color
Monochromatic Colors of #722009
Black with #722009
Text Example
Text Example
White with #722009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722009; }
p { color: rgb(114,32,9); }
H1.HeaderClassName
{
color: #722009;
}
.AnyTagClassName
{
color: #722009;
}
</style>
background-color css
<style>
a { background-color: #722009; }
a { background-color: rgb(114,32,9); }
div.DivClassName
{
background-color: #722009;
}
.BgClassName
{
background-color: #722009;
}
</style>
border-color css
<style>
span { border-color: #722009; }
span { border-color: rgb(114,32,9); }
td.TdClassName
{
border-color: #722009;
}
.TagClassName
{
border-color: #722009;
}
</style>