Shades of Falu Red #732000
Tints of Falu Red #732000
RGB
CMYK
RGB Variations
Color information
#732000 (or 0x732000) is known color: Falu Red. HEX triplet: 73, 20 and 00. RGB value is (115,32,0). Sum of RGB (Red+Green+Blue) = 115+32+0=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #732000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732000 is #8CDFFF. Grayscale: #353535. Windows color (decimal): -9232384 or 8307. OLE color: 8307.
HSL color Cylindrical-coordinate representation of color #732000: hue angle of 16.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #732000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.55 |
| HSL | 16.7º | 1% | 0.23% | - |
| HSV(B) | 16.7º | 1% | 0.45% | - |
| XYZ | 7.59 | 4.68 | 0.5 | - |
| YUV | 53.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 0 | 0 | 0.72 | 1 | 0.55 | 16.7 | 1 | 0.23 |
| Hex | 73 | 20 | 0 | 0 | 48 | 64 | 37 | 11 | 64 | 17 |
| Octal | 163 | 40 | 0 | 0 | 110 | 144 | 67 | 21 | 144 | 27 |
| Binary | 1110011 | 100000 | 0 | 0 | 1001000 | 1100100 | 110111 | 10001 | 1100100 | 10111 |
Color Harmonies of #732000
Complementary color
Monochromatic Colors of #732000
Black with #732000
Text Example
Text Example
White with #732000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732000; }
p { color: rgb(115,32,0); }
H1.HeaderClassName
{
color: #732000;
}
.AnyTagClassName
{
color: #732000;
}
</style>
background-color css
<style>
a { background-color: #732000; }
a { background-color: rgb(115,32,0); }
div.DivClassName
{
background-color: #732000;
}
.BgClassName
{
background-color: #732000;
}
</style>
border-color css
<style>
span { border-color: #732000; }
span { border-color: rgb(115,32,0); }
td.TdClassName
{
border-color: #732000;
}
.TagClassName
{
border-color: #732000;
}
</style>