Shades of Falu Red #73240D
Tints of Falu Red #73240D
RGB
CMYK
RGB Variations
Color information
#73240D (or 0x73240D) is known color: Falu Red. HEX triplet: 73, 24 and 0D. RGB value is (115,36,13). Sum of RGB (Red+Green+Blue) = 115+36+13=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73240D is #8CDBF2. Grayscale: #393939. Windows color (decimal): -9231347 or 861299. OLE color: 861299.
HSL color Cylindrical-coordinate representation of color #73240D: hue angle of 13.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 #73240D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 13 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.55 |
| HSL | 13.53º | 0.8% | 0.25% | - |
| HSV(B) | 13.53º | 0.89% | 0.45% | - |
| XYZ | 7.77 | 4.94 | 0.92 | - |
| YUV | 57 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 13 | 0 | 0.69 | 0.89 | 0.55 | 13.53 | 0.8 | 0.25 |
| Hex | 73 | 24 | D | 0 | 45 | 59 | 37 | E | 50 | 19 |
| Octal | 163 | 44 | 15 | 0 | 105 | 131 | 67 | 16 | 120 | 31 |
| Binary | 1110011 | 100100 | 1101 | 0 | 1000101 | 1011001 | 110111 | 1110 | 1010000 | 11001 |
Color Harmonies of #73240D
Complementary color
Monochromatic Colors of #73240D
Black with #73240D
Text Example
Text Example
White with #73240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73240D; }
p { color: rgb(115,36,13); }
H1.HeaderClassName
{
color: #73240D;
}
.AnyTagClassName
{
color: #73240D;
}
</style>
background-color css
<style>
a { background-color: #73240D; }
a { background-color: rgb(115,36,13); }
div.DivClassName
{
background-color: #73240D;
}
.BgClassName
{
background-color: #73240D;
}
</style>
border-color css
<style>
span { border-color: #73240D; }
span { border-color: rgb(115,36,13); }
td.TdClassName
{
border-color: #73240D;
}
.TagClassName
{
border-color: #73240D;
}
</style>