Shades of Falu Red #792010
Tints of Falu Red #792010
RGB
CMYK
RGB Variations
Color information
#792010 (or 0x792010) is known color: Falu Red. HEX triplet: 79, 20 and 10. RGB value is (121,32,16). Sum of RGB (Red+Green+Blue) = 121+32+16=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #792010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792010 is #86DFEF. Grayscale: #383838. Windows color (decimal): -8839152 or 1056889. OLE color: 1056889.
HSL color Cylindrical-coordinate representation of color #792010: hue angle of 9.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #792010 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 16 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.53 |
| HSL | 9.14º | 0.77% | 0.27% | - |
| HSV(B) | 9.14º | 0.87% | 0.47% | - |
| XYZ | 8.5 | 5.14 | 1.03 | - |
| YUV | 56.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 16 | 0 | 0.74 | 0.87 | 0.53 | 9.14 | 0.77 | 0.27 |
| Hex | 79 | 20 | 10 | 0 | 4A | 57 | 35 | 9 | 4D | 1B |
| Octal | 171 | 40 | 20 | 0 | 112 | 127 | 65 | 11 | 115 | 33 |
| Binary | 1111001 | 100000 | 10000 | 0 | 1001010 | 1010111 | 110101 | 1001 | 1001101 | 11011 |
Color Harmonies of #792010
Complementary color
Monochromatic Colors of #792010
Black with #792010
Text Example
Text Example
White with #792010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792010; }
p { color: rgb(121,32,16); }
H1.HeaderClassName
{
color: #792010;
}
.AnyTagClassName
{
color: #792010;
}
</style>
background-color css
<style>
a { background-color: #792010; }
a { background-color: rgb(121,32,16); }
div.DivClassName
{
background-color: #792010;
}
.BgClassName
{
background-color: #792010;
}
</style>
border-color css
<style>
span { border-color: #792010; }
span { border-color: rgb(121,32,16); }
td.TdClassName
{
border-color: #792010;
}
.TagClassName
{
border-color: #792010;
}
</style>