Shades of Falu Red #741F0A
Tints of Falu Red #741F0A
RGB
CMYK
RGB Variations
Color information
#741F0A (or 0x741F0A) is known color: Falu Red. HEX triplet: 74, 1F and 0A. RGB value is (116,31,10). Sum of RGB (Red+Green+Blue) = 116+31+10=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F0A is #8BE0F5. Grayscale: #363636. Windows color (decimal): -9167094 or 663412. OLE color: 663412.
HSL color Cylindrical-coordinate representation of color #741F0A: hue angle of 11.89º 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 #741F0A is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 10 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.55 |
| HSL | 11.89º | 0.84% | 0.25% | - |
| HSV(B) | 11.89º | 0.91% | 0.45% | - |
| XYZ | 7.75 | 4.71 | 0.79 | - |
| YUV | 54.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 10 | 0 | 0.73 | 0.91 | 0.55 | 11.89 | 0.84 | 0.25 |
| Hex | 74 | 1F | A | 0 | 49 | 5B | 37 | C | 54 | 19 |
| Octal | 164 | 37 | 12 | 0 | 111 | 133 | 67 | 14 | 124 | 31 |
| Binary | 1110100 | 11111 | 1010 | 0 | 1001001 | 1011011 | 110111 | 1100 | 1010100 | 11001 |
Color Harmonies of #741F0A
Complementary color
Monochromatic Colors of #741F0A
Black with #741F0A
Text Example
Text Example
White with #741F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F0A; }
p { color: rgb(116,31,10); }
H1.HeaderClassName
{
color: #741F0A;
}
.AnyTagClassName
{
color: #741F0A;
}
</style>
background-color css
<style>
a { background-color: #741F0A; }
a { background-color: rgb(116,31,10); }
div.DivClassName
{
background-color: #741F0A;
}
.BgClassName
{
background-color: #741F0A;
}
</style>
border-color css
<style>
span { border-color: #741F0A; }
span { border-color: rgb(116,31,10); }
td.TdClassName
{
border-color: #741F0A;
}
.TagClassName
{
border-color: #741F0A;
}
</style>