Shades of Falu Red #741B0C
Tints of Falu Red #741B0C
RGB
CMYK
RGB Variations
Color information
#741B0C (or 0x741B0C) is known color: Falu Red. HEX triplet: 74, 1B and 0C. RGB value is (116,27,12). Sum of RGB (Red+Green+Blue) = 116+27+12=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B0C is #8BE4F3. Grayscale: #343434. Windows color (decimal): -9168116 or 793460. OLE color: 793460.
HSL color Cylindrical-coordinate representation of color #741B0C: hue angle of 8.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #741B0C is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 12 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.55 |
| HSL | 8.65º | 0.81% | 0.25% | - |
| HSV(B) | 8.65º | 0.9% | 0.45% | - |
| XYZ | 7.66 | 4.52 | 0.82 | - |
| YUV | 51.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 12 | 0 | 0.77 | 0.90 | 0.55 | 8.65 | 0.81 | 0.25 |
| Hex | 74 | 1B | C | 0 | 4D | 5A | 37 | 9 | 51 | 19 |
| Octal | 164 | 33 | 14 | 0 | 115 | 132 | 67 | 11 | 121 | 31 |
| Binary | 1110100 | 11011 | 1100 | 0 | 1001101 | 1011010 | 110111 | 1001 | 1010001 | 11001 |
Color Harmonies of #741B0C
Complementary color
Monochromatic Colors of #741B0C
Black with #741B0C
Text Example
Text Example
White with #741B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B0C; }
p { color: rgb(116,27,12); }
H1.HeaderClassName
{
color: #741B0C;
}
.AnyTagClassName
{
color: #741B0C;
}
</style>
background-color css
<style>
a { background-color: #741B0C; }
a { background-color: rgb(116,27,12); }
div.DivClassName
{
background-color: #741B0C;
}
.BgClassName
{
background-color: #741B0C;
}
</style>
border-color css
<style>
span { border-color: #741B0C; }
span { border-color: rgb(116,27,12); }
td.TdClassName
{
border-color: #741B0C;
}
.TagClassName
{
border-color: #741B0C;
}
</style>