Shades of Falu Red #7A1D1B
Tints of Falu Red #7A1D1B
RGB
CMYK
RGB Variations
Color information
#7A1D1B (or 0x7A1D1B) is known color: Falu Red. HEX triplet: 7A, 1D and 1B. RGB value is (122,29,27). Sum of RGB (Red+Green+Blue) = 122+29+27=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1D1B is #85E2E4. Grayscale: #383838. Windows color (decimal): -8774373 or 1777018. OLE color: 1777018.
HSL color Cylindrical-coordinate representation of color #7A1D1B: hue angle of 1.26º 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 #7A1D1B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 29 | 27 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.52 |
| HSL | 1.26º | 0.64% | 0.29% | - |
| HSV(B) | 1.26º | 0.78% | 0.48% | - |
| XYZ | 8.66 | 5.1 | 1.56 | - |
| YUV | 56.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 27 | 0 | 0.76 | 0.78 | 0.52 | 1.26 | 0.64 | 0.29 |
| Hex | 7A | 1D | 1B | 0 | 4C | 4E | 34 | 1 | 40 | 1D |
| Octal | 172 | 35 | 33 | 0 | 114 | 116 | 64 | 1 | 100 | 35 |
| Binary | 1111010 | 11101 | 11011 | 0 | 1001100 | 1001110 | 110100 | 1 | 1000000 | 11101 |
Color Harmonies of #7A1D1B
Complementary color
Monochromatic Colors of #7A1D1B
Black with #7A1D1B
Text Example
Text Example
White with #7A1D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D1B; }
p { color: rgb(122,29,27); }
H1.HeaderClassName
{
color: #7A1D1B;
}
.AnyTagClassName
{
color: #7A1D1B;
}
</style>
background-color css
<style>
a { background-color: #7A1D1B; }
a { background-color: rgb(122,29,27); }
div.DivClassName
{
background-color: #7A1D1B;
}
.BgClassName
{
background-color: #7A1D1B;
}
</style>
border-color css
<style>
span { border-color: #7A1D1B; }
span { border-color: rgb(122,29,27); }
td.TdClassName
{
border-color: #7A1D1B;
}
.TagClassName
{
border-color: #7A1D1B;
}
</style>