Shades of Falu Red #740F0A
Tints of Falu Red #740F0A
RGB
CMYK
RGB Variations
Color information
#740F0A (or 0x740F0A) is known color: Falu Red. HEX triplet: 74, 0F and 0A. RGB value is (116,15,10). Sum of RGB (Red+Green+Blue) = 116+15+10=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #740F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F0A is #8BF0F5. Grayscale: #2C2C2C. Windows color (decimal): -9171190 or 659316. OLE color: 659316.
HSL color Cylindrical-coordinate representation of color #740F0A: hue angle of 2.83º 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 #740F0A is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 10 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.55 |
| HSL | 2.83º | 0.84% | 0.25% | - |
| HSV(B) | 2.83º | 0.91% | 0.45% | - |
| XYZ | 7.43 | 4.08 | 0.68 | - |
| YUV | 44.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 10 | 0 | 0.87 | 0.91 | 0.55 | 2.83 | 0.84 | 0.25 |
| Hex | 74 | F | A | 0 | 57 | 5B | 37 | 3 | 54 | 19 |
| Octal | 164 | 17 | 12 | 0 | 127 | 133 | 67 | 3 | 124 | 31 |
| Binary | 1110100 | 1111 | 1010 | 0 | 1010111 | 1011011 | 110111 | 11 | 1010100 | 11001 |
Color Harmonies of #740F0A
Complementary color
Monochromatic Colors of #740F0A
Black with #740F0A
Text Example
Text Example
White with #740F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F0A; }
p { color: rgb(116,15,10); }
H1.HeaderClassName
{
color: #740F0A;
}
.AnyTagClassName
{
color: #740F0A;
}
</style>
background-color css
<style>
a { background-color: #740F0A; }
a { background-color: rgb(116,15,10); }
div.DivClassName
{
background-color: #740F0A;
}
.BgClassName
{
background-color: #740F0A;
}
</style>
border-color css
<style>
span { border-color: #740F0A; }
span { border-color: rgb(116,15,10); }
td.TdClassName
{
border-color: #740F0A;
}
.TagClassName
{
border-color: #740F0A;
}
</style>