Shades of Falu Red #791B09
Tints of Falu Red #791B09
RGB
CMYK
RGB Variations
Color information
#791B09 (or 0x791B09) is known color: Falu Red. HEX triplet: 79, 1B and 09. RGB value is (121,27,9). Sum of RGB (Red+Green+Blue) = 121+27+9=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #791B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791B09 is #86E4F6. Grayscale: #353535. Windows color (decimal): -8840439 or 596857. OLE color: 596857.
HSL color Cylindrical-coordinate representation of color #791B09: hue angle of 9.64º 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 #791B09 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 9 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.53 |
| HSL | 9.64º | 0.86% | 0.25% | - |
| HSV(B) | 9.64º | 0.93% | 0.47% | - |
| XYZ | 8.33 | 4.87 | 0.76 | - |
| YUV | 53.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 9 | 0 | 0.78 | 0.93 | 0.53 | 9.64 | 0.86 | 0.25 |
| Hex | 79 | 1B | 9 | 0 | 4E | 5D | 35 | A | 56 | 19 |
| Octal | 171 | 33 | 11 | 0 | 116 | 135 | 65 | 12 | 126 | 31 |
| Binary | 1111001 | 11011 | 1001 | 0 | 1001110 | 1011101 | 110101 | 1010 | 1010110 | 11001 |
Color Harmonies of #791B09
Complementary color
Monochromatic Colors of #791B09
Black with #791B09
Text Example
Text Example
White with #791B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B09; }
p { color: rgb(121,27,9); }
H1.HeaderClassName
{
color: #791B09;
}
.AnyTagClassName
{
color: #791B09;
}
</style>
background-color css
<style>
a { background-color: #791B09; }
a { background-color: rgb(121,27,9); }
div.DivClassName
{
background-color: #791B09;
}
.BgClassName
{
background-color: #791B09;
}
</style>
border-color css
<style>
span { border-color: #791B09; }
span { border-color: rgb(121,27,9); }
td.TdClassName
{
border-color: #791B09;
}
.TagClassName
{
border-color: #791B09;
}
</style>