Shades of Falu Red #741B0F
Tints of Falu Red #741B0F
RGB
CMYK
RGB Variations
Color information
#741B0F (or 0x741B0F) is known color: Falu Red. HEX triplet: 74, 1B and 0F. RGB value is (116,27,15). Sum of RGB (Red+Green+Blue) = 116+27+15=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B0F is #8BE4F0. Grayscale: #343434. Windows color (decimal): -9168113 or 990068. OLE color: 990068.
HSL color Cylindrical-coordinate representation of color #741B0F: hue angle of 7.13º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741B0F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 15 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.55 |
| HSL | 7.13º | 0.77% | 0.26% | - |
| HSV(B) | 7.13º | 0.87% | 0.45% | - |
| XYZ | 7.68 | 4.53 | 0.92 | - |
| YUV | 52.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 15 | 0 | 0.77 | 0.87 | 0.55 | 7.13 | 0.77 | 0.26 |
| Hex | 74 | 1B | F | 0 | 4D | 57 | 37 | 7 | 4D | 1A |
| Octal | 164 | 33 | 17 | 0 | 115 | 127 | 67 | 7 | 115 | 32 |
| Binary | 1110100 | 11011 | 1111 | 0 | 1001101 | 1010111 | 110111 | 111 | 1001101 | 11010 |
Color Harmonies of #741B0F
Complementary color
Monochromatic Colors of #741B0F
Black with #741B0F
Text Example
Text Example
White with #741B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B0F; }
p { color: rgb(116,27,15); }
H1.HeaderClassName
{
color: #741B0F;
}
.AnyTagClassName
{
color: #741B0F;
}
</style>
background-color css
<style>
a { background-color: #741B0F; }
a { background-color: rgb(116,27,15); }
div.DivClassName
{
background-color: #741B0F;
}
.BgClassName
{
background-color: #741B0F;
}
</style>
border-color css
<style>
span { border-color: #741B0F; }
span { border-color: rgb(116,27,15); }
td.TdClassName
{
border-color: #741B0F;
}
.TagClassName
{
border-color: #741B0F;
}
</style>