Shades of Falu Red #791E1E
Tints of Falu Red #791E1E
RGB
CMYK
RGB Variations
Color information
#791E1E (or 0x791E1E) is known color: Falu Red. HEX triplet: 79, 1E and 1E. RGB value is (121,30,30). Sum of RGB (Red+Green+Blue) = 121+30+30=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #791E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E1E is #86E1E1. Grayscale: #393939. Windows color (decimal): -8839650 or 1973881. OLE color: 1973881.
HSL color Cylindrical-coordinate representation of color #791E1E: hue angle of 0º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E1E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 30 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.53 |
| HSL | 0º | 0.6% | 0.3% | - |
| HSV(B) | 0º | 0.75% | 0.47% | - |
| XYZ | 8.58 | 5.09 | 1.76 | - |
| YUV | 57.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 30 | 0 | 0.75 | 0.75 | 0.53 | 0 | 0.6 | 0.3 |
| Hex | 79 | 1E | 1E | 0 | 4B | 4B | 35 | 0 | 3C | 1E |
| Octal | 171 | 36 | 36 | 0 | 113 | 113 | 65 | 0 | 74 | 36 |
| Binary | 1111001 | 11110 | 11110 | 0 | 1001011 | 1001011 | 110101 | 0 | 111100 | 11110 |
Color Harmonies of #791E1E
Complementary color
Monochromatic Colors of #791E1E
Black with #791E1E
Text Example
Text Example
White with #791E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E1E; }
p { color: rgb(121,30,30); }
H1.HeaderClassName
{
color: #791E1E;
}
.AnyTagClassName
{
color: #791E1E;
}
</style>
background-color css
<style>
a { background-color: #791E1E; }
a { background-color: rgb(121,30,30); }
div.DivClassName
{
background-color: #791E1E;
}
.BgClassName
{
background-color: #791E1E;
}
</style>
border-color css
<style>
span { border-color: #791E1E; }
span { border-color: rgb(121,30,30); }
td.TdClassName
{
border-color: #791E1E;
}
.TagClassName
{
border-color: #791E1E;
}
</style>