Shades of Falu Red #791E19
Tints of Falu Red #791E19
RGB
CMYK
RGB Variations
Color information
#791E19 (or 0x791E19) is known color: Falu Red. HEX triplet: 79, 1E and 19. RGB value is (121,30,25). Sum of RGB (Red+Green+Blue) = 121+30+25=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #791E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E19 is #86E1E6. Grayscale: #383838. Windows color (decimal): -8839655 or 1646201. OLE color: 1646201.
HSL color Cylindrical-coordinate representation of color #791E19: hue angle of 3.12º degrees, saturation: 0.66, 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 #791E19 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 25 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.53 |
| HSL | 3.13º | 0.66% | 0.29% | - |
| HSV(B) | 3.13º | 0.79% | 0.47% | - |
| XYZ | 8.52 | 5.06 | 1.45 | - |
| YUV | 56.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 25 | 0 | 0.75 | 0.79 | 0.53 | 3.13 | 0.66 | 0.29 |
| Hex | 79 | 1E | 19 | 0 | 4B | 4F | 35 | 3 | 42 | 1D |
| Octal | 171 | 36 | 31 | 0 | 113 | 117 | 65 | 3 | 102 | 35 |
| Binary | 1111001 | 11110 | 11001 | 0 | 1001011 | 1001111 | 110101 | 11 | 1000010 | 11101 |
Color Harmonies of #791E19
Complementary color
Monochromatic Colors of #791E19
Black with #791E19
Text Example
Text Example
White with #791E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E19; }
p { color: rgb(121,30,25); }
H1.HeaderClassName
{
color: #791E19;
}
.AnyTagClassName
{
color: #791E19;
}
</style>
background-color css
<style>
a { background-color: #791E19; }
a { background-color: rgb(121,30,25); }
div.DivClassName
{
background-color: #791E19;
}
.BgClassName
{
background-color: #791E19;
}
</style>
border-color css
<style>
span { border-color: #791E19; }
span { border-color: rgb(121,30,25); }
td.TdClassName
{
border-color: #791E19;
}
.TagClassName
{
border-color: #791E19;
}
</style>