Shades of Falu Red #7D1A03
Tints of Falu Red #7D1A03
RGB
CMYK
RGB Variations
Color information
#7D1A03 (or 0x7D1A03) is known color: Falu Red. HEX triplet: 7D, 1A and 03. RGB value is (125,26,3). Sum of RGB (Red+Green+Blue) = 125+26+3=154 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.17% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1A03 is #82E5FC. Grayscale: #353535. Windows color (decimal): -8578557 or 203389. OLE color: 203389.
HSL color Cylindrical-coordinate representation of color #7D1A03: hue angle of 11.31º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D1A03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 26 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.51 |
| HSL | 11.31º | 0.95% | 0.25% | - |
| HSV(B) | 11.31º | 0.98% | 0.49% | - |
| XYZ | 8.84 | 5.11 | 0.61 | - |
| YUV | 52.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 3 | 0 | 0.79 | 0.98 | 0.51 | 11.31 | 0.95 | 0.25 |
| Hex | 7D | 1A | 3 | 0 | 4F | 62 | 33 | B | 5F | 19 |
| Octal | 175 | 32 | 3 | 0 | 117 | 142 | 63 | 13 | 137 | 31 |
| Binary | 1111101 | 11010 | 11 | 0 | 1001111 | 1100010 | 110011 | 1011 | 1011111 | 11001 |
Color Harmonies of #7D1A03
Complementary color
Monochromatic Colors of #7D1A03
Black with #7D1A03
Text Example
Text Example
White with #7D1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1A03; }
p { color: rgb(125,26,3); }
H1.HeaderClassName
{
color: #7D1A03;
}
.AnyTagClassName
{
color: #7D1A03;
}
</style>
background-color css
<style>
a { background-color: #7D1A03; }
a { background-color: rgb(125,26,3); }
div.DivClassName
{
background-color: #7D1A03;
}
.BgClassName
{
background-color: #7D1A03;
}
</style>
border-color css
<style>
span { border-color: #7D1A03; }
span { border-color: rgb(125,26,3); }
td.TdClassName
{
border-color: #7D1A03;
}
.TagClassName
{
border-color: #7D1A03;
}
</style>