Shades of Falu Red #791F10
Tints of Falu Red #791F10
RGB
CMYK
RGB Variations
Color information
#791F10 (or 0x791F10) is known color: Falu Red. HEX triplet: 79, 1F and 10. RGB value is (121,31,16). Sum of RGB (Red+Green+Blue) = 121+31+16=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #791F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F10 is #86E0EF. Grayscale: #383838. Windows color (decimal): -8839408 or 1056633. OLE color: 1056633.
HSL color Cylindrical-coordinate representation of color #791F10: hue angle of 8.57º 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 #791F10 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 31 | 16 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.53 |
| HSL | 8.57º | 0.77% | 0.27% | - |
| HSV(B) | 8.57º | 0.87% | 0.47% | - |
| XYZ | 8.47 | 5.08 | 1.02 | - |
| YUV | 56.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 16 | 0 | 0.74 | 0.87 | 0.53 | 8.57 | 0.77 | 0.27 |
| Hex | 79 | 1F | 10 | 0 | 4A | 57 | 35 | 9 | 4D | 1B |
| Octal | 171 | 37 | 20 | 0 | 112 | 127 | 65 | 11 | 115 | 33 |
| Binary | 1111001 | 11111 | 10000 | 0 | 1001010 | 1010111 | 110101 | 1001 | 1001101 | 11011 |
Color Harmonies of #791F10
Complementary color
Monochromatic Colors of #791F10
Black with #791F10
Text Example
Text Example
White with #791F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791F10; }
p { color: rgb(121,31,16); }
H1.HeaderClassName
{
color: #791F10;
}
.AnyTagClassName
{
color: #791F10;
}
</style>
background-color css
<style>
a { background-color: #791F10; }
a { background-color: rgb(121,31,16); }
div.DivClassName
{
background-color: #791F10;
}
.BgClassName
{
background-color: #791F10;
}
</style>
border-color css
<style>
span { border-color: #791F10; }
span { border-color: rgb(121,31,16); }
td.TdClassName
{
border-color: #791F10;
}
.TagClassName
{
border-color: #791F10;
}
</style>