Shades of Falu Red #732412
Tints of Falu Red #732412
RGB
CMYK
RGB Variations
Color information
#732412 (or 0x732412) is known color: Falu Red. HEX triplet: 73, 24 and 12. RGB value is (115,36,18). Sum of RGB (Red+Green+Blue) = 115+36+18=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #732412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732412 is #8CDBED. Grayscale: #393939. Windows color (decimal): -9231342 or 1188979. OLE color: 1188979.
HSL color Cylindrical-coordinate representation of color #732412: hue angle of 11.13º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #732412 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 18 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.55 |
| HSL | 11.13º | 0.73% | 0.26% | - |
| HSV(B) | 11.13º | 0.84% | 0.45% | - |
| XYZ | 7.81 | 4.95 | 1.12 | - |
| YUV | 57.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 18 | 0 | 0.69 | 0.84 | 0.55 | 11.13 | 0.73 | 0.26 |
| Hex | 73 | 24 | 12 | 0 | 45 | 54 | 37 | B | 49 | 1A |
| Octal | 163 | 44 | 22 | 0 | 105 | 124 | 67 | 13 | 111 | 32 |
| Binary | 1110011 | 100100 | 10010 | 0 | 1000101 | 1010100 | 110111 | 1011 | 1001001 | 11010 |
Color Harmonies of #732412
Complementary color
Monochromatic Colors of #732412
Black with #732412
Text Example
Text Example
White with #732412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732412; }
p { color: rgb(115,36,18); }
H1.HeaderClassName
{
color: #732412;
}
.AnyTagClassName
{
color: #732412;
}
</style>
background-color css
<style>
a { background-color: #732412; }
a { background-color: rgb(115,36,18); }
div.DivClassName
{
background-color: #732412;
}
.BgClassName
{
background-color: #732412;
}
</style>
border-color css
<style>
span { border-color: #732412; }
span { border-color: rgb(115,36,18); }
td.TdClassName
{
border-color: #732412;
}
.TagClassName
{
border-color: #732412;
}
</style>