Shades of Falu Red #74130B
Tints of Falu Red #74130B
RGB
CMYK
RGB Variations
Color information
#74130B (or 0x74130B) is known color: Falu Red. HEX triplet: 74, 13 and 0B. RGB value is (116,19,11). Sum of RGB (Red+Green+Blue) = 116+19+11=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74130B is #8BECF4. Grayscale: #2F2F2F. Windows color (decimal): -9170165 or 725876. OLE color: 725876.
HSL color Cylindrical-coordinate representation of color #74130B: hue angle of 4.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 #74130B is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 11 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.55 |
| HSL | 4.57º | 0.83% | 0.25% | - |
| HSV(B) | 4.57º | 0.91% | 0.45% | - |
| XYZ | 7.5 | 4.2 | 0.73 | - |
| YUV | 47.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 11 | 0 | 0.84 | 0.91 | 0.55 | 4.57 | 0.83 | 0.25 |
| Hex | 74 | 13 | B | 0 | 54 | 5B | 37 | 5 | 53 | 19 |
| Octal | 164 | 23 | 13 | 0 | 124 | 133 | 67 | 5 | 123 | 31 |
| Binary | 1110100 | 10011 | 1011 | 0 | 1010100 | 1011011 | 110111 | 101 | 1010011 | 11001 |
Color Harmonies of #74130B
Complementary color
Monochromatic Colors of #74130B
Black with #74130B
Text Example
Text Example
White with #74130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74130B; }
p { color: rgb(116,19,11); }
H1.HeaderClassName
{
color: #74130B;
}
.AnyTagClassName
{
color: #74130B;
}
</style>
background-color css
<style>
a { background-color: #74130B; }
a { background-color: rgb(116,19,11); }
div.DivClassName
{
background-color: #74130B;
}
.BgClassName
{
background-color: #74130B;
}
</style>
border-color css
<style>
span { border-color: #74130B; }
span { border-color: rgb(116,19,11); }
td.TdClassName
{
border-color: #74130B;
}
.TagClassName
{
border-color: #74130B;
}
</style>