Shades of Falu Red #741F0B
Tints of Falu Red #741F0B
RGB
CMYK
RGB Variations
Color information
#741F0B (or 0x741F0B) is known color: Falu Red. HEX triplet: 74, 1F and 0B. RGB value is (116,31,11). Sum of RGB (Red+Green+Blue) = 116+31+11=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F0B is #8BE0F4. Grayscale: #363636. Windows color (decimal): -9167093 or 728948. OLE color: 728948.
HSL color Cylindrical-coordinate representation of color #741F0B: hue angle of 11.43º 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 #741F0B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 11 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.55 |
| HSL | 11.43º | 0.83% | 0.25% | - |
| HSV(B) | 11.43º | 0.91% | 0.45% | - |
| XYZ | 7.75 | 4.72 | 0.82 | - |
| YUV | 54.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 11 | 0 | 0.73 | 0.91 | 0.55 | 11.43 | 0.83 | 0.25 |
| Hex | 74 | 1F | B | 0 | 49 | 5B | 37 | B | 53 | 19 |
| Octal | 164 | 37 | 13 | 0 | 111 | 133 | 67 | 13 | 123 | 31 |
| Binary | 1110100 | 11111 | 1011 | 0 | 1001001 | 1011011 | 110111 | 1011 | 1010011 | 11001 |
Color Harmonies of #741F0B
Complementary color
Monochromatic Colors of #741F0B
Black with #741F0B
Text Example
Text Example
White with #741F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F0B; }
p { color: rgb(116,31,11); }
H1.HeaderClassName
{
color: #741F0B;
}
.AnyTagClassName
{
color: #741F0B;
}
</style>
background-color css
<style>
a { background-color: #741F0B; }
a { background-color: rgb(116,31,11); }
div.DivClassName
{
background-color: #741F0B;
}
.BgClassName
{
background-color: #741F0B;
}
</style>
border-color css
<style>
span { border-color: #741F0B; }
span { border-color: rgb(116,31,11); }
td.TdClassName
{
border-color: #741F0B;
}
.TagClassName
{
border-color: #741F0B;
}
</style>