Shades of Falu Red #7D251B
Tints of Falu Red #7D251B
RGB
CMYK
RGB Variations
Color information
#7D251B (or 0x7D251B) is known color: Falu Red. HEX triplet: 7D, 25 and 1B. RGB value is (125,37,27). Sum of RGB (Red+Green+Blue) = 125+37+27=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D251B is #82DAE4. Grayscale: #3E3E3E. Windows color (decimal): -8575717 or 1779069. OLE color: 1779069.
HSL color Cylindrical-coordinate representation of color #7D251B: hue angle of 6.12º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D251B is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 27 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.51 |
| HSL | 6.12º | 0.64% | 0.3% | - |
| HSV(B) | 6.12º | 0.78% | 0.49% | - |
| XYZ | 9.32 | 5.76 | 1.66 | - |
| YUV | 62.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 27 | 0 | 0.70 | 0.78 | 0.51 | 6.12 | 0.64 | 0.3 |
| Hex | 7D | 25 | 1B | 0 | 46 | 4E | 33 | 6 | 40 | 1E |
| Octal | 175 | 45 | 33 | 0 | 106 | 116 | 63 | 6 | 100 | 36 |
| Binary | 1111101 | 100101 | 11011 | 0 | 1000110 | 1001110 | 110011 | 110 | 1000000 | 11110 |
Color Harmonies of #7D251B
Complementary color
Monochromatic Colors of #7D251B
Black with #7D251B
Text Example
Text Example
White with #7D251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D251B; }
p { color: rgb(125,37,27); }
H1.HeaderClassName
{
color: #7D251B;
}
.AnyTagClassName
{
color: #7D251B;
}
</style>
background-color css
<style>
a { background-color: #7D251B; }
a { background-color: rgb(125,37,27); }
div.DivClassName
{
background-color: #7D251B;
}
.BgClassName
{
background-color: #7D251B;
}
</style>
border-color css
<style>
span { border-color: #7D251B; }
span { border-color: rgb(125,37,27); }
td.TdClassName
{
border-color: #7D251B;
}
.TagClassName
{
border-color: #7D251B;
}
</style>