Shades of Falu Red #7F1900
Tints of Falu Red #7F1900
RGB
CMYK
RGB Variations
Color information
#7F1900 (or 0x7F1900) is known color: Falu Red. HEX triplet: 7F, 19 and 00. RGB value is (127,25,0). Sum of RGB (Red+Green+Blue) = 127+25+0=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1900 is #80E6FF. Grayscale: #343434. Windows color (decimal): -8447744 or 6527. OLE color: 6527.
HSL color Cylindrical-coordinate representation of color #7F1900: hue angle of 11.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F1900 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.50 |
| HSL | 11.81º | 1% | 0.25% | - |
| HSV(B) | 11.81º | 1% | 0.5% | - |
| XYZ | 9.1 | 5.21 | 0.53 | - |
| YUV | 52.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 0 | 0 | 0.80 | 1 | 0.50 | 11.81 | 1 | 0.25 |
| Hex | 7F | 19 | 0 | 0 | 50 | 64 | 32 | C | 64 | 19 |
| Octal | 177 | 31 | 0 | 0 | 120 | 144 | 62 | 14 | 144 | 31 |
| Binary | 1111111 | 11001 | 0 | 0 | 1010000 | 1100100 | 110010 | 1100 | 1100100 | 11001 |
Color Harmonies of #7F1900
Complementary color
Monochromatic Colors of #7F1900
Black with #7F1900
Text Example
Text Example
White with #7F1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1900; }
p { color: rgb(127,25,0); }
H1.HeaderClassName
{
color: #7F1900;
}
.AnyTagClassName
{
color: #7F1900;
}
</style>
background-color css
<style>
a { background-color: #7F1900; }
a { background-color: rgb(127,25,0); }
div.DivClassName
{
background-color: #7F1900;
}
.BgClassName
{
background-color: #7F1900;
}
</style>
border-color css
<style>
span { border-color: #7F1900; }
span { border-color: rgb(127,25,0); }
td.TdClassName
{
border-color: #7F1900;
}
.TagClassName
{
border-color: #7F1900;
}
</style>