Shades of Falu Red #7B1909
Tints of Falu Red #7B1909
RGB
CMYK
RGB Variations
Color information
#7B1909 (or 0x7B1909) is known color: Falu Red. HEX triplet: 7B, 19 and 09. RGB value is (123,25,9). Sum of RGB (Red+Green+Blue) = 123+25+9=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1909 is #84E6F6. Grayscale: #343434. Windows color (decimal): -8709879 or 596347. OLE color: 596347.
HSL color Cylindrical-coordinate representation of color #7B1909: hue angle of 8.42º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B1909 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 9 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.52 |
| HSL | 8.42º | 0.86% | 0.26% | - |
| HSV(B) | 8.42º | 0.93% | 0.48% | - |
| XYZ | 8.57 | 4.93 | 0.76 | - |
| YUV | 52.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 9 | 0 | 0.80 | 0.93 | 0.52 | 8.42 | 0.86 | 0.26 |
| Hex | 7B | 19 | 9 | 0 | 50 | 5D | 34 | 8 | 56 | 1A |
| Octal | 173 | 31 | 11 | 0 | 120 | 135 | 64 | 10 | 126 | 32 |
| Binary | 1111011 | 11001 | 1001 | 0 | 1010000 | 1011101 | 110100 | 1000 | 1010110 | 11010 |
Color Harmonies of #7B1909
Complementary color
Monochromatic Colors of #7B1909
Black with #7B1909
Text Example
Text Example
White with #7B1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1909; }
p { color: rgb(123,25,9); }
H1.HeaderClassName
{
color: #7B1909;
}
.AnyTagClassName
{
color: #7B1909;
}
</style>
background-color css
<style>
a { background-color: #7B1909; }
a { background-color: rgb(123,25,9); }
div.DivClassName
{
background-color: #7B1909;
}
.BgClassName
{
background-color: #7B1909;
}
</style>
border-color css
<style>
span { border-color: #7B1909; }
span { border-color: rgb(123,25,9); }
td.TdClassName
{
border-color: #7B1909;
}
.TagClassName
{
border-color: #7B1909;
}
</style>