Shades of Falu Red #7B1612
Tints of Falu Red #7B1612
RGB
CMYK
RGB Variations
Color information
#7B1612 (or 0x7B1612) is known color: Falu Red. HEX triplet: 7B, 16 and 12. RGB value is (123,22,18). Sum of RGB (Red+Green+Blue) = 123+22+18=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1612 is #84E9ED. Grayscale: #333333. Windows color (decimal): -8710638 or 1185403. OLE color: 1185403.
HSL color Cylindrical-coordinate representation of color #7B1612: hue angle of 2.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1612 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 18 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.52 |
| HSL | 2.29º | 0.74% | 0.28% | - |
| HSV(B) | 2.29º | 0.85% | 0.48% | - |
| XYZ | 8.56 | 4.83 | 1.05 | - |
| YUV | 51.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 18 | 0 | 0.82 | 0.85 | 0.52 | 2.29 | 0.74 | 0.28 |
| Hex | 7B | 16 | 12 | 0 | 52 | 55 | 34 | 2 | 4A | 1C |
| Octal | 173 | 26 | 22 | 0 | 122 | 125 | 64 | 2 | 112 | 34 |
| Binary | 1111011 | 10110 | 10010 | 0 | 1010010 | 1010101 | 110100 | 10 | 1001010 | 11100 |
Color Harmonies of #7B1612
Complementary color
Monochromatic Colors of #7B1612
Black with #7B1612
Text Example
Text Example
White with #7B1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1612; }
p { color: rgb(123,22,18); }
H1.HeaderClassName
{
color: #7B1612;
}
.AnyTagClassName
{
color: #7B1612;
}
</style>
background-color css
<style>
a { background-color: #7B1612; }
a { background-color: rgb(123,22,18); }
div.DivClassName
{
background-color: #7B1612;
}
.BgClassName
{
background-color: #7B1612;
}
</style>
border-color css
<style>
span { border-color: #7B1612; }
span { border-color: rgb(123,22,18); }
td.TdClassName
{
border-color: #7B1612;
}
.TagClassName
{
border-color: #7B1612;
}
</style>