Shades of Falu Red #73220D
Tints of Falu Red #73220D
RGB
CMYK
RGB Variations
Color information
#73220D (or 0x73220D) is known color: Falu Red. HEX triplet: 73, 22 and 0D. RGB value is (115,34,13). Sum of RGB (Red+Green+Blue) = 115+34+13=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73220D is #8CDDF2. Grayscale: #373737. Windows color (decimal): -9231859 or 860787. OLE color: 860787.
HSL color Cylindrical-coordinate representation of color #73220D: hue angle of 12.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73220D is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 13 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.55 |
| HSL | 12.35º | 0.8% | 0.25% | - |
| HSV(B) | 12.35º | 0.89% | 0.45% | - |
| XYZ | 7.71 | 4.82 | 0.9 | - |
| YUV | 55.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 13 | 0 | 0.70 | 0.89 | 0.55 | 12.35 | 0.8 | 0.25 |
| Hex | 73 | 22 | D | 0 | 46 | 59 | 37 | C | 50 | 19 |
| Octal | 163 | 42 | 15 | 0 | 106 | 131 | 67 | 14 | 120 | 31 |
| Binary | 1110011 | 100010 | 1101 | 0 | 1000110 | 1011001 | 110111 | 1100 | 1010000 | 11001 |
Color Harmonies of #73220D
Complementary color
Monochromatic Colors of #73220D
Black with #73220D
Text Example
Text Example
White with #73220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73220D; }
p { color: rgb(115,34,13); }
H1.HeaderClassName
{
color: #73220D;
}
.AnyTagClassName
{
color: #73220D;
}
</style>
background-color css
<style>
a { background-color: #73220D; }
a { background-color: rgb(115,34,13); }
div.DivClassName
{
background-color: #73220D;
}
.BgClassName
{
background-color: #73220D;
}
</style>
border-color css
<style>
span { border-color: #73220D; }
span { border-color: rgb(115,34,13); }
td.TdClassName
{
border-color: #73220D;
}
.TagClassName
{
border-color: #73220D;
}
</style>