Shades of Falu Red #792006
Tints of Falu Red #792006
RGB
CMYK
RGB Variations
Color information
#792006 (or 0x792006) is known color: Falu Red. HEX triplet: 79, 20 and 06. RGB value is (121,32,6). Sum of RGB (Red+Green+Blue) = 121+32+6=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #792006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792006 is #86DFF9. Grayscale: #373737. Windows color (decimal): -8839162 or 401529. OLE color: 401529.
HSL color Cylindrical-coordinate representation of color #792006: hue angle of 13.57º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #792006 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 6 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.53 |
| HSL | 13.57º | 0.91% | 0.25% | - |
| HSV(B) | 13.57º | 0.95% | 0.47% | - |
| XYZ | 8.43 | 5.11 | 0.71 | - |
| YUV | 55.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 6 | 0 | 0.74 | 0.95 | 0.53 | 13.57 | 0.91 | 0.25 |
| Hex | 79 | 20 | 6 | 0 | 4A | 5F | 35 | E | 5B | 19 |
| Octal | 171 | 40 | 6 | 0 | 112 | 137 | 65 | 16 | 133 | 31 |
| Binary | 1111001 | 100000 | 110 | 0 | 1001010 | 1011111 | 110101 | 1110 | 1011011 | 11001 |
Color Harmonies of #792006
Complementary color
Monochromatic Colors of #792006
Black with #792006
Text Example
Text Example
White with #792006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792006; }
p { color: rgb(121,32,6); }
H1.HeaderClassName
{
color: #792006;
}
.AnyTagClassName
{
color: #792006;
}
</style>
background-color css
<style>
a { background-color: #792006; }
a { background-color: rgb(121,32,6); }
div.DivClassName
{
background-color: #792006;
}
.BgClassName
{
background-color: #792006;
}
</style>
border-color css
<style>
span { border-color: #792006; }
span { border-color: rgb(121,32,6); }
td.TdClassName
{
border-color: #792006;
}
.TagClassName
{
border-color: #792006;
}
</style>