Shades of Falu Red #7D1D03
Tints of Falu Red #7D1D03
RGB
CMYK
RGB Variations
Color information
#7D1D03 (or 0x7D1D03) is known color: Falu Red. HEX triplet: 7D, 1D and 03. RGB value is (125,29,3). Sum of RGB (Red+Green+Blue) = 125+29+3=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1D03 is #82E2FC. Grayscale: #363636. Windows color (decimal): -8577789 or 204157. OLE color: 204157.
HSL color Cylindrical-coordinate representation of color #7D1D03: hue angle of 12.79º 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 #7D1D03 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 29 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.51 |
| HSL | 12.79º | 0.95% | 0.25% | - |
| HSV(B) | 12.79º | 0.98% | 0.49% | - |
| XYZ | 8.91 | 5.25 | 0.63 | - |
| YUV | 54.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 3 | 0 | 0.77 | 0.98 | 0.51 | 12.79 | 0.95 | 0.25 |
| Hex | 7D | 1D | 3 | 0 | 4D | 62 | 33 | D | 5F | 19 |
| Octal | 175 | 35 | 3 | 0 | 115 | 142 | 63 | 15 | 137 | 31 |
| Binary | 1111101 | 11101 | 11 | 0 | 1001101 | 1100010 | 110011 | 1101 | 1011111 | 11001 |
Color Harmonies of #7D1D03
Complementary color
Monochromatic Colors of #7D1D03
Black with #7D1D03
Text Example
Text Example
White with #7D1D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1D03; }
p { color: rgb(125,29,3); }
H1.HeaderClassName
{
color: #7D1D03;
}
.AnyTagClassName
{
color: #7D1D03;
}
</style>
background-color css
<style>
a { background-color: #7D1D03; }
a { background-color: rgb(125,29,3); }
div.DivClassName
{
background-color: #7D1D03;
}
.BgClassName
{
background-color: #7D1D03;
}
</style>
border-color css
<style>
span { border-color: #7D1D03; }
span { border-color: rgb(125,29,3); }
td.TdClassName
{
border-color: #7D1D03;
}
.TagClassName
{
border-color: #7D1D03;
}
</style>