Shades of Falu Red #7B1509
Tints of Falu Red #7B1509
RGB
CMYK
RGB Variations
Color information
#7B1509 (or 0x7B1509) is known color: Falu Red. HEX triplet: 7B, 15 and 09. RGB value is (123,21,9). Sum of RGB (Red+Green+Blue) = 123+21+9=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1509 is #84EAF6. Grayscale: #323232. Windows color (decimal): -8710903 or 595323. OLE color: 595323.
HSL color Cylindrical-coordinate representation of color #7B1509: hue angle of 6.32º 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 #7B1509 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 9 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.52 |
| HSL | 6.32º | 0.86% | 0.26% | - |
| HSV(B) | 6.32º | 0.93% | 0.48% | - |
| XYZ | 8.49 | 4.77 | 0.73 | - |
| YUV | 50.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 9 | 0 | 0.83 | 0.93 | 0.52 | 6.32 | 0.86 | 0.26 |
| Hex | 7B | 15 | 9 | 0 | 53 | 5D | 34 | 6 | 56 | 1A |
| Octal | 173 | 25 | 11 | 0 | 123 | 135 | 64 | 6 | 126 | 32 |
| Binary | 1111011 | 10101 | 1001 | 0 | 1010011 | 1011101 | 110100 | 110 | 1010110 | 11010 |
Color Harmonies of #7B1509
Complementary color
Monochromatic Colors of #7B1509
Black with #7B1509
Text Example
Text Example
White with #7B1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1509; }
p { color: rgb(123,21,9); }
H1.HeaderClassName
{
color: #7B1509;
}
.AnyTagClassName
{
color: #7B1509;
}
</style>
background-color css
<style>
a { background-color: #7B1509; }
a { background-color: rgb(123,21,9); }
div.DivClassName
{
background-color: #7B1509;
}
.BgClassName
{
background-color: #7B1509;
}
</style>
border-color css
<style>
span { border-color: #7B1509; }
span { border-color: rgb(123,21,9); }
td.TdClassName
{
border-color: #7B1509;
}
.TagClassName
{
border-color: #7B1509;
}
</style>