Shades of Falu Red #731C19
Tints of Falu Red #731C19
RGB
CMYK
RGB Variations
Color information
#731C19 (or 0x731C19) is known color: Falu Red. HEX triplet: 73, 1C and 19. RGB value is (115,28,25). Sum of RGB (Red+Green+Blue) = 115+28+25=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C19 is #8CE3E6. Grayscale: #353535. Windows color (decimal): -9233383 or 1645683. OLE color: 1645683.
HSL color Cylindrical-coordinate representation of color #731C19: hue angle of 2º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731C19 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 25 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.55 |
| HSL | 2º | 0.64% | 0.27% | - |
| HSV(B) | 2º | 0.78% | 0.45% | - |
| XYZ | 7.66 | 4.55 | 1.39 | - |
| YUV | 53.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 25 | 0 | 0.76 | 0.78 | 0.55 | 2 | 0.64 | 0.27 |
| Hex | 73 | 1C | 19 | 0 | 4C | 4E | 37 | 2 | 40 | 1B |
| Octal | 163 | 34 | 31 | 0 | 114 | 116 | 67 | 2 | 100 | 33 |
| Binary | 1110011 | 11100 | 11001 | 0 | 1001100 | 1001110 | 110111 | 10 | 1000000 | 11011 |
Color Harmonies of #731C19
Complementary color
Monochromatic Colors of #731C19
Black with #731C19
Text Example
Text Example
White with #731C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C19; }
p { color: rgb(115,28,25); }
H1.HeaderClassName
{
color: #731C19;
}
.AnyTagClassName
{
color: #731C19;
}
</style>
background-color css
<style>
a { background-color: #731C19; }
a { background-color: rgb(115,28,25); }
div.DivClassName
{
background-color: #731C19;
}
.BgClassName
{
background-color: #731C19;
}
</style>
border-color css
<style>
span { border-color: #731C19; }
span { border-color: rgb(115,28,25); }
td.TdClassName
{
border-color: #731C19;
}
.TagClassName
{
border-color: #731C19;
}
</style>