Shades of Falu Red #7A1816
Tints of Falu Red #7A1816
RGB
CMYK
RGB Variations
Color information
#7A1816 (or 0x7A1816) is known color: Falu Red. HEX triplet: 7A, 18 and 16. RGB value is (122,24,22). Sum of RGB (Red+Green+Blue) = 122+24+22=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1816 is #85E7E9. Grayscale: #353535. Windows color (decimal): -8775658 or 1448058. OLE color: 1448058.
HSL color Cylindrical-coordinate representation of color #7A1816: hue angle of 1.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1816 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 22 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.52 |
| HSL | 1.2º | 0.69% | 0.28% | - |
| HSV(B) | 1.2º | 0.82% | 0.48% | - |
| XYZ | 8.5 | 4.85 | 1.25 | - |
| YUV | 53.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 22 | 0 | 0.80 | 0.82 | 0.52 | 1.2 | 0.69 | 0.28 |
| Hex | 7A | 18 | 16 | 0 | 50 | 52 | 34 | 1 | 45 | 1C |
| Octal | 172 | 30 | 26 | 0 | 120 | 122 | 64 | 1 | 105 | 34 |
| Binary | 1111010 | 11000 | 10110 | 0 | 1010000 | 1010010 | 110100 | 1 | 1000101 | 11100 |
Color Harmonies of #7A1816
Complementary color
Monochromatic Colors of #7A1816
Black with #7A1816
Text Example
Text Example
White with #7A1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1816; }
p { color: rgb(122,24,22); }
H1.HeaderClassName
{
color: #7A1816;
}
.AnyTagClassName
{
color: #7A1816;
}
</style>
background-color css
<style>
a { background-color: #7A1816; }
a { background-color: rgb(122,24,22); }
div.DivClassName
{
background-color: #7A1816;
}
.BgClassName
{
background-color: #7A1816;
}
</style>
border-color css
<style>
span { border-color: #7A1816; }
span { border-color: rgb(122,24,22); }
td.TdClassName
{
border-color: #7A1816;
}
.TagClassName
{
border-color: #7A1816;
}
</style>