Shades of Falu Red #73211A
Tints of Falu Red #73211A
RGB
CMYK
RGB Variations
Color information
#73211A (or 0x73211A) is known color: Falu Red. HEX triplet: 73, 21 and 1A. RGB value is (115,33,26). Sum of RGB (Red+Green+Blue) = 115+33+26=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73211A is #8CDEE5. Grayscale: #383838. Windows color (decimal): -9232102 or 1712499. OLE color: 1712499.
HSL color Cylindrical-coordinate representation of color #73211A: hue angle of 4.72º degrees, saturation: 0.63, 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 #73211A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 26 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.55 |
| HSL | 4.72º | 0.63% | 0.28% | - |
| HSV(B) | 4.72º | 0.77% | 0.45% | - |
| XYZ | 7.8 | 4.81 | 1.49 | - |
| YUV | 56.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 26 | 0 | 0.71 | 0.77 | 0.55 | 4.72 | 0.63 | 0.28 |
| Hex | 73 | 21 | 1A | 0 | 47 | 4D | 37 | 5 | 3F | 1C |
| Octal | 163 | 41 | 32 | 0 | 107 | 115 | 67 | 5 | 77 | 34 |
| Binary | 1110011 | 100001 | 11010 | 0 | 1000111 | 1001101 | 110111 | 101 | 111111 | 11100 |
Color Harmonies of #73211A
Complementary color
Monochromatic Colors of #73211A
Black with #73211A
Text Example
Text Example
White with #73211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73211A; }
p { color: rgb(115,33,26); }
H1.HeaderClassName
{
color: #73211A;
}
.AnyTagClassName
{
color: #73211A;
}
</style>
background-color css
<style>
a { background-color: #73211A; }
a { background-color: rgb(115,33,26); }
div.DivClassName
{
background-color: #73211A;
}
.BgClassName
{
background-color: #73211A;
}
</style>
border-color css
<style>
span { border-color: #73211A; }
span { border-color: rgb(115,33,26); }
td.TdClassName
{
border-color: #73211A;
}
.TagClassName
{
border-color: #73211A;
}
</style>