Shades of Falu Red #7A1915
Tints of Falu Red #7A1915
RGB
CMYK
RGB Variations
Color information
#7A1915 (or 0x7A1915) is known color: Falu Red. HEX triplet: 7A, 19 and 15. RGB value is (122,25,21). Sum of RGB (Red+Green+Blue) = 122+25+21=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1915 is #85E6EA. Grayscale: #353535. Windows color (decimal): -8775403 or 1382778. OLE color: 1382778.
HSL color Cylindrical-coordinate representation of color #7A1915: hue angle of 2.38º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1915 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 21 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.52 |
| HSL | 2.38º | 0.71% | 0.28% | - |
| HSV(B) | 2.38º | 0.83% | 0.48% | - |
| XYZ | 8.51 | 4.89 | 1.2 | - |
| YUV | 53.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 21 | 0 | 0.80 | 0.83 | 0.52 | 2.38 | 0.71 | 0.28 |
| Hex | 7A | 19 | 15 | 0 | 50 | 53 | 34 | 2 | 47 | 1C |
| Octal | 172 | 31 | 25 | 0 | 120 | 123 | 64 | 2 | 107 | 34 |
| Binary | 1111010 | 11001 | 10101 | 0 | 1010000 | 1010011 | 110100 | 10 | 1000111 | 11100 |
Color Harmonies of #7A1915
Complementary color
Monochromatic Colors of #7A1915
Black with #7A1915
Text Example
Text Example
White with #7A1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1915; }
p { color: rgb(122,25,21); }
H1.HeaderClassName
{
color: #7A1915;
}
.AnyTagClassName
{
color: #7A1915;
}
</style>
background-color css
<style>
a { background-color: #7A1915; }
a { background-color: rgb(122,25,21); }
div.DivClassName
{
background-color: #7A1915;
}
.BgClassName
{
background-color: #7A1915;
}
</style>
border-color css
<style>
span { border-color: #7A1915; }
span { border-color: rgb(122,25,21); }
td.TdClassName
{
border-color: #7A1915;
}
.TagClassName
{
border-color: #7A1915;
}
</style>