Shades of Falu Red #791E14
Tints of Falu Red #791E14
RGB
CMYK
RGB Variations
Color information
#791E14 (or 0x791E14) is known color: Falu Red. HEX triplet: 79, 1E and 14. RGB value is (121,30,20). Sum of RGB (Red+Green+Blue) = 121+30+20=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #791E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E14 is #86E1EB. Grayscale: #383838. Windows color (decimal): -8839660 or 1318521. OLE color: 1318521.
HSL color Cylindrical-coordinate representation of color #791E14: hue angle of 5.94º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791E14 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 20 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.53 |
| HSL | 5.94º | 0.72% | 0.28% | - |
| HSV(B) | 5.94º | 0.83% | 0.47% | - |
| XYZ | 8.48 | 5.04 | 1.19 | - |
| YUV | 56.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 20 | 0 | 0.75 | 0.83 | 0.53 | 5.94 | 0.72 | 0.28 |
| Hex | 79 | 1E | 14 | 0 | 4B | 53 | 35 | 6 | 48 | 1C |
| Octal | 171 | 36 | 24 | 0 | 113 | 123 | 65 | 6 | 110 | 34 |
| Binary | 1111001 | 11110 | 10100 | 0 | 1001011 | 1010011 | 110101 | 110 | 1001000 | 11100 |
Color Harmonies of #791E14
Complementary color
Monochromatic Colors of #791E14
Black with #791E14
Text Example
Text Example
White with #791E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E14; }
p { color: rgb(121,30,20); }
H1.HeaderClassName
{
color: #791E14;
}
.AnyTagClassName
{
color: #791E14;
}
</style>
background-color css
<style>
a { background-color: #791E14; }
a { background-color: rgb(121,30,20); }
div.DivClassName
{
background-color: #791E14;
}
.BgClassName
{
background-color: #791E14;
}
</style>
border-color css
<style>
span { border-color: #791E14; }
span { border-color: rgb(121,30,20); }
td.TdClassName
{
border-color: #791E14;
}
.TagClassName
{
border-color: #791E14;
}
</style>