Shades of Falu Red #73220F
Tints of Falu Red #73220F
RGB
CMYK
RGB Variations
Color information
#73220F (or 0x73220F) is known color: Falu Red. HEX triplet: 73, 22 and 0F. RGB value is (115,34,15). Sum of RGB (Red+Green+Blue) = 115+34+15=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73220F is #8CDDF0. Grayscale: #383838. Windows color (decimal): -9231857 or 991859. OLE color: 991859.
HSL color Cylindrical-coordinate representation of color #73220F: hue angle of 11.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73220F is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 15 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.55 |
| HSL | 11.4º | 0.77% | 0.25% | - |
| HSV(B) | 11.4º | 0.87% | 0.45% | - |
| XYZ | 7.73 | 4.82 | 0.98 | - |
| YUV | 56.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 15 | 0 | 0.70 | 0.87 | 0.55 | 11.4 | 0.77 | 0.25 |
| Hex | 73 | 22 | F | 0 | 46 | 57 | 37 | B | 4D | 19 |
| Octal | 163 | 42 | 17 | 0 | 106 | 127 | 67 | 13 | 115 | 31 |
| Binary | 1110011 | 100010 | 1111 | 0 | 1000110 | 1010111 | 110111 | 1011 | 1001101 | 11001 |
Color Harmonies of #73220F
Complementary color
Monochromatic Colors of #73220F
Black with #73220F
Text Example
Text Example
White with #73220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73220F; }
p { color: rgb(115,34,15); }
H1.HeaderClassName
{
color: #73220F;
}
.AnyTagClassName
{
color: #73220F;
}
</style>
background-color css
<style>
a { background-color: #73220F; }
a { background-color: rgb(115,34,15); }
div.DivClassName
{
background-color: #73220F;
}
.BgClassName
{
background-color: #73220F;
}
</style>
border-color css
<style>
span { border-color: #73220F; }
span { border-color: rgb(115,34,15); }
td.TdClassName
{
border-color: #73220F;
}
.TagClassName
{
border-color: #73220F;
}
</style>