Shades of Falu Red #7D150B
Tints of Falu Red #7D150B
RGB
CMYK
RGB Variations
Color information
#7D150B (or 0x7D150B) is known color: Falu Red. HEX triplet: 7D, 15 and 0B. RGB value is (125,21,11). Sum of RGB (Red+Green+Blue) = 125+21+11=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D150B is #82EAF4. Grayscale: #333333. Windows color (decimal): -8579829 or 726397. OLE color: 726397.
HSL color Cylindrical-coordinate representation of color #7D150B: hue angle of 5.26º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D150B is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 11 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.51 |
| HSL | 5.26º | 0.84% | 0.27% | - |
| HSV(B) | 5.26º | 0.91% | 0.49% | - |
| XYZ | 8.79 | 4.92 | 0.8 | - |
| YUV | 50.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 11 | 0 | 0.83 | 0.91 | 0.51 | 5.26 | 0.84 | 0.27 |
| Hex | 7D | 15 | B | 0 | 53 | 5B | 33 | 5 | 54 | 1B |
| Octal | 175 | 25 | 13 | 0 | 123 | 133 | 63 | 5 | 124 | 33 |
| Binary | 1111101 | 10101 | 1011 | 0 | 1010011 | 1011011 | 110011 | 101 | 1010100 | 11011 |
Color Harmonies of #7D150B
Complementary color
Monochromatic Colors of #7D150B
Black with #7D150B
Text Example
Text Example
White with #7D150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D150B; }
p { color: rgb(125,21,11); }
H1.HeaderClassName
{
color: #7D150B;
}
.AnyTagClassName
{
color: #7D150B;
}
</style>
background-color css
<style>
a { background-color: #7D150B; }
a { background-color: rgb(125,21,11); }
div.DivClassName
{
background-color: #7D150B;
}
.BgClassName
{
background-color: #7D150B;
}
</style>
border-color css
<style>
span { border-color: #7D150B; }
span { border-color: rgb(125,21,11); }
td.TdClassName
{
border-color: #7D150B;
}
.TagClassName
{
border-color: #7D150B;
}
</style>