Shades of Falu Red #73130D
Tints of Falu Red #73130D
RGB
CMYK
RGB Variations
Color information
#73130D (or 0x73130D) is known color: Falu Red. HEX triplet: 73, 13 and 0D. RGB value is (115,19,13). Sum of RGB (Red+Green+Blue) = 115+19+13=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73130D is #8CECF2. Grayscale: #2F2F2F. Windows color (decimal): -9235699 or 856947. OLE color: 856947.
HSL color Cylindrical-coordinate representation of color #73130D: hue angle of 3.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73130D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 13 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.55 |
| HSL | 3.53º | 0.8% | 0.25% | - |
| HSV(B) | 3.53º | 0.89% | 0.45% | - |
| XYZ | 7.38 | 4.14 | 0.79 | - |
| YUV | 47.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 13 | 0 | 0.83 | 0.89 | 0.55 | 3.53 | 0.8 | 0.25 |
| Hex | 73 | 13 | D | 0 | 53 | 59 | 37 | 4 | 50 | 19 |
| Octal | 163 | 23 | 15 | 0 | 123 | 131 | 67 | 4 | 120 | 31 |
| Binary | 1110011 | 10011 | 1101 | 0 | 1010011 | 1011001 | 110111 | 100 | 1010000 | 11001 |
Color Harmonies of #73130D
Complementary color
Monochromatic Colors of #73130D
Black with #73130D
Text Example
Text Example
White with #73130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73130D; }
p { color: rgb(115,19,13); }
H1.HeaderClassName
{
color: #73130D;
}
.AnyTagClassName
{
color: #73130D;
}
</style>
background-color css
<style>
a { background-color: #73130D; }
a { background-color: rgb(115,19,13); }
div.DivClassName
{
background-color: #73130D;
}
.BgClassName
{
background-color: #73130D;
}
</style>
border-color css
<style>
span { border-color: #73130D; }
span { border-color: rgb(115,19,13); }
td.TdClassName
{
border-color: #73130D;
}
.TagClassName
{
border-color: #73130D;
}
</style>