Shades of Falu Red #7A241B
Tints of Falu Red #7A241B
RGB
CMYK
RGB Variations
Color information
#7A241B (or 0x7A241B) is known color: Falu Red. HEX triplet: 7A, 24 and 1B. RGB value is (122,36,27). Sum of RGB (Red+Green+Blue) = 122+36+27=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A241B is #85DBE4. Grayscale: #3C3C3C. Windows color (decimal): -8772581 or 1778810. OLE color: 1778810.
HSL color Cylindrical-coordinate representation of color #7A241B: hue angle of 5.68º 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 #7A241B is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 27 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.52 |
| HSL | 5.68º | 0.64% | 0.29% | - |
| HSV(B) | 5.68º | 0.78% | 0.48% | - |
| XYZ | 8.85 | 5.48 | 1.63 | - |
| YUV | 60.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 27 | 0 | 0.70 | 0.78 | 0.52 | 5.68 | 0.64 | 0.29 |
| Hex | 7A | 24 | 1B | 0 | 46 | 4E | 34 | 6 | 40 | 1D |
| Octal | 172 | 44 | 33 | 0 | 106 | 116 | 64 | 6 | 100 | 35 |
| Binary | 1111010 | 100100 | 11011 | 0 | 1000110 | 1001110 | 110100 | 110 | 1000000 | 11101 |
Color Harmonies of #7A241B
Complementary color
Monochromatic Colors of #7A241B
Black with #7A241B
Text Example
Text Example
White with #7A241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A241B; }
p { color: rgb(122,36,27); }
H1.HeaderClassName
{
color: #7A241B;
}
.AnyTagClassName
{
color: #7A241B;
}
</style>
background-color css
<style>
a { background-color: #7A241B; }
a { background-color: rgb(122,36,27); }
div.DivClassName
{
background-color: #7A241B;
}
.BgClassName
{
background-color: #7A241B;
}
</style>
border-color css
<style>
span { border-color: #7A241B; }
span { border-color: rgb(122,36,27); }
td.TdClassName
{
border-color: #7A241B;
}
.TagClassName
{
border-color: #7A241B;
}
</style>