Shades of Falu Red #741C08
Tints of Falu Red #741C08
RGB
CMYK
RGB Variations
Color information
#741C08 (or 0x741C08) is known color: Falu Red. HEX triplet: 74, 1C and 08. RGB value is (116,28,8). Sum of RGB (Red+Green+Blue) = 116+28+8=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C08 is #8BE3F7. Grayscale: #343434. Windows color (decimal): -9167864 or 531572. OLE color: 531572.
HSL color Cylindrical-coordinate representation of color #741C08: hue angle of 11.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #741C08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 8 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.55 |
| HSL | 11.11º | 0.87% | 0.24% | - |
| HSV(B) | 11.11º | 0.93% | 0.45% | - |
| XYZ | 7.66 | 4.56 | 0.71 | - |
| YUV | 52.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 8 | 0 | 0.76 | 0.93 | 0.55 | 11.11 | 0.87 | 0.24 |
| Hex | 74 | 1C | 8 | 0 | 4C | 5D | 37 | B | 57 | 18 |
| Octal | 164 | 34 | 10 | 0 | 114 | 135 | 67 | 13 | 127 | 30 |
| Binary | 1110100 | 11100 | 1000 | 0 | 1001100 | 1011101 | 110111 | 1011 | 1010111 | 11000 |
Color Harmonies of #741C08
Complementary color
Monochromatic Colors of #741C08
Black with #741C08
Text Example
Text Example
White with #741C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C08; }
p { color: rgb(116,28,8); }
H1.HeaderClassName
{
color: #741C08;
}
.AnyTagClassName
{
color: #741C08;
}
</style>
background-color css
<style>
a { background-color: #741C08; }
a { background-color: rgb(116,28,8); }
div.DivClassName
{
background-color: #741C08;
}
.BgClassName
{
background-color: #741C08;
}
</style>
border-color css
<style>
span { border-color: #741C08; }
span { border-color: rgb(116,28,8); }
td.TdClassName
{
border-color: #741C08;
}
.TagClassName
{
border-color: #741C08;
}
</style>