Shades of Falu Red #7F280C
Tints of Falu Red #7F280C
RGB
CMYK
RGB Variations
Color information
#7F280C (or 0x7F280C) is known color: Falu Red. HEX triplet: 7F, 28 and 0C. RGB value is (127,40,12). Sum of RGB (Red+Green+Blue) = 127+40+12=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F280C is #80D7F3. Grayscale: #3F3F3F. Windows color (decimal): -8443892 or 796799. OLE color: 796799.
HSL color Cylindrical-coordinate representation of color #7F280C: hue angle of 14.61º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F280C is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 12 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.50 |
| HSL | 14.61º | 0.83% | 0.27% | - |
| HSV(B) | 14.61º | 0.91% | 0.5% | - |
| XYZ | 9.58 | 6.06 | 1.01 | - |
| YUV | 62.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 12 | 0 | 0.69 | 0.91 | 0.50 | 14.61 | 0.83 | 0.27 |
| Hex | 7F | 28 | C | 0 | 45 | 5B | 32 | F | 53 | 1B |
| Octal | 177 | 50 | 14 | 0 | 105 | 133 | 62 | 17 | 123 | 33 |
| Binary | 1111111 | 101000 | 1100 | 0 | 1000101 | 1011011 | 110010 | 1111 | 1010011 | 11011 |
Color Harmonies of #7F280C
Complementary color
Monochromatic Colors of #7F280C
Black with #7F280C
Text Example
Text Example
White with #7F280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F280C; }
p { color: rgb(127,40,12); }
H1.HeaderClassName
{
color: #7F280C;
}
.AnyTagClassName
{
color: #7F280C;
}
</style>
background-color css
<style>
a { background-color: #7F280C; }
a { background-color: rgb(127,40,12); }
div.DivClassName
{
background-color: #7F280C;
}
.BgClassName
{
background-color: #7F280C;
}
</style>
border-color css
<style>
span { border-color: #7F280C; }
span { border-color: rgb(127,40,12); }
td.TdClassName
{
border-color: #7F280C;
}
.TagClassName
{
border-color: #7F280C;
}
</style>