Shades of Falu Red #72220D
Tints of Falu Red #72220D
RGB
CMYK
RGB Variations
Color information
#72220D (or 0x72220D) is known color: Falu Red. HEX triplet: 72, 22 and 0D. RGB value is (114,34,13). Sum of RGB (Red+Green+Blue) = 114+34+13=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72220D is #8DDDF2. Grayscale: #373737. Windows color (decimal): -9297395 or 860786. OLE color: 860786.
HSL color Cylindrical-coordinate representation of color #72220D: hue angle of 12.48º 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 #72220D is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 34 | 13 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.55 |
| HSL | 12.48º | 0.8% | 0.25% | - |
| HSV(B) | 12.48º | 0.89% | 0.45% | - |
| XYZ | 7.58 | 4.75 | 0.9 | - |
| YUV | 55.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 13 | 0 | 0.70 | 0.89 | 0.55 | 12.48 | 0.8 | 0.25 |
| Hex | 72 | 22 | D | 0 | 46 | 59 | 37 | C | 50 | 19 |
| Octal | 162 | 42 | 15 | 0 | 106 | 131 | 67 | 14 | 120 | 31 |
| Binary | 1110010 | 100010 | 1101 | 0 | 1000110 | 1011001 | 110111 | 1100 | 1010000 | 11001 |
Color Harmonies of #72220D
Complementary color
Monochromatic Colors of #72220D
Black with #72220D
Text Example
Text Example
White with #72220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72220D; }
p { color: rgb(114,34,13); }
H1.HeaderClassName
{
color: #72220D;
}
.AnyTagClassName
{
color: #72220D;
}
</style>
background-color css
<style>
a { background-color: #72220D; }
a { background-color: rgb(114,34,13); }
div.DivClassName
{
background-color: #72220D;
}
.BgClassName
{
background-color: #72220D;
}
</style>
border-color css
<style>
span { border-color: #72220D; }
span { border-color: rgb(114,34,13); }
td.TdClassName
{
border-color: #72220D;
}
.TagClassName
{
border-color: #72220D;
}
</style>