Shades of Falu Red #731D02
Tints of Falu Red #731D02
RGB
CMYK
RGB Variations
Color information
#731D02 (or 0x731D02) is known color: Falu Red. HEX triplet: 73, 1D and 02. RGB value is (115,29,2). Sum of RGB (Red+Green+Blue) = 115+29+2=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D02 is #8CE2FD. Grayscale: #333333. Windows color (decimal): -9233150 or 138611. OLE color: 138611.
HSL color Cylindrical-coordinate representation of color #731D02: hue angle of 14.34º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #731D02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.55 |
| HSL | 14.34º | 0.97% | 0.23% | - |
| HSV(B) | 14.34º | 0.98% | 0.45% | - |
| XYZ | 7.52 | 4.53 | 0.54 | - |
| YUV | 51.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 2 | 0 | 0.75 | 0.98 | 0.55 | 14.34 | 0.97 | 0.23 |
| Hex | 73 | 1D | 2 | 0 | 4B | 62 | 37 | E | 61 | 17 |
| Octal | 163 | 35 | 2 | 0 | 113 | 142 | 67 | 16 | 141 | 27 |
| Binary | 1110011 | 11101 | 10 | 0 | 1001011 | 1100010 | 110111 | 1110 | 1100001 | 10111 |
Color Harmonies of #731D02
Complementary color
Monochromatic Colors of #731D02
Black with #731D02
Text Example
Text Example
White with #731D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D02; }
p { color: rgb(115,29,2); }
H1.HeaderClassName
{
color: #731D02;
}
.AnyTagClassName
{
color: #731D02;
}
</style>
background-color css
<style>
a { background-color: #731D02; }
a { background-color: rgb(115,29,2); }
div.DivClassName
{
background-color: #731D02;
}
.BgClassName
{
background-color: #731D02;
}
</style>
border-color css
<style>
span { border-color: #731D02; }
span { border-color: rgb(115,29,2); }
td.TdClassName
{
border-color: #731D02;
}
.TagClassName
{
border-color: #731D02;
}
</style>