Shades of Falu Red #731C00
Tints of Falu Red #731C00
RGB
CMYK
RGB Variations
Color information
#731C00 (or 0x731C00) is known color: Falu Red. HEX triplet: 73, 1C and 00. RGB value is (115,28,0). Sum of RGB (Red+Green+Blue) = 115+28+0=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #731C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C00 is #8CE3FF. Grayscale: #333333. Windows color (decimal): -9233408 or 7283. OLE color: 7283.
HSL color Cylindrical-coordinate representation of color #731C00: hue angle of 14.61º 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 #731C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.55 |
| HSL | 14.61º | 1% | 0.23% | - |
| HSV(B) | 14.61º | 1% | 0.45% | - |
| XYZ | 7.49 | 4.48 | 0.47 | - |
| YUV | 50.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 0 | 0 | 0.76 | 1 | 0.55 | 14.61 | 1 | 0.23 |
| Hex | 73 | 1C | 0 | 0 | 4C | 64 | 37 | F | 64 | 17 |
| Octal | 163 | 34 | 0 | 0 | 114 | 144 | 67 | 17 | 144 | 27 |
| Binary | 1110011 | 11100 | 0 | 0 | 1001100 | 1100100 | 110111 | 1111 | 1100100 | 10111 |
Color Harmonies of #731C00
Complementary color
Monochromatic Colors of #731C00
Black with #731C00
Text Example
Text Example
White with #731C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C00; }
p { color: rgb(115,28,0); }
H1.HeaderClassName
{
color: #731C00;
}
.AnyTagClassName
{
color: #731C00;
}
</style>
background-color css
<style>
a { background-color: #731C00; }
a { background-color: rgb(115,28,0); }
div.DivClassName
{
background-color: #731C00;
}
.BgClassName
{
background-color: #731C00;
}
</style>
border-color css
<style>
span { border-color: #731C00; }
span { border-color: rgb(115,28,0); }
td.TdClassName
{
border-color: #731C00;
}
.TagClassName
{
border-color: #731C00;
}
</style>