Shades of Falu Red #7F251C
Tints of Falu Red #7F251C
RGB
CMYK
RGB Variations
Color information
#7F251C (or 0x7F251C) is known color: Falu Red. HEX triplet: 7F, 25 and 1C. RGB value is (127,37,28). Sum of RGB (Red+Green+Blue) = 127+37+28=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F251C is #80DAE3. Grayscale: #3F3F3F. Windows color (decimal): -8444644 or 1844607. OLE color: 1844607.
HSL color Cylindrical-coordinate representation of color #7F251C: hue angle of 5.45º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F251C is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 28 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.50 |
| HSL | 5.45º | 0.64% | 0.3% | - |
| HSV(B) | 5.45º | 0.78% | 0.5% | - |
| XYZ | 9.62 | 5.92 | 1.73 | - |
| YUV | 62.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 28 | 0 | 0.71 | 0.78 | 0.50 | 5.45 | 0.64 | 0.3 |
| Hex | 7F | 25 | 1C | 0 | 47 | 4E | 32 | 5 | 40 | 1E |
| Octal | 177 | 45 | 34 | 0 | 107 | 116 | 62 | 5 | 100 | 36 |
| Binary | 1111111 | 100101 | 11100 | 0 | 1000111 | 1001110 | 110010 | 101 | 1000000 | 11110 |
Color Harmonies of #7F251C
Complementary color
Monochromatic Colors of #7F251C
Black with #7F251C
Text Example
Text Example
White with #7F251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F251C; }
p { color: rgb(127,37,28); }
H1.HeaderClassName
{
color: #7F251C;
}
.AnyTagClassName
{
color: #7F251C;
}
</style>
background-color css
<style>
a { background-color: #7F251C; }
a { background-color: rgb(127,37,28); }
div.DivClassName
{
background-color: #7F251C;
}
.BgClassName
{
background-color: #7F251C;
}
</style>
border-color css
<style>
span { border-color: #7F251C; }
span { border-color: rgb(127,37,28); }
td.TdClassName
{
border-color: #7F251C;
}
.TagClassName
{
border-color: #7F251C;
}
</style>