Shades of Falu Red #732011
Tints of Falu Red #732011
RGB
CMYK
RGB Variations
Color information
#732011 (or 0x732011) is known color: Falu Red. HEX triplet: 73, 20 and 11. RGB value is (115,32,17). Sum of RGB (Red+Green+Blue) = 115+32+17=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #732011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732011 is #8CDFEE. Grayscale: #373737. Windows color (decimal): -9232367 or 1122419. OLE color: 1122419.
HSL color Cylindrical-coordinate representation of color #732011: hue angle of 9.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #732011 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 17 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.55 |
| HSL | 9.18º | 0.74% | 0.26% | - |
| HSV(B) | 9.18º | 0.85% | 0.45% | - |
| XYZ | 7.69 | 4.72 | 1.04 | - |
| YUV | 55.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 17 | 0 | 0.72 | 0.85 | 0.55 | 9.18 | 0.74 | 0.26 |
| Hex | 73 | 20 | 11 | 0 | 48 | 55 | 37 | 9 | 4A | 1A |
| Octal | 163 | 40 | 21 | 0 | 110 | 125 | 67 | 11 | 112 | 32 |
| Binary | 1110011 | 100000 | 10001 | 0 | 1001000 | 1010101 | 110111 | 1001 | 1001010 | 11010 |
Color Harmonies of #732011
Complementary color
Monochromatic Colors of #732011
Black with #732011
Text Example
Text Example
White with #732011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732011; }
p { color: rgb(115,32,17); }
H1.HeaderClassName
{
color: #732011;
}
.AnyTagClassName
{
color: #732011;
}
</style>
background-color css
<style>
a { background-color: #732011; }
a { background-color: rgb(115,32,17); }
div.DivClassName
{
background-color: #732011;
}
.BgClassName
{
background-color: #732011;
}
</style>
border-color css
<style>
span { border-color: #732011; }
span { border-color: rgb(115,32,17); }
td.TdClassName
{
border-color: #732011;
}
.TagClassName
{
border-color: #732011;
}
</style>