Shades of Falu Red #73110C
Tints of Falu Red #73110C
RGB
CMYK
RGB Variations
Color information
#73110C (or 0x73110C) is known color: Falu Red. HEX triplet: 73, 11 and 0C. RGB value is (115,17,12). Sum of RGB (Red+Green+Blue) = 115+17+12=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #73110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110C is #8CEEF3. Grayscale: #2D2D2D. Windows color (decimal): -9236212 or 790899. OLE color: 790899.
HSL color Cylindrical-coordinate representation of color #73110C: hue angle of 2.91º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73110C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 12 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.55 |
| HSL | 2.91º | 0.81% | 0.25% | - |
| HSV(B) | 2.91º | 0.9% | 0.45% | - |
| XYZ | 7.34 | 4.07 | 0.75 | - |
| YUV | 45.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 12 | 0 | 0.85 | 0.90 | 0.55 | 2.91 | 0.81 | 0.25 |
| Hex | 73 | 11 | C | 0 | 55 | 5A | 37 | 3 | 51 | 19 |
| Octal | 163 | 21 | 14 | 0 | 125 | 132 | 67 | 3 | 121 | 31 |
| Binary | 1110011 | 10001 | 1100 | 0 | 1010101 | 1011010 | 110111 | 11 | 1010001 | 11001 |
Color Harmonies of #73110C
Complementary color
Monochromatic Colors of #73110C
Black with #73110C
Text Example
Text Example
White with #73110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73110C; }
p { color: rgb(115,17,12); }
H1.HeaderClassName
{
color: #73110C;
}
.AnyTagClassName
{
color: #73110C;
}
</style>
background-color css
<style>
a { background-color: #73110C; }
a { background-color: rgb(115,17,12); }
div.DivClassName
{
background-color: #73110C;
}
.BgClassName
{
background-color: #73110C;
}
</style>
border-color css
<style>
span { border-color: #73110C; }
span { border-color: rgb(115,17,12); }
td.TdClassName
{
border-color: #73110C;
}
.TagClassName
{
border-color: #73110C;
}
</style>