Shades of Falu Red #72201B
Tints of Falu Red #72201B
RGB
CMYK
RGB Variations
Color information
#72201B (or 0x72201B) is known color: Falu Red. HEX triplet: 72, 20 and 1B. RGB value is (114,32,27). Sum of RGB (Red+Green+Blue) = 114+32+27=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72201B is #8DDFE4. Grayscale: #383838. Windows color (decimal): -9297893 or 1777778. OLE color: 1777778.
HSL color Cylindrical-coordinate representation of color #72201B: hue angle of 3.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72201B is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 27 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.55 |
| HSL | 3.45º | 0.62% | 0.28% | - |
| HSV(B) | 3.45º | 0.76% | 0.45% | - |
| XYZ | 7.65 | 4.69 | 1.54 | - |
| YUV | 55.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 27 | 0 | 0.72 | 0.76 | 0.55 | 3.45 | 0.62 | 0.28 |
| Hex | 72 | 20 | 1B | 0 | 48 | 4C | 37 | 3 | 3E | 1C |
| Octal | 162 | 40 | 33 | 0 | 110 | 114 | 67 | 3 | 76 | 34 |
| Binary | 1110010 | 100000 | 11011 | 0 | 1001000 | 1001100 | 110111 | 11 | 111110 | 11100 |
Color Harmonies of #72201B
Complementary color
Monochromatic Colors of #72201B
Black with #72201B
Text Example
Text Example
White with #72201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72201B; }
p { color: rgb(114,32,27); }
H1.HeaderClassName
{
color: #72201B;
}
.AnyTagClassName
{
color: #72201B;
}
</style>
background-color css
<style>
a { background-color: #72201B; }
a { background-color: rgb(114,32,27); }
div.DivClassName
{
background-color: #72201B;
}
.BgClassName
{
background-color: #72201B;
}
</style>
border-color css
<style>
span { border-color: #72201B; }
span { border-color: rgb(114,32,27); }
td.TdClassName
{
border-color: #72201B;
}
.TagClassName
{
border-color: #72201B;
}
</style>