Shades of Falu Red #791D0C
Tints of Falu Red #791D0C
RGB
CMYK
RGB Variations
Color information
#791D0C (or 0x791D0C) is known color: Falu Red. HEX triplet: 79, 1D and 0C. RGB value is (121,29,12). Sum of RGB (Red+Green+Blue) = 121+29+12=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #791D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791D0C is #86E2F3. Grayscale: #363636. Windows color (decimal): -8839924 or 793977. OLE color: 793977.
HSL color Cylindrical-coordinate representation of color #791D0C: hue angle of 9.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #791D0C is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 12 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.53 |
| HSL | 9.36º | 0.82% | 0.26% | - |
| HSV(B) | 9.36º | 0.9% | 0.47% | - |
| XYZ | 8.39 | 4.97 | 0.86 | - |
| YUV | 54.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 12 | 0 | 0.76 | 0.90 | 0.53 | 9.36 | 0.82 | 0.26 |
| Hex | 79 | 1D | C | 0 | 4C | 5A | 35 | 9 | 52 | 1A |
| Octal | 171 | 35 | 14 | 0 | 114 | 132 | 65 | 11 | 122 | 32 |
| Binary | 1111001 | 11101 | 1100 | 0 | 1001100 | 1011010 | 110101 | 1001 | 1010010 | 11010 |
Color Harmonies of #791D0C
Complementary color
Monochromatic Colors of #791D0C
Black with #791D0C
Text Example
Text Example
White with #791D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D0C; }
p { color: rgb(121,29,12); }
H1.HeaderClassName
{
color: #791D0C;
}
.AnyTagClassName
{
color: #791D0C;
}
</style>
background-color css
<style>
a { background-color: #791D0C; }
a { background-color: rgb(121,29,12); }
div.DivClassName
{
background-color: #791D0C;
}
.BgClassName
{
background-color: #791D0C;
}
</style>
border-color css
<style>
span { border-color: #791D0C; }
span { border-color: rgb(121,29,12); }
td.TdClassName
{
border-color: #791D0C;
}
.TagClassName
{
border-color: #791D0C;
}
</style>