Shades of Falu Red #791E15
Tints of Falu Red #791E15
RGB
CMYK
RGB Variations
Color information
#791E15 (or 0x791E15) is known color: Falu Red. HEX triplet: 79, 1E and 15. RGB value is (121,30,21). Sum of RGB (Red+Green+Blue) = 121+30+21=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #791E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E15 is #86E1EA. Grayscale: #383838. Windows color (decimal): -8839659 or 1384057. OLE color: 1384057.
HSL color Cylindrical-coordinate representation of color #791E15: hue angle of 5.4º degrees, saturation: 0.7, 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 #791E15 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 21 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.53 |
| HSL | 5.4º | 0.7% | 0.28% | - |
| HSV(B) | 5.4º | 0.83% | 0.47% | - |
| XYZ | 8.48 | 5.05 | 1.24 | - |
| YUV | 56.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 21 | 0 | 0.75 | 0.83 | 0.53 | 5.4 | 0.7 | 0.28 |
| Hex | 79 | 1E | 15 | 0 | 4B | 53 | 35 | 5 | 46 | 1C |
| Octal | 171 | 36 | 25 | 0 | 113 | 123 | 65 | 5 | 106 | 34 |
| Binary | 1111001 | 11110 | 10101 | 0 | 1001011 | 1010011 | 110101 | 101 | 1000110 | 11100 |
Color Harmonies of #791E15
Complementary color
Monochromatic Colors of #791E15
Black with #791E15
Text Example
Text Example
White with #791E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E15; }
p { color: rgb(121,30,21); }
H1.HeaderClassName
{
color: #791E15;
}
.AnyTagClassName
{
color: #791E15;
}
</style>
background-color css
<style>
a { background-color: #791E15; }
a { background-color: rgb(121,30,21); }
div.DivClassName
{
background-color: #791E15;
}
.BgClassName
{
background-color: #791E15;
}
</style>
border-color css
<style>
span { border-color: #791E15; }
span { border-color: rgb(121,30,21); }
td.TdClassName
{
border-color: #791E15;
}
.TagClassName
{
border-color: #791E15;
}
</style>