Shades of Falu Red #73221D
Tints of Falu Red #73221D
RGB
CMYK
RGB Variations
Color information
#73221D (or 0x73221D) is known color: Falu Red. HEX triplet: 73, 22 and 1D. RGB value is (115,34,29). Sum of RGB (Red+Green+Blue) = 115+34+29=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73221D is #8CDDE2. Grayscale: #393939. Windows color (decimal): -9231843 or 1909363. OLE color: 1909363.
HSL color Cylindrical-coordinate representation of color #73221D: hue angle of 3.49º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73221D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 29 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.55 |
| HSL | 3.49º | 0.6% | 0.28% | - |
| HSV(B) | 3.49º | 0.75% | 0.45% | - |
| XYZ | 7.86 | 4.88 | 1.69 | - |
| YUV | 57.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 29 | 0 | 0.70 | 0.75 | 0.55 | 3.49 | 0.6 | 0.28 |
| Hex | 73 | 22 | 1D | 0 | 46 | 4B | 37 | 3 | 3C | 1C |
| Octal | 163 | 42 | 35 | 0 | 106 | 113 | 67 | 3 | 74 | 34 |
| Binary | 1110011 | 100010 | 11101 | 0 | 1000110 | 1001011 | 110111 | 11 | 111100 | 11100 |
Color Harmonies of #73221D
Complementary color
Monochromatic Colors of #73221D
Black with #73221D
Text Example
Text Example
White with #73221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73221D; }
p { color: rgb(115,34,29); }
H1.HeaderClassName
{
color: #73221D;
}
.AnyTagClassName
{
color: #73221D;
}
</style>
background-color css
<style>
a { background-color: #73221D; }
a { background-color: rgb(115,34,29); }
div.DivClassName
{
background-color: #73221D;
}
.BgClassName
{
background-color: #73221D;
}
</style>
border-color css
<style>
span { border-color: #73221D; }
span { border-color: rgb(115,34,29); }
td.TdClassName
{
border-color: #73221D;
}
.TagClassName
{
border-color: #73221D;
}
</style>