Shades of Falu Red #7F231C
Tints of Falu Red #7F231C
RGB
CMYK
RGB Variations
Color information
#7F231C (or 0x7F231C) is known color: Falu Red. HEX triplet: 7F, 23 and 1C. RGB value is (127,35,28). Sum of RGB (Red+Green+Blue) = 127+35+28=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F231C is #80DCE3. Grayscale: #3D3D3D. Windows color (decimal): -8445156 or 1844095. OLE color: 1844095.
HSL color Cylindrical-coordinate representation of color #7F231C: hue angle of 4.24º 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 #7F231C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 28 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.50 |
| HSL | 4.24º | 0.64% | 0.3% | - |
| HSV(B) | 4.24º | 0.78% | 0.5% | - |
| XYZ | 9.56 | 5.8 | 1.71 | - |
| YUV | 61.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 28 | 0 | 0.72 | 0.78 | 0.50 | 4.24 | 0.64 | 0.3 |
| Hex | 7F | 23 | 1C | 0 | 48 | 4E | 32 | 4 | 40 | 1E |
| Octal | 177 | 43 | 34 | 0 | 110 | 116 | 62 | 4 | 100 | 36 |
| Binary | 1111111 | 100011 | 11100 | 0 | 1001000 | 1001110 | 110010 | 100 | 1000000 | 11110 |
Color Harmonies of #7F231C
Complementary color
Monochromatic Colors of #7F231C
Black with #7F231C
Text Example
Text Example
White with #7F231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F231C; }
p { color: rgb(127,35,28); }
H1.HeaderClassName
{
color: #7F231C;
}
.AnyTagClassName
{
color: #7F231C;
}
</style>
background-color css
<style>
a { background-color: #7F231C; }
a { background-color: rgb(127,35,28); }
div.DivClassName
{
background-color: #7F231C;
}
.BgClassName
{
background-color: #7F231C;
}
</style>
border-color css
<style>
span { border-color: #7F231C; }
span { border-color: rgb(127,35,28); }
td.TdClassName
{
border-color: #7F231C;
}
.TagClassName
{
border-color: #7F231C;
}
</style>