Shades of Falu Red #7B1309
Tints of Falu Red #7B1309
RGB
CMYK
RGB Variations
Color information
#7B1309 (or 0x7B1309) is known color: Falu Red. HEX triplet: 7B, 13 and 09. RGB value is (123,19,9). Sum of RGB (Red+Green+Blue) = 123+19+9=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1309 is #84ECF6. Grayscale: #313131. Windows color (decimal): -8711415 or 594811. OLE color: 594811.
HSL color Cylindrical-coordinate representation of color #7B1309: hue angle of 5.26º 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 #7B1309 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 9 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.52 |
| HSL | 5.26º | 0.86% | 0.26% | - |
| HSV(B) | 5.26º | 0.93% | 0.48% | - |
| XYZ | 8.45 | 4.7 | 0.72 | - |
| YUV | 48.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 9 | 0 | 0.85 | 0.93 | 0.52 | 5.26 | 0.86 | 0.26 |
| Hex | 7B | 13 | 9 | 0 | 55 | 5D | 34 | 5 | 56 | 1A |
| Octal | 173 | 23 | 11 | 0 | 125 | 135 | 64 | 5 | 126 | 32 |
| Binary | 1111011 | 10011 | 1001 | 0 | 1010101 | 1011101 | 110100 | 101 | 1010110 | 11010 |
Color Harmonies of #7B1309
Complementary color
Monochromatic Colors of #7B1309
Black with #7B1309
Text Example
Text Example
White with #7B1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1309; }
p { color: rgb(123,19,9); }
H1.HeaderClassName
{
color: #7B1309;
}
.AnyTagClassName
{
color: #7B1309;
}
</style>
background-color css
<style>
a { background-color: #7B1309; }
a { background-color: rgb(123,19,9); }
div.DivClassName
{
background-color: #7B1309;
}
.BgClassName
{
background-color: #7B1309;
}
</style>
border-color css
<style>
span { border-color: #7B1309; }
span { border-color: rgb(123,19,9); }
td.TdClassName
{
border-color: #7B1309;
}
.TagClassName
{
border-color: #7B1309;
}
</style>