Shades of Falu Red #791E1D
Tints of Falu Red #791E1D
RGB
CMYK
RGB Variations
Color information
#791E1D (or 0x791E1D) is known color: Falu Red. HEX triplet: 79, 1E and 1D. RGB value is (121,30,29). Sum of RGB (Red+Green+Blue) = 121+30+29=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #791E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E1D is #86E1E2. Grayscale: #393939. Windows color (decimal): -8839651 or 1908345. OLE color: 1908345.
HSL color Cylindrical-coordinate representation of color #791E1D: hue angle of 0.65º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791E1D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 29 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.53 |
| HSL | 0.65º | 0.61% | 0.29% | - |
| HSV(B) | 0.65º | 0.76% | 0.47% | - |
| XYZ | 8.57 | 5.08 | 1.69 | - |
| YUV | 57.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 29 | 0 | 0.75 | 0.76 | 0.53 | 0.65 | 0.61 | 0.29 |
| Hex | 79 | 1E | 1D | 0 | 4B | 4C | 35 | 1 | 3D | 1D |
| Octal | 171 | 36 | 35 | 0 | 113 | 114 | 65 | 1 | 75 | 35 |
| Binary | 1111001 | 11110 | 11101 | 0 | 1001011 | 1001100 | 110101 | 1 | 111101 | 11101 |
Color Harmonies of #791E1D
Complementary color
Monochromatic Colors of #791E1D
Black with #791E1D
Text Example
Text Example
White with #791E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E1D; }
p { color: rgb(121,30,29); }
H1.HeaderClassName
{
color: #791E1D;
}
.AnyTagClassName
{
color: #791E1D;
}
</style>
background-color css
<style>
a { background-color: #791E1D; }
a { background-color: rgb(121,30,29); }
div.DivClassName
{
background-color: #791E1D;
}
.BgClassName
{
background-color: #791E1D;
}
</style>
border-color css
<style>
span { border-color: #791E1D; }
span { border-color: rgb(121,30,29); }
td.TdClassName
{
border-color: #791E1D;
}
.TagClassName
{
border-color: #791E1D;
}
</style>