Shades of Falu Red #7F1E06
Tints of Falu Red #7F1E06
RGB
CMYK
RGB Variations
Color information
#7F1E06 (or 0x7F1E06) is known color: Falu Red. HEX triplet: 7F, 1E and 06. RGB value is (127,30,6). Sum of RGB (Red+Green+Blue) = 127+30+6=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1E06 is #80E1F9. Grayscale: #383838. Windows color (decimal): -8446458 or 401023. OLE color: 401023.
HSL color Cylindrical-coordinate representation of color #7F1E06: hue angle of 11.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F1E06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 30 | 6 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.50 |
| HSL | 11.9º | 0.91% | 0.26% | - |
| HSV(B) | 11.9º | 0.95% | 0.5% | - |
| XYZ | 9.25 | 5.45 | 0.74 | - |
| YUV | 56.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 6 | 0 | 0.76 | 0.95 | 0.50 | 11.9 | 0.91 | 0.26 |
| Hex | 7F | 1E | 6 | 0 | 4C | 5F | 32 | C | 5B | 1A |
| Octal | 177 | 36 | 6 | 0 | 114 | 137 | 62 | 14 | 133 | 32 |
| Binary | 1111111 | 11110 | 110 | 0 | 1001100 | 1011111 | 110010 | 1100 | 1011011 | 11010 |
Color Harmonies of #7F1E06
Complementary color
Monochromatic Colors of #7F1E06
Black with #7F1E06
Text Example
Text Example
White with #7F1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1E06; }
p { color: rgb(127,30,6); }
H1.HeaderClassName
{
color: #7F1E06;
}
.AnyTagClassName
{
color: #7F1E06;
}
</style>
background-color css
<style>
a { background-color: #7F1E06; }
a { background-color: rgb(127,30,6); }
div.DivClassName
{
background-color: #7F1E06;
}
.BgClassName
{
background-color: #7F1E06;
}
</style>
border-color css
<style>
span { border-color: #7F1E06; }
span { border-color: rgb(127,30,6); }
td.TdClassName
{
border-color: #7F1E06;
}
.TagClassName
{
border-color: #7F1E06;
}
</style>