Shades of Falu Red #7B160B
Tints of Falu Red #7B160B
RGB
CMYK
RGB Variations
Color information
#7B160B (or 0x7B160B) is known color: Falu Red. HEX triplet: 7B, 16 and 0B. RGB value is (123,22,11). Sum of RGB (Red+Green+Blue) = 123+22+11=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B160B is #84E9F4. Grayscale: #333333. Windows color (decimal): -8710645 or 726651. OLE color: 726651.
HSL color Cylindrical-coordinate representation of color #7B160B: hue angle of 5.89º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B160B is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 11 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.52 |
| HSL | 5.89º | 0.84% | 0.26% | - |
| HSV(B) | 5.89º | 0.91% | 0.48% | - |
| XYZ | 8.52 | 4.81 | 0.8 | - |
| YUV | 50.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 11 | 0 | 0.82 | 0.91 | 0.52 | 5.89 | 0.84 | 0.26 |
| Hex | 7B | 16 | B | 0 | 52 | 5B | 34 | 6 | 54 | 1A |
| Octal | 173 | 26 | 13 | 0 | 122 | 133 | 64 | 6 | 124 | 32 |
| Binary | 1111011 | 10110 | 1011 | 0 | 1010010 | 1011011 | 110100 | 110 | 1010100 | 11010 |
Color Harmonies of #7B160B
Complementary color
Monochromatic Colors of #7B160B
Black with #7B160B
Text Example
Text Example
White with #7B160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B160B; }
p { color: rgb(123,22,11); }
H1.HeaderClassName
{
color: #7B160B;
}
.AnyTagClassName
{
color: #7B160B;
}
</style>
background-color css
<style>
a { background-color: #7B160B; }
a { background-color: rgb(123,22,11); }
div.DivClassName
{
background-color: #7B160B;
}
.BgClassName
{
background-color: #7B160B;
}
</style>
border-color css
<style>
span { border-color: #7B160B; }
span { border-color: rgb(123,22,11); }
td.TdClassName
{
border-color: #7B160B;
}
.TagClassName
{
border-color: #7B160B;
}
</style>