Shades of Falu Red #741C06
Tints of Falu Red #741C06
RGB
CMYK
RGB Variations
Color information
#741C06 (or 0x741C06) is known color: Falu Red. HEX triplet: 74, 1C and 06. RGB value is (116,28,6). Sum of RGB (Red+Green+Blue) = 116+28+6=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #741C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C06 is #8BE3F9. Grayscale: #333333. Windows color (decimal): -9167866 or 400500. OLE color: 400500.
HSL color Cylindrical-coordinate representation of color #741C06: hue angle of 12º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #741C06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 6 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.55 |
| HSL | 12º | 0.9% | 0.24% | - |
| HSV(B) | 12º | 0.95% | 0.45% | - |
| XYZ | 7.65 | 4.56 | 0.65 | - |
| YUV | 51.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 6 | 0 | 0.76 | 0.95 | 0.55 | 12 | 0.9 | 0.24 |
| Hex | 74 | 1C | 6 | 0 | 4C | 5F | 37 | C | 5A | 18 |
| Octal | 164 | 34 | 6 | 0 | 114 | 137 | 67 | 14 | 132 | 30 |
| Binary | 1110100 | 11100 | 110 | 0 | 1001100 | 1011111 | 110111 | 1100 | 1011010 | 11000 |
Color Harmonies of #741C06
Complementary color
Monochromatic Colors of #741C06
Black with #741C06
Text Example
Text Example
White with #741C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C06; }
p { color: rgb(116,28,6); }
H1.HeaderClassName
{
color: #741C06;
}
.AnyTagClassName
{
color: #741C06;
}
</style>
background-color css
<style>
a { background-color: #741C06; }
a { background-color: rgb(116,28,6); }
div.DivClassName
{
background-color: #741C06;
}
.BgClassName
{
background-color: #741C06;
}
</style>
border-color css
<style>
span { border-color: #741C06; }
span { border-color: rgb(116,28,6); }
td.TdClassName
{
border-color: #741C06;
}
.TagClassName
{
border-color: #741C06;
}
</style>