Shades of Falu Red #791C06
Tints of Falu Red #791C06
RGB
CMYK
RGB Variations
Color information
#791C06 (or 0x791C06) is known color: Falu Red. HEX triplet: 79, 1C and 06. RGB value is (121,28,6). Sum of RGB (Red+Green+Blue) = 121+28+6=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #791C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791C06 is #86E3F9. Grayscale: #353535. Windows color (decimal): -8840186 or 400505. OLE color: 400505.
HSL color Cylindrical-coordinate representation of color #791C06: hue angle of 11.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #791C06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 6 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.53 |
| HSL | 11.48º | 0.91% | 0.25% | - |
| HSV(B) | 11.48º | 0.95% | 0.47% | - |
| XYZ | 8.33 | 4.91 | 0.68 | - |
| YUV | 53.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 6 | 0 | 0.77 | 0.95 | 0.53 | 11.48 | 0.91 | 0.25 |
| Hex | 79 | 1C | 6 | 0 | 4D | 5F | 35 | B | 5B | 19 |
| Octal | 171 | 34 | 6 | 0 | 115 | 137 | 65 | 13 | 133 | 31 |
| Binary | 1111001 | 11100 | 110 | 0 | 1001101 | 1011111 | 110101 | 1011 | 1011011 | 11001 |
Color Harmonies of #791C06
Complementary color
Monochromatic Colors of #791C06
Black with #791C06
Text Example
Text Example
White with #791C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C06; }
p { color: rgb(121,28,6); }
H1.HeaderClassName
{
color: #791C06;
}
.AnyTagClassName
{
color: #791C06;
}
</style>
background-color css
<style>
a { background-color: #791C06; }
a { background-color: rgb(121,28,6); }
div.DivClassName
{
background-color: #791C06;
}
.BgClassName
{
background-color: #791C06;
}
</style>
border-color css
<style>
span { border-color: #791C06; }
span { border-color: rgb(121,28,6); }
td.TdClassName
{
border-color: #791C06;
}
.TagClassName
{
border-color: #791C06;
}
</style>