Shades of Falu Red #7A1F01
Tints of Falu Red #7A1F01
RGB
CMYK
RGB Variations
Color information
#7A1F01 (or 0x7A1F01) is known color: Falu Red. HEX triplet: 7A, 1F and 01. RGB value is (122,31,1). Sum of RGB (Red+Green+Blue) = 122+31+1=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1F01 is #85E0FE. Grayscale: #373737. Windows color (decimal): -8773887 or 73594. OLE color: 73594.
HSL color Cylindrical-coordinate representation of color #7A1F01: hue angle of 14.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A1F01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.52 |
| HSL | 14.88º | 0.98% | 0.24% | - |
| HSV(B) | 14.88º | 0.99% | 0.48% | - |
| XYZ | 8.52 | 5.12 | 0.57 | - |
| YUV | 54.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 1 | 0 | 0.75 | 0.99 | 0.52 | 14.88 | 0.98 | 0.24 |
| Hex | 7A | 1F | 1 | 0 | 4B | 63 | 34 | F | 62 | 18 |
| Octal | 172 | 37 | 1 | 0 | 113 | 143 | 64 | 17 | 142 | 30 |
| Binary | 1111010 | 11111 | 1 | 0 | 1001011 | 1100011 | 110100 | 1111 | 1100010 | 11000 |
Color Harmonies of #7A1F01
Complementary color
Monochromatic Colors of #7A1F01
Black with #7A1F01
Text Example
Text Example
White with #7A1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F01; }
p { color: rgb(122,31,1); }
H1.HeaderClassName
{
color: #7A1F01;
}
.AnyTagClassName
{
color: #7A1F01;
}
</style>
background-color css
<style>
a { background-color: #7A1F01; }
a { background-color: rgb(122,31,1); }
div.DivClassName
{
background-color: #7A1F01;
}
.BgClassName
{
background-color: #7A1F01;
}
</style>
border-color css
<style>
span { border-color: #7A1F01; }
span { border-color: rgb(122,31,1); }
td.TdClassName
{
border-color: #7A1F01;
}
.TagClassName
{
border-color: #7A1F01;
}
</style>