Shades of Falu Red #73190A
Tints of Falu Red #73190A
RGB
CMYK
RGB Variations
Color information
#73190A (or 0x73190A) is known color: Falu Red. HEX triplet: 73, 19 and 0A. RGB value is (115,25,10). Sum of RGB (Red+Green+Blue) = 115+25+10=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73190A is #8CE6F5. Grayscale: #323232. Windows color (decimal): -9234166 or 661875. OLE color: 661875.
HSL color Cylindrical-coordinate representation of color #73190A: hue angle of 8.57º degrees, saturation: 0.84, 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 #73190A is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 10 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.55 |
| HSL | 8.57º | 0.84% | 0.25% | - |
| HSV(B) | 8.57º | 0.91% | 0.45% | - |
| XYZ | 7.47 | 4.36 | 0.74 | - |
| YUV | 50.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 10 | 0 | 0.78 | 0.91 | 0.55 | 8.57 | 0.84 | 0.25 |
| Hex | 73 | 19 | A | 0 | 4E | 5B | 37 | 9 | 54 | 19 |
| Octal | 163 | 31 | 12 | 0 | 116 | 133 | 67 | 11 | 124 | 31 |
| Binary | 1110011 | 11001 | 1010 | 0 | 1001110 | 1011011 | 110111 | 1001 | 1010100 | 11001 |
Color Harmonies of #73190A
Complementary color
Monochromatic Colors of #73190A
Black with #73190A
Text Example
Text Example
White with #73190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73190A; }
p { color: rgb(115,25,10); }
H1.HeaderClassName
{
color: #73190A;
}
.AnyTagClassName
{
color: #73190A;
}
</style>
background-color css
<style>
a { background-color: #73190A; }
a { background-color: rgb(115,25,10); }
div.DivClassName
{
background-color: #73190A;
}
.BgClassName
{
background-color: #73190A;
}
</style>
border-color css
<style>
span { border-color: #73190A; }
span { border-color: rgb(115,25,10); }
td.TdClassName
{
border-color: #73190A;
}
.TagClassName
{
border-color: #73190A;
}
</style>