Shades of Falu Red #741C0C
Tints of Falu Red #741C0C
RGB
CMYK
RGB Variations
Color information
#741C0C (or 0x741C0C) is known color: Falu Red. HEX triplet: 74, 1C and 0C. RGB value is (116,28,12). Sum of RGB (Red+Green+Blue) = 116+28+12=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #741C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C0C is #8BE3F3. Grayscale: #343434. Windows color (decimal): -9167860 or 793716. OLE color: 793716.
HSL color Cylindrical-coordinate representation of color #741C0C: hue angle of 9.23º 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 #741C0C is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 12 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.55 |
| HSL | 9.23º | 0.81% | 0.25% | - |
| HSV(B) | 9.23º | 0.9% | 0.45% | - |
| XYZ | 7.68 | 4.57 | 0.82 | - |
| YUV | 52.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 12 | 0 | 0.76 | 0.90 | 0.55 | 9.23 | 0.81 | 0.25 |
| Hex | 74 | 1C | C | 0 | 4C | 5A | 37 | 9 | 51 | 19 |
| Octal | 164 | 34 | 14 | 0 | 114 | 132 | 67 | 11 | 121 | 31 |
| Binary | 1110100 | 11100 | 1100 | 0 | 1001100 | 1011010 | 110111 | 1001 | 1010001 | 11001 |
Color Harmonies of #741C0C
Complementary color
Monochromatic Colors of #741C0C
Black with #741C0C
Text Example
Text Example
White with #741C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C0C; }
p { color: rgb(116,28,12); }
H1.HeaderClassName
{
color: #741C0C;
}
.AnyTagClassName
{
color: #741C0C;
}
</style>
background-color css
<style>
a { background-color: #741C0C; }
a { background-color: rgb(116,28,12); }
div.DivClassName
{
background-color: #741C0C;
}
.BgClassName
{
background-color: #741C0C;
}
</style>
border-color css
<style>
span { border-color: #741C0C; }
span { border-color: rgb(116,28,12); }
td.TdClassName
{
border-color: #741C0C;
}
.TagClassName
{
border-color: #741C0C;
}
</style>