Shades of Falu Red #7F210F
Tints of Falu Red #7F210F
RGB
CMYK
RGB Variations
Color information
#7F210F (or 0x7F210F) is known color: Falu Red. HEX triplet: 7F, 21 and 0F. RGB value is (127,33,15). Sum of RGB (Red+Green+Blue) = 127+33+15=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F210F is #80DEF0. Grayscale: #3B3B3B. Windows color (decimal): -8445681 or 991615. OLE color: 991615.
HSL color Cylindrical-coordinate representation of color #7F210F: hue angle of 9.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F210F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 15 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.50 |
| HSL | 9.64º | 0.79% | 0.28% | - |
| HSV(B) | 9.64º | 0.88% | 0.5% | - |
| XYZ | 9.38 | 5.63 | 1.04 | - |
| YUV | 59.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 15 | 0 | 0.74 | 0.88 | 0.50 | 9.64 | 0.79 | 0.28 |
| Hex | 7F | 21 | F | 0 | 4A | 58 | 32 | A | 4F | 1C |
| Octal | 177 | 41 | 17 | 0 | 112 | 130 | 62 | 12 | 117 | 34 |
| Binary | 1111111 | 100001 | 1111 | 0 | 1001010 | 1011000 | 110010 | 1010 | 1001111 | 11100 |
Color Harmonies of #7F210F
Complementary color
Monochromatic Colors of #7F210F
Black with #7F210F
Text Example
Text Example
White with #7F210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F210F; }
p { color: rgb(127,33,15); }
H1.HeaderClassName
{
color: #7F210F;
}
.AnyTagClassName
{
color: #7F210F;
}
</style>
background-color css
<style>
a { background-color: #7F210F; }
a { background-color: rgb(127,33,15); }
div.DivClassName
{
background-color: #7F210F;
}
.BgClassName
{
background-color: #7F210F;
}
</style>
border-color css
<style>
span { border-color: #7F210F; }
span { border-color: rgb(127,33,15); }
td.TdClassName
{
border-color: #7F210F;
}
.TagClassName
{
border-color: #7F210F;
}
</style>