Shades of Falu Red #791B05
Tints of Falu Red #791B05
RGB
CMYK
RGB Variations
Color information
#791B05 (or 0x791B05) is known color: Falu Red. HEX triplet: 79, 1B and 05. RGB value is (121,27,5). Sum of RGB (Red+Green+Blue) = 121+27+5=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791B05 is #86E4FA. Grayscale: #343434. Windows color (decimal): -8840443 or 334713. OLE color: 334713.
HSL color Cylindrical-coordinate representation of color #791B05: hue angle of 11.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #791B05 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 5 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.53 |
| HSL | 11.38º | 0.92% | 0.25% | - |
| HSV(B) | 11.38º | 0.96% | 0.47% | - |
| XYZ | 8.3 | 4.86 | 0.64 | - |
| YUV | 52.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 5 | 0 | 0.78 | 0.96 | 0.53 | 11.38 | 0.92 | 0.25 |
| Hex | 79 | 1B | 5 | 0 | 4E | 60 | 35 | B | 5C | 19 |
| Octal | 171 | 33 | 5 | 0 | 116 | 140 | 65 | 13 | 134 | 31 |
| Binary | 1111001 | 11011 | 101 | 0 | 1001110 | 1100000 | 110101 | 1011 | 1011100 | 11001 |
Color Harmonies of #791B05
Complementary color
Monochromatic Colors of #791B05
Black with #791B05
Text Example
Text Example
White with #791B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B05; }
p { color: rgb(121,27,5); }
H1.HeaderClassName
{
color: #791B05;
}
.AnyTagClassName
{
color: #791B05;
}
</style>
background-color css
<style>
a { background-color: #791B05; }
a { background-color: rgb(121,27,5); }
div.DivClassName
{
background-color: #791B05;
}
.BgClassName
{
background-color: #791B05;
}
</style>
border-color css
<style>
span { border-color: #791B05; }
span { border-color: rgb(121,27,5); }
td.TdClassName
{
border-color: #791B05;
}
.TagClassName
{
border-color: #791B05;
}
</style>