Shades of Falu Red #7A1C1B
Tints of Falu Red #7A1C1B
RGB
CMYK
RGB Variations
Color information
#7A1C1B (or 0x7A1C1B) is known color: Falu Red. HEX triplet: 7A, 1C and 1B. RGB value is (122,28,27). Sum of RGB (Red+Green+Blue) = 122+28+27=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C1B is #85E3E4. Grayscale: #383838. Windows color (decimal): -8774629 or 1776762. OLE color: 1776762.
HSL color Cylindrical-coordinate representation of color #7A1C1B: hue angle of 0.63º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1C1B is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 27 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.52 |
| HSL | 0.63º | 0.64% | 0.29% | - |
| HSV(B) | 0.63º | 0.78% | 0.48% | - |
| XYZ | 8.64 | 5.05 | 1.56 | - |
| YUV | 55.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 27 | 0 | 0.77 | 0.78 | 0.52 | 0.63 | 0.64 | 0.29 |
| Hex | 7A | 1C | 1B | 0 | 4D | 4E | 34 | 1 | 40 | 1D |
| Octal | 172 | 34 | 33 | 0 | 115 | 116 | 64 | 1 | 100 | 35 |
| Binary | 1111010 | 11100 | 11011 | 0 | 1001101 | 1001110 | 110100 | 1 | 1000000 | 11101 |
Color Harmonies of #7A1C1B
Complementary color
Monochromatic Colors of #7A1C1B
Black with #7A1C1B
Text Example
Text Example
White with #7A1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C1B; }
p { color: rgb(122,28,27); }
H1.HeaderClassName
{
color: #7A1C1B;
}
.AnyTagClassName
{
color: #7A1C1B;
}
</style>
background-color css
<style>
a { background-color: #7A1C1B; }
a { background-color: rgb(122,28,27); }
div.DivClassName
{
background-color: #7A1C1B;
}
.BgClassName
{
background-color: #7A1C1B;
}
</style>
border-color css
<style>
span { border-color: #7A1C1B; }
span { border-color: rgb(122,28,27); }
td.TdClassName
{
border-color: #7A1C1B;
}
.TagClassName
{
border-color: #7A1C1B;
}
</style>