Shades of Falu Red #730F0B
Tints of Falu Red #730F0B
RGB
CMYK
RGB Variations
Color information
#730F0B (or 0x730F0B) is known color: Falu Red. HEX triplet: 73, 0F and 0B. RGB value is (115,15,11). Sum of RGB (Red+Green+Blue) = 115+15+11=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F0B is #8CF0F4. Grayscale: #2C2C2C. Windows color (decimal): -9236725 or 724851. OLE color: 724851.
HSL color Cylindrical-coordinate representation of color #730F0B: hue angle of 2.31º degrees, saturation: 0.83, 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 #730F0B is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 11 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.55 |
| HSL | 2.31º | 0.83% | 0.25% | - |
| HSV(B) | 2.31º | 0.9% | 0.45% | - |
| XYZ | 7.3 | 4.01 | 0.71 | - |
| YUV | 44.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 11 | 0 | 0.87 | 0.90 | 0.55 | 2.31 | 0.83 | 0.25 |
| Hex | 73 | F | B | 0 | 57 | 5A | 37 | 2 | 53 | 19 |
| Octal | 163 | 17 | 13 | 0 | 127 | 132 | 67 | 2 | 123 | 31 |
| Binary | 1110011 | 1111 | 1011 | 0 | 1010111 | 1011010 | 110111 | 10 | 1010011 | 11001 |
Color Harmonies of #730F0B
Complementary color
Monochromatic Colors of #730F0B
Black with #730F0B
Text Example
Text Example
White with #730F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F0B; }
p { color: rgb(115,15,11); }
H1.HeaderClassName
{
color: #730F0B;
}
.AnyTagClassName
{
color: #730F0B;
}
</style>
background-color css
<style>
a { background-color: #730F0B; }
a { background-color: rgb(115,15,11); }
div.DivClassName
{
background-color: #730F0B;
}
.BgClassName
{
background-color: #730F0B;
}
</style>
border-color css
<style>
span { border-color: #730F0B; }
span { border-color: rgb(115,15,11); }
td.TdClassName
{
border-color: #730F0B;
}
.TagClassName
{
border-color: #730F0B;
}
</style>