Shades of Falu Red #7F280D
Tints of Falu Red #7F280D
RGB
CMYK
RGB Variations
Color information
#7F280D (or 0x7F280D) is known color: Falu Red. HEX triplet: 7F, 28 and 0D. RGB value is (127,40,13). Sum of RGB (Red+Green+Blue) = 127+40+13=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F280D is #80D7F2. Grayscale: #3F3F3F. Windows color (decimal): -8443891 or 862335. OLE color: 862335.
HSL color Cylindrical-coordinate representation of color #7F280D: hue angle of 14.21º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F280D is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 13 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.50 |
| HSL | 14.21º | 0.81% | 0.27% | - |
| HSV(B) | 14.21º | 0.9% | 0.5% | - |
| XYZ | 9.58 | 6.06 | 1.05 | - |
| YUV | 62.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 13 | 0 | 0.69 | 0.90 | 0.50 | 14.21 | 0.81 | 0.27 |
| Hex | 7F | 28 | D | 0 | 45 | 5A | 32 | E | 51 | 1B |
| Octal | 177 | 50 | 15 | 0 | 105 | 132 | 62 | 16 | 121 | 33 |
| Binary | 1111111 | 101000 | 1101 | 0 | 1000101 | 1011010 | 110010 | 1110 | 1010001 | 11011 |
Color Harmonies of #7F280D
Complementary color
Monochromatic Colors of #7F280D
Black with #7F280D
Text Example
Text Example
White with #7F280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F280D; }
p { color: rgb(127,40,13); }
H1.HeaderClassName
{
color: #7F280D;
}
.AnyTagClassName
{
color: #7F280D;
}
</style>
background-color css
<style>
a { background-color: #7F280D; }
a { background-color: rgb(127,40,13); }
div.DivClassName
{
background-color: #7F280D;
}
.BgClassName
{
background-color: #7F280D;
}
</style>
border-color css
<style>
span { border-color: #7F280D; }
span { border-color: rgb(127,40,13); }
td.TdClassName
{
border-color: #7F280D;
}
.TagClassName
{
border-color: #7F280D;
}
</style>