Shades of Falu Red #741C0A
Tints of Falu Red #741C0A
RGB
CMYK
RGB Variations
Color information
#741C0A (or 0x741C0A) is known color: Falu Red. HEX triplet: 74, 1C and 0A. RGB value is (116,28,10). Sum of RGB (Red+Green+Blue) = 116+28+10=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #741C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C0A is #8BE3F5. Grayscale: #343434. Windows color (decimal): -9167862 or 662644. OLE color: 662644.
HSL color Cylindrical-coordinate representation of color #741C0A: hue angle of 10.19º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #741C0A is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 10 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.55 |
| HSL | 10.19º | 0.84% | 0.25% | - |
| HSV(B) | 10.19º | 0.91% | 0.45% | - |
| XYZ | 7.67 | 4.57 | 0.76 | - |
| YUV | 52.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 10 | 0 | 0.76 | 0.91 | 0.55 | 10.19 | 0.84 | 0.25 |
| Hex | 74 | 1C | A | 0 | 4C | 5B | 37 | A | 54 | 19 |
| Octal | 164 | 34 | 12 | 0 | 114 | 133 | 67 | 12 | 124 | 31 |
| Binary | 1110100 | 11100 | 1010 | 0 | 1001100 | 1011011 | 110111 | 1010 | 1010100 | 11001 |
Color Harmonies of #741C0A
Complementary color
Monochromatic Colors of #741C0A
Black with #741C0A
Text Example
Text Example
White with #741C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C0A; }
p { color: rgb(116,28,10); }
H1.HeaderClassName
{
color: #741C0A;
}
.AnyTagClassName
{
color: #741C0A;
}
</style>
background-color css
<style>
a { background-color: #741C0A; }
a { background-color: rgb(116,28,10); }
div.DivClassName
{
background-color: #741C0A;
}
.BgClassName
{
background-color: #741C0A;
}
</style>
border-color css
<style>
span { border-color: #741C0A; }
span { border-color: rgb(116,28,10); }
td.TdClassName
{
border-color: #741C0A;
}
.TagClassName
{
border-color: #741C0A;
}
</style>