Shades of Falu Red #7F2019
Tints of Falu Red #7F2019
RGB
CMYK
RGB Variations
Color information
#7F2019 (or 0x7F2019) is known color: Falu Red. HEX triplet: 7F, 20 and 19. RGB value is (127,32,25). Sum of RGB (Red+Green+Blue) = 127+32+25=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2019 is #80DFE6. Grayscale: #3B3B3B. Windows color (decimal): -8445927 or 1646719. OLE color: 1646719.
HSL color Cylindrical-coordinate representation of color #7F2019: hue angle of 4.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2019 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 25 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.50 |
| HSL | 4.12º | 0.67% | 0.3% | - |
| HSV(B) | 4.12º | 0.8% | 0.5% | - |
| XYZ | 9.44 | 5.62 | 1.51 | - |
| YUV | 59.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 25 | 0 | 0.75 | 0.80 | 0.50 | 4.12 | 0.67 | 0.3 |
| Hex | 7F | 20 | 19 | 0 | 4B | 50 | 32 | 4 | 43 | 1E |
| Octal | 177 | 40 | 31 | 0 | 113 | 120 | 62 | 4 | 103 | 36 |
| Binary | 1111111 | 100000 | 11001 | 0 | 1001011 | 1010000 | 110010 | 100 | 1000011 | 11110 |
Color Harmonies of #7F2019
Complementary color
Monochromatic Colors of #7F2019
Black with #7F2019
Text Example
Text Example
White with #7F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2019; }
p { color: rgb(127,32,25); }
H1.HeaderClassName
{
color: #7F2019;
}
.AnyTagClassName
{
color: #7F2019;
}
</style>
background-color css
<style>
a { background-color: #7F2019; }
a { background-color: rgb(127,32,25); }
div.DivClassName
{
background-color: #7F2019;
}
.BgClassName
{
background-color: #7F2019;
}
</style>
border-color css
<style>
span { border-color: #7F2019; }
span { border-color: rgb(127,32,25); }
td.TdClassName
{
border-color: #7F2019;
}
.TagClassName
{
border-color: #7F2019;
}
</style>