Shades of Falu Red #741212
Tints of Falu Red #741212
RGB
CMYK
RGB Variations
Color information
#741212 (or 0x741212) is known color: Falu Red. HEX triplet: 74, 12 and 12. RGB value is (116,18,18). Sum of RGB (Red+Green+Blue) = 116+18+18=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741212 is #8BEDED. Grayscale: #2F2F2F. Windows color (decimal): -9170414 or 1184372. OLE color: 1184372.
HSL color Cylindrical-coordinate representation of color #741212: hue angle of 0º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741212 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 18 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.55 |
| HSL | 0º | 0.73% | 0.26% | - |
| HSV(B) | 0º | 0.84% | 0.45% | - |
| XYZ | 7.53 | 4.19 | 0.98 | - |
| YUV | 47.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 18 | 0 | 0.84 | 0.84 | 0.55 | 0 | 0.73 | 0.26 |
| Hex | 74 | 12 | 12 | 0 | 54 | 54 | 37 | 0 | 49 | 1A |
| Octal | 164 | 22 | 22 | 0 | 124 | 124 | 67 | 0 | 111 | 32 |
| Binary | 1110100 | 10010 | 10010 | 0 | 1010100 | 1010100 | 110111 | 0 | 1001001 | 11010 |
Color Harmonies of #741212
Complementary color
Monochromatic Colors of #741212
Black with #741212
Text Example
Text Example
White with #741212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741212; }
p { color: rgb(116,18,18); }
H1.HeaderClassName
{
color: #741212;
}
.AnyTagClassName
{
color: #741212;
}
</style>
background-color css
<style>
a { background-color: #741212; }
a { background-color: rgb(116,18,18); }
div.DivClassName
{
background-color: #741212;
}
.BgClassName
{
background-color: #741212;
}
</style>
border-color css
<style>
span { border-color: #741212; }
span { border-color: rgb(116,18,18); }
td.TdClassName
{
border-color: #741212;
}
.TagClassName
{
border-color: #741212;
}
</style>