Shades of Falu Red #730E0C
Tints of Falu Red #730E0C
RGB
CMYK
RGB Variations
Color information
#730E0C (or 0x730E0C) is known color: Falu Red. HEX triplet: 73, 0E and 0C. RGB value is (115,14,12). Sum of RGB (Red+Green+Blue) = 115+14+12=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E0C is #8CF1F3. Grayscale: #2C2C2C. Windows color (decimal): -9236980 or 790131. OLE color: 790131.
HSL color Cylindrical-coordinate representation of color #730E0C: hue angle of 1.17º 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 #730E0C is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 12 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.55 |
| HSL | 1.17º | 0.81% | 0.25% | - |
| HSV(B) | 1.17º | 0.9% | 0.45% | - |
| XYZ | 7.29 | 3.99 | 0.73 | - |
| YUV | 43.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 12 | 0 | 0.88 | 0.90 | 0.55 | 1.17 | 0.81 | 0.25 |
| Hex | 73 | E | C | 0 | 58 | 5A | 37 | 1 | 51 | 19 |
| Octal | 163 | 16 | 14 | 0 | 130 | 132 | 67 | 1 | 121 | 31 |
| Binary | 1110011 | 1110 | 1100 | 0 | 1011000 | 1011010 | 110111 | 1 | 1010001 | 11001 |
Color Harmonies of #730E0C
Complementary color
Monochromatic Colors of #730E0C
Black with #730E0C
Text Example
Text Example
White with #730E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E0C; }
p { color: rgb(115,14,12); }
H1.HeaderClassName
{
color: #730E0C;
}
.AnyTagClassName
{
color: #730E0C;
}
</style>
background-color css
<style>
a { background-color: #730E0C; }
a { background-color: rgb(115,14,12); }
div.DivClassName
{
background-color: #730E0C;
}
.BgClassName
{
background-color: #730E0C;
}
</style>
border-color css
<style>
span { border-color: #730E0C; }
span { border-color: rgb(115,14,12); }
td.TdClassName
{
border-color: #730E0C;
}
.TagClassName
{
border-color: #730E0C;
}
</style>