Shades of Falu Red #741B05
Tints of Falu Red #741B05
RGB
CMYK
RGB Variations
Color information
#741B05 (or 0x741B05) is known color: Falu Red. HEX triplet: 74, 1B and 05. RGB value is (116,27,5). Sum of RGB (Red+Green+Blue) = 116+27+5=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #741B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B05 is #8BE4FA. Grayscale: #333333. Windows color (decimal): -9168123 or 334708. OLE color: 334708.
HSL color Cylindrical-coordinate representation of color #741B05: hue angle of 11.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #741B05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 5 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.55 |
| HSL | 11.89º | 0.92% | 0.24% | - |
| HSV(B) | 11.89º | 0.96% | 0.45% | - |
| XYZ | 7.62 | 4.51 | 0.61 | - |
| YUV | 51.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 5 | 0 | 0.77 | 0.96 | 0.55 | 11.89 | 0.92 | 0.24 |
| Hex | 74 | 1B | 5 | 0 | 4D | 60 | 37 | C | 5C | 18 |
| Octal | 164 | 33 | 5 | 0 | 115 | 140 | 67 | 14 | 134 | 30 |
| Binary | 1110100 | 11011 | 101 | 0 | 1001101 | 1100000 | 110111 | 1100 | 1011100 | 11000 |
Color Harmonies of #741B05
Complementary color
Monochromatic Colors of #741B05
Black with #741B05
Text Example
Text Example
White with #741B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B05; }
p { color: rgb(116,27,5); }
H1.HeaderClassName
{
color: #741B05;
}
.AnyTagClassName
{
color: #741B05;
}
</style>
background-color css
<style>
a { background-color: #741B05; }
a { background-color: rgb(116,27,5); }
div.DivClassName
{
background-color: #741B05;
}
.BgClassName
{
background-color: #741B05;
}
</style>
border-color css
<style>
span { border-color: #741B05; }
span { border-color: rgb(116,27,5); }
td.TdClassName
{
border-color: #741B05;
}
.TagClassName
{
border-color: #741B05;
}
</style>