Shades of Falu Red #741F1C
Tints of Falu Red #741F1C
RGB
CMYK
RGB Variations
Color information
#741F1C (or 0x741F1C) is known color: Falu Red. HEX triplet: 74, 1F and 1C. RGB value is (116,31,28). Sum of RGB (Red+Green+Blue) = 116+31+28=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #741F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F1C is #8BE0E3. Grayscale: #383838. Windows color (decimal): -9167076 or 1843060. OLE color: 1843060.
HSL color Cylindrical-coordinate representation of color #741F1C: hue angle of 2.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741F1C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 28 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.55 |
| HSL | 2.05º | 0.61% | 0.28% | - |
| HSV(B) | 2.05º | 0.76% | 0.45% | - |
| XYZ | 7.9 | 4.78 | 1.6 | - |
| YUV | 56.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 28 | 0 | 0.73 | 0.76 | 0.55 | 2.05 | 0.61 | 0.28 |
| Hex | 74 | 1F | 1C | 0 | 49 | 4C | 37 | 2 | 3D | 1C |
| Octal | 164 | 37 | 34 | 0 | 111 | 114 | 67 | 2 | 75 | 34 |
| Binary | 1110100 | 11111 | 11100 | 0 | 1001001 | 1001100 | 110111 | 10 | 111101 | 11100 |
Color Harmonies of #741F1C
Complementary color
Monochromatic Colors of #741F1C
Black with #741F1C
Text Example
Text Example
White with #741F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F1C; }
p { color: rgb(116,31,28); }
H1.HeaderClassName
{
color: #741F1C;
}
.AnyTagClassName
{
color: #741F1C;
}
</style>
background-color css
<style>
a { background-color: #741F1C; }
a { background-color: rgb(116,31,28); }
div.DivClassName
{
background-color: #741F1C;
}
.BgClassName
{
background-color: #741F1C;
}
</style>
border-color css
<style>
span { border-color: #741F1C; }
span { border-color: rgb(116,31,28); }
td.TdClassName
{
border-color: #741F1C;
}
.TagClassName
{
border-color: #741F1C;
}
</style>