Shades of Falu Red #73221B
Tints of Falu Red #73221B
RGB
CMYK
RGB Variations
Color information
#73221B (or 0x73221B) is known color: Falu Red. HEX triplet: 73, 22 and 1B. RGB value is (115,34,27). Sum of RGB (Red+Green+Blue) = 115+34+27=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73221B is #8CDDE4. Grayscale: #393939. Windows color (decimal): -9231845 or 1778291. OLE color: 1778291.
HSL color Cylindrical-coordinate representation of color #73221B: hue angle of 4.77º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73221B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 27 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.55 |
| HSL | 4.77º | 0.62% | 0.28% | - |
| HSV(B) | 4.77º | 0.77% | 0.45% | - |
| XYZ | 7.84 | 4.87 | 1.56 | - |
| YUV | 57.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 27 | 0 | 0.70 | 0.77 | 0.55 | 4.77 | 0.62 | 0.28 |
| Hex | 73 | 22 | 1B | 0 | 46 | 4D | 37 | 5 | 3E | 1C |
| Octal | 163 | 42 | 33 | 0 | 106 | 115 | 67 | 5 | 76 | 34 |
| Binary | 1110011 | 100010 | 11011 | 0 | 1000110 | 1001101 | 110111 | 101 | 111110 | 11100 |
Color Harmonies of #73221B
Complementary color
Monochromatic Colors of #73221B
Black with #73221B
Text Example
Text Example
White with #73221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73221B; }
p { color: rgb(115,34,27); }
H1.HeaderClassName
{
color: #73221B;
}
.AnyTagClassName
{
color: #73221B;
}
</style>
background-color css
<style>
a { background-color: #73221B; }
a { background-color: rgb(115,34,27); }
div.DivClassName
{
background-color: #73221B;
}
.BgClassName
{
background-color: #73221B;
}
</style>
border-color css
<style>
span { border-color: #73221B; }
span { border-color: rgb(115,34,27); }
td.TdClassName
{
border-color: #73221B;
}
.TagClassName
{
border-color: #73221B;
}
</style>