Shades of Falu Red #7F2005
Tints of Falu Red #7F2005
RGB
CMYK
RGB Variations
Color information
#7F2005 (or 0x7F2005) is known color: Falu Red. HEX triplet: 7F, 20 and 05. RGB value is (127,32,5). Sum of RGB (Red+Green+Blue) = 127+32+5=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2005 is #80DFFA. Grayscale: #393939. Windows color (decimal): -8445947 or 335999. OLE color: 335999.
HSL color Cylindrical-coordinate representation of color #7F2005: hue angle of 13.28º 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 #7F2005 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 5 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.50 |
| HSL | 13.28º | 0.92% | 0.26% | - |
| HSV(B) | 13.28º | 0.96% | 0.5% | - |
| XYZ | 9.3 | 5.56 | 0.73 | - |
| YUV | 57.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 5 | 0 | 0.75 | 0.96 | 0.50 | 13.28 | 0.92 | 0.26 |
| Hex | 7F | 20 | 5 | 0 | 4B | 60 | 32 | D | 5C | 1A |
| Octal | 177 | 40 | 5 | 0 | 113 | 140 | 62 | 15 | 134 | 32 |
| Binary | 1111111 | 100000 | 101 | 0 | 1001011 | 1100000 | 110010 | 1101 | 1011100 | 11010 |
Color Harmonies of #7F2005
Complementary color
Monochromatic Colors of #7F2005
Black with #7F2005
Text Example
Text Example
White with #7F2005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2005; }
p { color: rgb(127,32,5); }
H1.HeaderClassName
{
color: #7F2005;
}
.AnyTagClassName
{
color: #7F2005;
}
</style>
background-color css
<style>
a { background-color: #7F2005; }
a { background-color: rgb(127,32,5); }
div.DivClassName
{
background-color: #7F2005;
}
.BgClassName
{
background-color: #7F2005;
}
</style>
border-color css
<style>
span { border-color: #7F2005; }
span { border-color: rgb(127,32,5); }
td.TdClassName
{
border-color: #7F2005;
}
.TagClassName
{
border-color: #7F2005;
}
</style>