Shades of Falu Red #741A0B
Tints of Falu Red #741A0B
RGB
CMYK
RGB Variations
Color information
#741A0B (or 0x741A0B) is known color: Falu Red. HEX triplet: 74, 1A and 0B. RGB value is (116,26,11). Sum of RGB (Red+Green+Blue) = 116+26+11=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #741A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A0B is #8BE5F4. Grayscale: #333333. Windows color (decimal): -9168373 or 727668. OLE color: 727668.
HSL color Cylindrical-coordinate representation of color #741A0B: hue angle of 8.57º degrees, saturation: 0.83, 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 #741A0B is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 11 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.55 |
| HSL | 8.57º | 0.83% | 0.25% | - |
| HSV(B) | 8.57º | 0.91% | 0.45% | - |
| XYZ | 7.63 | 4.48 | 0.78 | - |
| YUV | 51.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 11 | 0 | 0.78 | 0.91 | 0.55 | 8.57 | 0.83 | 0.25 |
| Hex | 74 | 1A | B | 0 | 4E | 5B | 37 | 9 | 53 | 19 |
| Octal | 164 | 32 | 13 | 0 | 116 | 133 | 67 | 11 | 123 | 31 |
| Binary | 1110100 | 11010 | 1011 | 0 | 1001110 | 1011011 | 110111 | 1001 | 1010011 | 11001 |
Color Harmonies of #741A0B
Complementary color
Monochromatic Colors of #741A0B
Black with #741A0B
Text Example
Text Example
White with #741A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A0B; }
p { color: rgb(116,26,11); }
H1.HeaderClassName
{
color: #741A0B;
}
.AnyTagClassName
{
color: #741A0B;
}
</style>
background-color css
<style>
a { background-color: #741A0B; }
a { background-color: rgb(116,26,11); }
div.DivClassName
{
background-color: #741A0B;
}
.BgClassName
{
background-color: #741A0B;
}
</style>
border-color css
<style>
span { border-color: #741A0B; }
span { border-color: rgb(116,26,11); }
td.TdClassName
{
border-color: #741A0B;
}
.TagClassName
{
border-color: #741A0B;
}
</style>