Shades of Falu Red #741A0A
Tints of Falu Red #741A0A
RGB
CMYK
RGB Variations
Color information
#741A0A (or 0x741A0A) is known color: Falu Red. HEX triplet: 74, 1A and 0A. RGB value is (116,26,10). Sum of RGB (Red+Green+Blue) = 116+26+10=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A0A is #8BE5F5. Grayscale: #333333. Windows color (decimal): -9168374 or 662132. OLE color: 662132.
HSL color Cylindrical-coordinate representation of color #741A0A: hue angle of 9.06º 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 #741A0A is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 10 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.55 |
| HSL | 9.06º | 0.84% | 0.25% | - |
| HSV(B) | 9.06º | 0.91% | 0.45% | - |
| XYZ | 7.63 | 4.47 | 0.75 | - |
| YUV | 51.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 10 | 0 | 0.78 | 0.91 | 0.55 | 9.06 | 0.84 | 0.25 |
| Hex | 74 | 1A | A | 0 | 4E | 5B | 37 | 9 | 54 | 19 |
| Octal | 164 | 32 | 12 | 0 | 116 | 133 | 67 | 11 | 124 | 31 |
| Binary | 1110100 | 11010 | 1010 | 0 | 1001110 | 1011011 | 110111 | 1001 | 1010100 | 11001 |
Color Harmonies of #741A0A
Complementary color
Monochromatic Colors of #741A0A
Black with #741A0A
Text Example
Text Example
White with #741A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A0A; }
p { color: rgb(116,26,10); }
H1.HeaderClassName
{
color: #741A0A;
}
.AnyTagClassName
{
color: #741A0A;
}
</style>
background-color css
<style>
a { background-color: #741A0A; }
a { background-color: rgb(116,26,10); }
div.DivClassName
{
background-color: #741A0A;
}
.BgClassName
{
background-color: #741A0A;
}
</style>
border-color css
<style>
span { border-color: #741A0A; }
span { border-color: rgb(116,26,10); }
td.TdClassName
{
border-color: #741A0A;
}
.TagClassName
{
border-color: #741A0A;
}
</style>