Shades of Falu Red #792009
Tints of Falu Red #792009
RGB
CMYK
RGB Variations
Color information
#792009 (or 0x792009) is known color: Falu Red. HEX triplet: 79, 20 and 09. RGB value is (121,32,9). Sum of RGB (Red+Green+Blue) = 121+32+9=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #792009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792009 is #86DFF6. Grayscale: #383838. Windows color (decimal): -8839159 or 598137. OLE color: 598137.
HSL color Cylindrical-coordinate representation of color #792009: hue angle of 12.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #792009 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 9 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.53 |
| HSL | 12.32º | 0.86% | 0.25% | - |
| HSV(B) | 12.32º | 0.93% | 0.47% | - |
| XYZ | 8.45 | 5.12 | 0.8 | - |
| YUV | 55.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 9 | 0 | 0.74 | 0.93 | 0.53 | 12.32 | 0.86 | 0.25 |
| Hex | 79 | 20 | 9 | 0 | 4A | 5D | 35 | C | 56 | 19 |
| Octal | 171 | 40 | 11 | 0 | 112 | 135 | 65 | 14 | 126 | 31 |
| Binary | 1111001 | 100000 | 1001 | 0 | 1001010 | 1011101 | 110101 | 1100 | 1010110 | 11001 |
Color Harmonies of #792009
Complementary color
Monochromatic Colors of #792009
Black with #792009
Text Example
Text Example
White with #792009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792009; }
p { color: rgb(121,32,9); }
H1.HeaderClassName
{
color: #792009;
}
.AnyTagClassName
{
color: #792009;
}
</style>
background-color css
<style>
a { background-color: #792009; }
a { background-color: rgb(121,32,9); }
div.DivClassName
{
background-color: #792009;
}
.BgClassName
{
background-color: #792009;
}
</style>
border-color css
<style>
span { border-color: #792009; }
span { border-color: rgb(121,32,9); }
td.TdClassName
{
border-color: #792009;
}
.TagClassName
{
border-color: #792009;
}
</style>