Shades of Falu Red #7F2404
Tints of Falu Red #7F2404
RGB
CMYK
RGB Variations
Color information
#7F2404 (or 0x7F2404) is known color: Falu Red. HEX triplet: 7F, 24 and 04. RGB value is (127,36,4). Sum of RGB (Red+Green+Blue) = 127+36+4=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2404 is #80DBFB. Grayscale: #3B3B3B. Windows color (decimal): -8444924 or 271487. OLE color: 271487.
HSL color Cylindrical-coordinate representation of color #7F2404: hue angle of 15.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F2404 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 4 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.50 |
| HSL | 15.61º | 0.94% | 0.26% | - |
| HSV(B) | 15.61º | 0.97% | 0.5% | - |
| XYZ | 9.41 | 5.78 | 0.74 | - |
| YUV | 59.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 4 | 0 | 0.72 | 0.97 | 0.50 | 15.61 | 0.94 | 0.26 |
| Hex | 7F | 24 | 4 | 0 | 48 | 61 | 32 | 10 | 5E | 1A |
| Octal | 177 | 44 | 4 | 0 | 110 | 141 | 62 | 20 | 136 | 32 |
| Binary | 1111111 | 100100 | 100 | 0 | 1001000 | 1100001 | 110010 | 10000 | 1011110 | 11010 |
Color Harmonies of #7F2404
Complementary color
Monochromatic Colors of #7F2404
Black with #7F2404
Text Example
Text Example
White with #7F2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2404; }
p { color: rgb(127,36,4); }
H1.HeaderClassName
{
color: #7F2404;
}
.AnyTagClassName
{
color: #7F2404;
}
</style>
background-color css
<style>
a { background-color: #7F2404; }
a { background-color: rgb(127,36,4); }
div.DivClassName
{
background-color: #7F2404;
}
.BgClassName
{
background-color: #7F2404;
}
</style>
border-color css
<style>
span { border-color: #7F2404; }
span { border-color: rgb(127,36,4); }
td.TdClassName
{
border-color: #7F2404;
}
.TagClassName
{
border-color: #7F2404;
}
</style>