Shades of Falu Red #741F1D
Tints of Falu Red #741F1D
RGB
CMYK
RGB Variations
Color information
#741F1D (or 0x741F1D) is known color: Falu Red. HEX triplet: 74, 1F and 1D. RGB value is (116,31,29). Sum of RGB (Red+Green+Blue) = 116+31+29=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F1D is #8BE0E2. Grayscale: #383838. Windows color (decimal): -9167075 or 1908596. OLE color: 1908596.
HSL color Cylindrical-coordinate representation of color #741F1D: hue angle of 1.38º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741F1D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 29 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.55 |
| HSL | 1.38º | 0.6% | 0.28% | - |
| HSV(B) | 1.38º | 0.75% | 0.45% | - |
| XYZ | 7.91 | 4.78 | 1.67 | - |
| YUV | 56.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 29 | 0 | 0.73 | 0.75 | 0.55 | 1.38 | 0.6 | 0.28 |
| Hex | 74 | 1F | 1D | 0 | 49 | 4B | 37 | 1 | 3C | 1C |
| Octal | 164 | 37 | 35 | 0 | 111 | 113 | 67 | 1 | 74 | 34 |
| Binary | 1110100 | 11111 | 11101 | 0 | 1001001 | 1001011 | 110111 | 1 | 111100 | 11100 |
Color Harmonies of #741F1D
Complementary color
Monochromatic Colors of #741F1D
Black with #741F1D
Text Example
Text Example
White with #741F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F1D; }
p { color: rgb(116,31,29); }
H1.HeaderClassName
{
color: #741F1D;
}
.AnyTagClassName
{
color: #741F1D;
}
</style>
background-color css
<style>
a { background-color: #741F1D; }
a { background-color: rgb(116,31,29); }
div.DivClassName
{
background-color: #741F1D;
}
.BgClassName
{
background-color: #741F1D;
}
</style>
border-color css
<style>
span { border-color: #741F1D; }
span { border-color: rgb(116,31,29); }
td.TdClassName
{
border-color: #741F1D;
}
.TagClassName
{
border-color: #741F1D;
}
</style>