Shades of Falu Red #732003
Tints of Falu Red #732003
RGB
CMYK
RGB Variations
Color information
#732003 (or 0x732003) is known color: Falu Red. HEX triplet: 73, 20 and 03. RGB value is (115,32,3). Sum of RGB (Red+Green+Blue) = 115+32+3=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #732003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732003 is #8CDFFC. Grayscale: #353535. Windows color (decimal): -9232381 or 204915. OLE color: 204915.
HSL color Cylindrical-coordinate representation of color #732003: hue angle of 15.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #732003 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 3 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.55 |
| HSL | 15.54º | 0.95% | 0.23% | - |
| HSV(B) | 15.54º | 0.97% | 0.45% | - |
| XYZ | 7.6 | 4.68 | 0.59 | - |
| YUV | 53.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 3 | 0 | 0.72 | 0.97 | 0.55 | 15.54 | 0.95 | 0.23 |
| Hex | 73 | 20 | 3 | 0 | 48 | 61 | 37 | 10 | 5F | 17 |
| Octal | 163 | 40 | 3 | 0 | 110 | 141 | 67 | 20 | 137 | 27 |
| Binary | 1110011 | 100000 | 11 | 0 | 1001000 | 1100001 | 110111 | 10000 | 1011111 | 10111 |
Color Harmonies of #732003
Complementary color
Monochromatic Colors of #732003
Black with #732003
Text Example
Text Example
White with #732003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732003; }
p { color: rgb(115,32,3); }
H1.HeaderClassName
{
color: #732003;
}
.AnyTagClassName
{
color: #732003;
}
</style>
background-color css
<style>
a { background-color: #732003; }
a { background-color: rgb(115,32,3); }
div.DivClassName
{
background-color: #732003;
}
.BgClassName
{
background-color: #732003;
}
</style>
border-color css
<style>
span { border-color: #732003; }
span { border-color: rgb(115,32,3); }
td.TdClassName
{
border-color: #732003;
}
.TagClassName
{
border-color: #732003;
}
</style>