Shades of Falu Red #7A1D00
Tints of Falu Red #7A1D00
RGB
CMYK
RGB Variations
Color information
#7A1D00 (or 0x7A1D00) is known color: Falu Red. HEX triplet: 7A, 1D and 00. RGB value is (122,29,0). Sum of RGB (Red+Green+Blue) = 122+29+0=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1D00 is #85E2FF. Grayscale: #353535. Windows color (decimal): -8774400 or 7546. OLE color: 7546.
HSL color Cylindrical-coordinate representation of color #7A1D00: hue angle of 14.26º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A1D00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 29 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.52 |
| HSL | 14.26º | 1% | 0.24% | - |
| HSV(B) | 14.26º | 1% | 0.48% | - |
| XYZ | 8.47 | 5.02 | 0.52 | - |
| YUV | 53.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 0 | 0 | 0.76 | 1 | 0.52 | 14.26 | 1 | 0.24 |
| Hex | 7A | 1D | 0 | 0 | 4C | 64 | 34 | E | 64 | 18 |
| Octal | 172 | 35 | 0 | 0 | 114 | 144 | 64 | 16 | 144 | 30 |
| Binary | 1111010 | 11101 | 0 | 0 | 1001100 | 1100100 | 110100 | 1110 | 1100100 | 11000 |
Color Harmonies of #7A1D00
Complementary color
Monochromatic Colors of #7A1D00
Black with #7A1D00
Text Example
Text Example
White with #7A1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D00; }
p { color: rgb(122,29,0); }
H1.HeaderClassName
{
color: #7A1D00;
}
.AnyTagClassName
{
color: #7A1D00;
}
</style>
background-color css
<style>
a { background-color: #7A1D00; }
a { background-color: rgb(122,29,0); }
div.DivClassName
{
background-color: #7A1D00;
}
.BgClassName
{
background-color: #7A1D00;
}
</style>
border-color css
<style>
span { border-color: #7A1D00; }
span { border-color: rgb(122,29,0); }
td.TdClassName
{
border-color: #7A1D00;
}
.TagClassName
{
border-color: #7A1D00;
}
</style>