Shades of Falu Red #741D0A
Tints of Falu Red #741D0A
RGB
CMYK
RGB Variations
Color information
#741D0A (or 0x741D0A) is known color: Falu Red. HEX triplet: 74, 1D and 0A. RGB value is (116,29,10). Sum of RGB (Red+Green+Blue) = 116+29+10=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D0A is #8BE2F5. Grayscale: #353535. Windows color (decimal): -9167606 or 662900. OLE color: 662900.
HSL color Cylindrical-coordinate representation of color #741D0A: hue angle of 10.75º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #741D0A is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 10 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.55 |
| HSL | 10.75º | 0.84% | 0.25% | - |
| HSV(B) | 10.75º | 0.91% | 0.45% | - |
| XYZ | 7.7 | 4.61 | 0.77 | - |
| YUV | 52.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 10 | 0 | 0.75 | 0.91 | 0.55 | 10.75 | 0.84 | 0.25 |
| Hex | 74 | 1D | A | 0 | 4B | 5B | 37 | B | 54 | 19 |
| Octal | 164 | 35 | 12 | 0 | 113 | 133 | 67 | 13 | 124 | 31 |
| Binary | 1110100 | 11101 | 1010 | 0 | 1001011 | 1011011 | 110111 | 1011 | 1010100 | 11001 |
Color Harmonies of #741D0A
Complementary color
Monochromatic Colors of #741D0A
Black with #741D0A
Text Example
Text Example
White with #741D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D0A; }
p { color: rgb(116,29,10); }
H1.HeaderClassName
{
color: #741D0A;
}
.AnyTagClassName
{
color: #741D0A;
}
</style>
background-color css
<style>
a { background-color: #741D0A; }
a { background-color: rgb(116,29,10); }
div.DivClassName
{
background-color: #741D0A;
}
.BgClassName
{
background-color: #741D0A;
}
</style>
border-color css
<style>
span { border-color: #741D0A; }
span { border-color: rgb(116,29,10); }
td.TdClassName
{
border-color: #741D0A;
}
.TagClassName
{
border-color: #741D0A;
}
</style>