Shades of Falu Red #73130C
Tints of Falu Red #73130C
RGB
CMYK
RGB Variations
Color information
#73130C (or 0x73130C) is known color: Falu Red. HEX triplet: 73, 13 and 0C. RGB value is (115,19,12). Sum of RGB (Red+Green+Blue) = 115+19+12=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73130C is #8CECF3. Grayscale: #2F2F2F. Windows color (decimal): -9235700 or 791411. OLE color: 791411.
HSL color Cylindrical-coordinate representation of color #73130C: hue angle of 4.08º 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 #73130C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 12 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.55 |
| HSL | 4.08º | 0.81% | 0.25% | - |
| HSV(B) | 4.08º | 0.9% | 0.45% | - |
| XYZ | 7.37 | 4.14 | 0.76 | - |
| YUV | 46.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 12 | 0 | 0.83 | 0.90 | 0.55 | 4.08 | 0.81 | 0.25 |
| Hex | 73 | 13 | C | 0 | 53 | 5A | 37 | 4 | 51 | 19 |
| Octal | 163 | 23 | 14 | 0 | 123 | 132 | 67 | 4 | 121 | 31 |
| Binary | 1110011 | 10011 | 1100 | 0 | 1010011 | 1011010 | 110111 | 100 | 1010001 | 11001 |
Color Harmonies of #73130C
Complementary color
Monochromatic Colors of #73130C
Black with #73130C
Text Example
Text Example
White with #73130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73130C; }
p { color: rgb(115,19,12); }
H1.HeaderClassName
{
color: #73130C;
}
.AnyTagClassName
{
color: #73130C;
}
</style>
background-color css
<style>
a { background-color: #73130C; }
a { background-color: rgb(115,19,12); }
div.DivClassName
{
background-color: #73130C;
}
.BgClassName
{
background-color: #73130C;
}
</style>
border-color css
<style>
span { border-color: #73130C; }
span { border-color: rgb(115,19,12); }
td.TdClassName
{
border-color: #73130C;
}
.TagClassName
{
border-color: #73130C;
}
</style>