Shades of Falu Red #7D1D02
Tints of Falu Red #7D1D02
RGB
CMYK
RGB Variations
Color information
#7D1D02 (or 0x7D1D02) is known color: Falu Red. HEX triplet: 7D, 1D and 02. RGB value is (125,29,2). Sum of RGB (Red+Green+Blue) = 125+29+2=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1D02 is #82E2FD. Grayscale: #363636. Windows color (decimal): -8577790 or 138621. OLE color: 138621.
HSL color Cylindrical-coordinate representation of color #7D1D02: hue angle of 13.17º degrees, saturation: 0.97, 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 #7D1D02 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 29 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.51 |
| HSL | 13.17º | 0.97% | 0.25% | - |
| HSV(B) | 13.17º | 0.98% | 0.49% | - |
| XYZ | 8.91 | 5.24 | 0.6 | - |
| YUV | 54.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 2 | 0 | 0.77 | 0.98 | 0.51 | 13.17 | 0.97 | 0.25 |
| Hex | 7D | 1D | 2 | 0 | 4D | 62 | 33 | D | 61 | 19 |
| Octal | 175 | 35 | 2 | 0 | 115 | 142 | 63 | 15 | 141 | 31 |
| Binary | 1111101 | 11101 | 10 | 0 | 1001101 | 1100010 | 110011 | 1101 | 1100001 | 11001 |
Color Harmonies of #7D1D02
Complementary color
Monochromatic Colors of #7D1D02
Black with #7D1D02
Text Example
Text Example
White with #7D1D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1D02; }
p { color: rgb(125,29,2); }
H1.HeaderClassName
{
color: #7D1D02;
}
.AnyTagClassName
{
color: #7D1D02;
}
</style>
background-color css
<style>
a { background-color: #7D1D02; }
a { background-color: rgb(125,29,2); }
div.DivClassName
{
background-color: #7D1D02;
}
.BgClassName
{
background-color: #7D1D02;
}
</style>
border-color css
<style>
span { border-color: #7D1D02; }
span { border-color: rgb(125,29,2); }
td.TdClassName
{
border-color: #7D1D02;
}
.TagClassName
{
border-color: #7D1D02;
}
</style>