Shades of Falu Red #7F2805
Tints of Falu Red #7F2805
RGB
CMYK
RGB Variations
Color information
#7F2805 (or 0x7F2805) is known color: Falu Red. HEX triplet: 7F, 28 and 05. RGB value is (127,40,5). Sum of RGB (Red+Green+Blue) = 127+40+5=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2805 is #80D7FA. Grayscale: #3E3E3E. Windows color (decimal): -8443899 or 338047. OLE color: 338047.
HSL color Cylindrical-coordinate representation of color #7F2805: hue angle of 17.21º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F2805 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 5 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.50 |
| HSL | 17.21º | 0.92% | 0.26% | - |
| HSV(B) | 17.21º | 0.96% | 0.5% | - |
| XYZ | 9.54 | 6.04 | 0.81 | - |
| YUV | 62.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 5 | 0 | 0.69 | 0.96 | 0.50 | 17.21 | 0.92 | 0.26 |
| Hex | 7F | 28 | 5 | 0 | 45 | 60 | 32 | 11 | 5C | 1A |
| Octal | 177 | 50 | 5 | 0 | 105 | 140 | 62 | 21 | 134 | 32 |
| Binary | 1111111 | 101000 | 101 | 0 | 1000101 | 1100000 | 110010 | 10001 | 1011100 | 11010 |
Color Harmonies of #7F2805
Complementary color
Monochromatic Colors of #7F2805
Black with #7F2805
Text Example
Text Example
White with #7F2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2805; }
p { color: rgb(127,40,5); }
H1.HeaderClassName
{
color: #7F2805;
}
.AnyTagClassName
{
color: #7F2805;
}
</style>
background-color css
<style>
a { background-color: #7F2805; }
a { background-color: rgb(127,40,5); }
div.DivClassName
{
background-color: #7F2805;
}
.BgClassName
{
background-color: #7F2805;
}
</style>
border-color css
<style>
span { border-color: #7F2805; }
span { border-color: rgb(127,40,5); }
td.TdClassName
{
border-color: #7F2805;
}
.TagClassName
{
border-color: #7F2805;
}
</style>