Shades of Falu Red #791A0B
Tints of Falu Red #791A0B
RGB
CMYK
RGB Variations
Color information
#791A0B (or 0x791A0B) is known color: Falu Red. HEX triplet: 79, 1A and 0B. RGB value is (121,26,11). Sum of RGB (Red+Green+Blue) = 121+26+11=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #791A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A0B is #86E5F4. Grayscale: #343434. Windows color (decimal): -8840693 or 727673. OLE color: 727673.
HSL color Cylindrical-coordinate representation of color #791A0B: hue angle of 8.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #791A0B is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 26 | 11 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.53 |
| HSL | 8.18º | 0.83% | 0.26% | - |
| HSV(B) | 8.18º | 0.91% | 0.47% | - |
| XYZ | 8.31 | 4.83 | 0.81 | - |
| YUV | 52.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 11 | 0 | 0.79 | 0.91 | 0.53 | 8.18 | 0.83 | 0.26 |
| Hex | 79 | 1A | B | 0 | 4F | 5B | 35 | 8 | 53 | 1A |
| Octal | 171 | 32 | 13 | 0 | 117 | 133 | 65 | 10 | 123 | 32 |
| Binary | 1111001 | 11010 | 1011 | 0 | 1001111 | 1011011 | 110101 | 1000 | 1010011 | 11010 |
Color Harmonies of #791A0B
Complementary color
Monochromatic Colors of #791A0B
Black with #791A0B
Text Example
Text Example
White with #791A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791A0B; }
p { color: rgb(121,26,11); }
H1.HeaderClassName
{
color: #791A0B;
}
.AnyTagClassName
{
color: #791A0B;
}
</style>
background-color css
<style>
a { background-color: #791A0B; }
a { background-color: rgb(121,26,11); }
div.DivClassName
{
background-color: #791A0B;
}
.BgClassName
{
background-color: #791A0B;
}
</style>
border-color css
<style>
span { border-color: #791A0B; }
span { border-color: rgb(121,26,11); }
td.TdClassName
{
border-color: #791A0B;
}
.TagClassName
{
border-color: #791A0B;
}
</style>