Shades of Falu Red #740F0B
Tints of Falu Red #740F0B
RGB
CMYK
RGB Variations
Color information
#740F0B (or 0x740F0B) is known color: Falu Red. HEX triplet: 74, 0F and 0B. RGB value is (116,15,11). Sum of RGB (Red+Green+Blue) = 116+15+11=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #740F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F0B is #8BF0F4. Grayscale: #2C2C2C. Windows color (decimal): -9171189 or 724852. OLE color: 724852.
HSL color Cylindrical-coordinate representation of color #740F0B: hue angle of 2.29º degrees, saturation: 0.83, 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 #740F0B is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 11 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.55 |
| HSL | 2.29º | 0.83% | 0.25% | - |
| HSV(B) | 2.29º | 0.91% | 0.45% | - |
| XYZ | 7.43 | 4.08 | 0.71 | - |
| YUV | 44.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 11 | 0 | 0.87 | 0.91 | 0.55 | 2.29 | 0.83 | 0.25 |
| Hex | 74 | F | B | 0 | 57 | 5B | 37 | 2 | 53 | 19 |
| Octal | 164 | 17 | 13 | 0 | 127 | 133 | 67 | 2 | 123 | 31 |
| Binary | 1110100 | 1111 | 1011 | 0 | 1010111 | 1011011 | 110111 | 10 | 1010011 | 11001 |
Color Harmonies of #740F0B
Complementary color
Monochromatic Colors of #740F0B
Black with #740F0B
Text Example
Text Example
White with #740F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F0B; }
p { color: rgb(116,15,11); }
H1.HeaderClassName
{
color: #740F0B;
}
.AnyTagClassName
{
color: #740F0B;
}
</style>
background-color css
<style>
a { background-color: #740F0B; }
a { background-color: rgb(116,15,11); }
div.DivClassName
{
background-color: #740F0B;
}
.BgClassName
{
background-color: #740F0B;
}
</style>
border-color css
<style>
span { border-color: #740F0B; }
span { border-color: rgb(116,15,11); }
td.TdClassName
{
border-color: #740F0B;
}
.TagClassName
{
border-color: #740F0B;
}
</style>