Shades of Falu Red #7B130C
Tints of Falu Red #7B130C
RGB
CMYK
RGB Variations
Color information
#7B130C (or 0x7B130C) is known color: Falu Red. HEX triplet: 7B, 13 and 0C. RGB value is (123,19,12). Sum of RGB (Red+Green+Blue) = 123+19+12=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B130C is #84ECF3. Grayscale: #313131. Windows color (decimal): -8711412 or 791419. OLE color: 791419.
HSL color Cylindrical-coordinate representation of color #7B130C: hue angle of 3.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B130C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 12 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.52 |
| HSL | 3.78º | 0.82% | 0.26% | - |
| HSV(B) | 3.78º | 0.9% | 0.48% | - |
| XYZ | 8.47 | 4.7 | 0.81 | - |
| YUV | 49.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 12 | 0 | 0.85 | 0.90 | 0.52 | 3.78 | 0.82 | 0.26 |
| Hex | 7B | 13 | C | 0 | 55 | 5A | 34 | 4 | 52 | 1A |
| Octal | 173 | 23 | 14 | 0 | 125 | 132 | 64 | 4 | 122 | 32 |
| Binary | 1111011 | 10011 | 1100 | 0 | 1010101 | 1011010 | 110100 | 100 | 1010010 | 11010 |
Color Harmonies of #7B130C
Complementary color
Monochromatic Colors of #7B130C
Black with #7B130C
Text Example
Text Example
White with #7B130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B130C; }
p { color: rgb(123,19,12); }
H1.HeaderClassName
{
color: #7B130C;
}
.AnyTagClassName
{
color: #7B130C;
}
</style>
background-color css
<style>
a { background-color: #7B130C; }
a { background-color: rgb(123,19,12); }
div.DivClassName
{
background-color: #7B130C;
}
.BgClassName
{
background-color: #7B130C;
}
</style>
border-color css
<style>
span { border-color: #7B130C; }
span { border-color: rgb(123,19,12); }
td.TdClassName
{
border-color: #7B130C;
}
.TagClassName
{
border-color: #7B130C;
}
</style>