Shades of Falu Red #7B140D
Tints of Falu Red #7B140D
RGB
CMYK
RGB Variations
Color information
#7B140D (or 0x7B140D) is known color: Falu Red. HEX triplet: 7B, 14 and 0D. RGB value is (123,20,13). Sum of RGB (Red+Green+Blue) = 123+20+13=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B140D is #84EBF2. Grayscale: #323232. Windows color (decimal): -8711155 or 857211. OLE color: 857211.
HSL color Cylindrical-coordinate representation of color #7B140D: hue angle of 3.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B140D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 20 | 13 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.52 |
| HSL | 3.82º | 0.81% | 0.27% | - |
| HSV(B) | 3.82º | 0.89% | 0.48% | - |
| XYZ | 8.49 | 4.74 | 0.85 | - |
| YUV | 50 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 13 | 0 | 0.84 | 0.89 | 0.52 | 3.82 | 0.81 | 0.27 |
| Hex | 7B | 14 | D | 0 | 54 | 59 | 34 | 4 | 51 | 1B |
| Octal | 173 | 24 | 15 | 0 | 124 | 131 | 64 | 4 | 121 | 33 |
| Binary | 1111011 | 10100 | 1101 | 0 | 1010100 | 1011001 | 110100 | 100 | 1010001 | 11011 |
Color Harmonies of #7B140D
Complementary color
Monochromatic Colors of #7B140D
Black with #7B140D
Text Example
Text Example
White with #7B140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B140D; }
p { color: rgb(123,20,13); }
H1.HeaderClassName
{
color: #7B140D;
}
.AnyTagClassName
{
color: #7B140D;
}
</style>
background-color css
<style>
a { background-color: #7B140D; }
a { background-color: rgb(123,20,13); }
div.DivClassName
{
background-color: #7B140D;
}
.BgClassName
{
background-color: #7B140D;
}
</style>
border-color css
<style>
span { border-color: #7B140D; }
span { border-color: rgb(123,20,13); }
td.TdClassName
{
border-color: #7B140D;
}
.TagClassName
{
border-color: #7B140D;
}
</style>