Shades of Falu Red #791F1A
Tints of Falu Red #791F1A
RGB
CMYK
RGB Variations
Color information
#791F1A (or 0x791F1A) is known color: Falu Red. HEX triplet: 79, 1F and 1A. RGB value is (121,31,26). Sum of RGB (Red+Green+Blue) = 121+31+26=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #791F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791F1A is #86E0E5. Grayscale: #393939. Windows color (decimal): -8839398 or 1711993. OLE color: 1711993.
HSL color Cylindrical-coordinate representation of color #791F1A: hue angle of 3.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791F1A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 31 | 26 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.53 |
| HSL | 3.16º | 0.65% | 0.29% | - |
| HSV(B) | 3.16º | 0.79% | 0.47% | - |
| XYZ | 8.56 | 5.12 | 1.51 | - |
| YUV | 57.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 26 | 0 | 0.74 | 0.79 | 0.53 | 3.16 | 0.65 | 0.29 |
| Hex | 79 | 1F | 1A | 0 | 4A | 4F | 35 | 3 | 41 | 1D |
| Octal | 171 | 37 | 32 | 0 | 112 | 117 | 65 | 3 | 101 | 35 |
| Binary | 1111001 | 11111 | 11010 | 0 | 1001010 | 1001111 | 110101 | 11 | 1000001 | 11101 |
Color Harmonies of #791F1A
Complementary color
Monochromatic Colors of #791F1A
Black with #791F1A
Text Example
Text Example
White with #791F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791F1A; }
p { color: rgb(121,31,26); }
H1.HeaderClassName
{
color: #791F1A;
}
.AnyTagClassName
{
color: #791F1A;
}
</style>
background-color css
<style>
a { background-color: #791F1A; }
a { background-color: rgb(121,31,26); }
div.DivClassName
{
background-color: #791F1A;
}
.BgClassName
{
background-color: #791F1A;
}
</style>
border-color css
<style>
span { border-color: #791F1A; }
span { border-color: rgb(121,31,26); }
td.TdClassName
{
border-color: #791F1A;
}
.TagClassName
{
border-color: #791F1A;
}
</style>