Shades of Falu Red #7A130C
Tints of Falu Red #7A130C
RGB
CMYK
RGB Variations
Color information
#7A130C (or 0x7A130C) is known color: Falu Red. HEX triplet: 7A, 13 and 0C. RGB value is (122,19,12). Sum of RGB (Red+Green+Blue) = 122+19+12=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A130C is #85ECF3. Grayscale: #313131. Windows color (decimal): -8776948 or 791418. OLE color: 791418.
HSL color Cylindrical-coordinate representation of color #7A130C: hue angle of 3.82º 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 #7A130C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 12 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.52 |
| HSL | 3.82º | 0.82% | 0.26% | - |
| HSV(B) | 3.82º | 0.9% | 0.48% | - |
| XYZ | 8.33 | 4.63 | 0.8 | - |
| YUV | 49 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 12 | 0 | 0.84 | 0.90 | 0.52 | 3.82 | 0.82 | 0.26 |
| Hex | 7A | 13 | C | 0 | 54 | 5A | 34 | 4 | 52 | 1A |
| Octal | 172 | 23 | 14 | 0 | 124 | 132 | 64 | 4 | 122 | 32 |
| Binary | 1111010 | 10011 | 1100 | 0 | 1010100 | 1011010 | 110100 | 100 | 1010010 | 11010 |
Color Harmonies of #7A130C
Complementary color
Monochromatic Colors of #7A130C
Black with #7A130C
Text Example
Text Example
White with #7A130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A130C; }
p { color: rgb(122,19,12); }
H1.HeaderClassName
{
color: #7A130C;
}
.AnyTagClassName
{
color: #7A130C;
}
</style>
background-color css
<style>
a { background-color: #7A130C; }
a { background-color: rgb(122,19,12); }
div.DivClassName
{
background-color: #7A130C;
}
.BgClassName
{
background-color: #7A130C;
}
</style>
border-color css
<style>
span { border-color: #7A130C; }
span { border-color: rgb(122,19,12); }
td.TdClassName
{
border-color: #7A130C;
}
.TagClassName
{
border-color: #7A130C;
}
</style>