Shades of Falu Red #7A2314
Tints of Falu Red #7A2314
RGB
CMYK
RGB Variations
Color information
#7A2314 (or 0x7A2314) is known color: Falu Red. HEX triplet: 7A, 23 and 14. RGB value is (122,35,20). Sum of RGB (Red+Green+Blue) = 122+35+20=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2314 is #85DCEB. Grayscale: #3B3B3B. Windows color (decimal): -8772844 or 1319802. OLE color: 1319802.
HSL color Cylindrical-coordinate representation of color #7A2314: hue angle of 8.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A2314 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 20 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.52 |
| HSL | 8.82º | 0.72% | 0.28% | - |
| HSV(B) | 8.82º | 0.84% | 0.48% | - |
| XYZ | 8.75 | 5.39 | 1.24 | - |
| YUV | 59.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 20 | 0 | 0.71 | 0.84 | 0.52 | 8.82 | 0.72 | 0.28 |
| Hex | 7A | 23 | 14 | 0 | 47 | 54 | 34 | 9 | 48 | 1C |
| Octal | 172 | 43 | 24 | 0 | 107 | 124 | 64 | 11 | 110 | 34 |
| Binary | 1111010 | 100011 | 10100 | 0 | 1000111 | 1010100 | 110100 | 1001 | 1001000 | 11100 |
Color Harmonies of #7A2314
Complementary color
Monochromatic Colors of #7A2314
Black with #7A2314
Text Example
Text Example
White with #7A2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2314; }
p { color: rgb(122,35,20); }
H1.HeaderClassName
{
color: #7A2314;
}
.AnyTagClassName
{
color: #7A2314;
}
</style>
background-color css
<style>
a { background-color: #7A2314; }
a { background-color: rgb(122,35,20); }
div.DivClassName
{
background-color: #7A2314;
}
.BgClassName
{
background-color: #7A2314;
}
</style>
border-color css
<style>
span { border-color: #7A2314; }
span { border-color: rgb(122,35,20); }
td.TdClassName
{
border-color: #7A2314;
}
.TagClassName
{
border-color: #7A2314;
}
</style>