Shades of Falu Red #72210C
Tints of Falu Red #72210C
RGB
CMYK
RGB Variations
Color information
#72210C (or 0x72210C) is known color: Falu Red. HEX triplet: 72, 21 and 0C. RGB value is (114,33,12). Sum of RGB (Red+Green+Blue) = 114+33+12=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72210C is #8DDEF3. Grayscale: #363636. Windows color (decimal): -9297652 or 794994. OLE color: 794994.
HSL color Cylindrical-coordinate representation of color #72210C: hue angle of 12.35º degrees, saturation: 0.81, 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 #72210C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 12 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.55 |
| HSL | 12.35º | 0.81% | 0.25% | - |
| HSV(B) | 12.35º | 0.89% | 0.45% | - |
| XYZ | 7.55 | 4.69 | 0.86 | - |
| YUV | 54.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 12 | 0 | 0.71 | 0.89 | 0.55 | 12.35 | 0.81 | 0.25 |
| Hex | 72 | 21 | C | 0 | 47 | 59 | 37 | C | 51 | 19 |
| Octal | 162 | 41 | 14 | 0 | 107 | 131 | 67 | 14 | 121 | 31 |
| Binary | 1110010 | 100001 | 1100 | 0 | 1000111 | 1011001 | 110111 | 1100 | 1010001 | 11001 |
Color Harmonies of #72210C
Complementary color
Monochromatic Colors of #72210C
Black with #72210C
Text Example
Text Example
White with #72210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72210C; }
p { color: rgb(114,33,12); }
H1.HeaderClassName
{
color: #72210C;
}
.AnyTagClassName
{
color: #72210C;
}
</style>
background-color css
<style>
a { background-color: #72210C; }
a { background-color: rgb(114,33,12); }
div.DivClassName
{
background-color: #72210C;
}
.BgClassName
{
background-color: #72210C;
}
</style>
border-color css
<style>
span { border-color: #72210C; }
span { border-color: rgb(114,33,12); }
td.TdClassName
{
border-color: #72210C;
}
.TagClassName
{
border-color: #72210C;
}
</style>