Shades of Falu Red #73220B
Tints of Falu Red #73220B
RGB
CMYK
RGB Variations
Color information
#73220B (or 0x73220B) is known color: Falu Red. HEX triplet: 73, 22 and 0B. RGB value is (115,34,11). Sum of RGB (Red+Green+Blue) = 115+34+11=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73220B is #8CDDF4. Grayscale: #373737. Windows color (decimal): -9231861 or 729715. OLE color: 729715.
HSL color Cylindrical-coordinate representation of color #73220B: hue angle of 13.27º 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 #73220B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 11 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.55 |
| HSL | 13.27º | 0.83% | 0.25% | - |
| HSV(B) | 13.27º | 0.9% | 0.45% | - |
| XYZ | 7.7 | 4.81 | 0.84 | - |
| YUV | 55.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 11 | 0 | 0.70 | 0.90 | 0.55 | 13.27 | 0.83 | 0.25 |
| Hex | 73 | 22 | B | 0 | 46 | 5A | 37 | D | 53 | 19 |
| Octal | 163 | 42 | 13 | 0 | 106 | 132 | 67 | 15 | 123 | 31 |
| Binary | 1110011 | 100010 | 1011 | 0 | 1000110 | 1011010 | 110111 | 1101 | 1010011 | 11001 |
Color Harmonies of #73220B
Complementary color
Monochromatic Colors of #73220B
Black with #73220B
Text Example
Text Example
White with #73220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73220B; }
p { color: rgb(115,34,11); }
H1.HeaderClassName
{
color: #73220B;
}
.AnyTagClassName
{
color: #73220B;
}
</style>
background-color css
<style>
a { background-color: #73220B; }
a { background-color: rgb(115,34,11); }
div.DivClassName
{
background-color: #73220B;
}
.BgClassName
{
background-color: #73220B;
}
</style>
border-color css
<style>
span { border-color: #73220B; }
span { border-color: rgb(115,34,11); }
td.TdClassName
{
border-color: #73220B;
}
.TagClassName
{
border-color: #73220B;
}
</style>