Shades of Falu Red #7A1408
Tints of Falu Red #7A1408
RGB
CMYK
RGB Variations
Color information
#7A1408 (or 0x7A1408) is known color: Falu Red. HEX triplet: 7A, 14 and 08. RGB value is (122,20,8). Sum of RGB (Red+Green+Blue) = 122+20+8=150 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1408 is #85EBF7. Grayscale: #313131. Windows color (decimal): -8776696 or 529530. OLE color: 529530.
HSL color Cylindrical-coordinate representation of color #7A1408: hue angle of 6.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A1408 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 20 | 8 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.52 |
| HSL | 6.32º | 0.88% | 0.25% | - |
| HSV(B) | 6.32º | 0.93% | 0.48% | - |
| XYZ | 8.32 | 4.66 | 0.69 | - |
| YUV | 49.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 8 | 0 | 0.84 | 0.93 | 0.52 | 6.32 | 0.88 | 0.25 |
| Hex | 7A | 14 | 8 | 0 | 54 | 5D | 34 | 6 | 58 | 19 |
| Octal | 172 | 24 | 10 | 0 | 124 | 135 | 64 | 6 | 130 | 31 |
| Binary | 1111010 | 10100 | 1000 | 0 | 1010100 | 1011101 | 110100 | 110 | 1011000 | 11001 |
Color Harmonies of #7A1408
Complementary color
Monochromatic Colors of #7A1408
Black with #7A1408
Text Example
Text Example
White with #7A1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1408; }
p { color: rgb(122,20,8); }
H1.HeaderClassName
{
color: #7A1408;
}
.AnyTagClassName
{
color: #7A1408;
}
</style>
background-color css
<style>
a { background-color: #7A1408; }
a { background-color: rgb(122,20,8); }
div.DivClassName
{
background-color: #7A1408;
}
.BgClassName
{
background-color: #7A1408;
}
</style>
border-color css
<style>
span { border-color: #7A1408; }
span { border-color: rgb(122,20,8); }
td.TdClassName
{
border-color: #7A1408;
}
.TagClassName
{
border-color: #7A1408;
}
</style>