Shades of Falu Red #761703
Tints of Falu Red #761703
RGB
CMYK
RGB Variations
Color information
#761703 (or 0x761703) is known color: Falu Red. HEX triplet: 76, 17 and 03. RGB value is (118,23,3). Sum of RGB (Red+Green+Blue) = 118+23+3=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761703 is #89E8FC. Grayscale: #313131. Windows color (decimal): -9038077 or 202614. OLE color: 202614.
HSL color Cylindrical-coordinate representation of color #761703: hue angle of 10.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761703 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 3 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.54 |
| HSL | 10.43º | 0.95% | 0.24% | - |
| HSV(B) | 10.43º | 0.97% | 0.46% | - |
| XYZ | 7.79 | 4.47 | 0.54 | - |
| YUV | 49.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 3 | 0 | 0.81 | 0.97 | 0.54 | 10.43 | 0.95 | 0.24 |
| Hex | 76 | 17 | 3 | 0 | 51 | 61 | 36 | A | 5F | 18 |
| Octal | 166 | 27 | 3 | 0 | 121 | 141 | 66 | 12 | 137 | 30 |
| Binary | 1110110 | 10111 | 11 | 0 | 1010001 | 1100001 | 110110 | 1010 | 1011111 | 11000 |
Color Harmonies of #761703
Complementary color
Monochromatic Colors of #761703
Black with #761703
Text Example
Text Example
White with #761703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761703; }
p { color: rgb(118,23,3); }
H1.HeaderClassName
{
color: #761703;
}
.AnyTagClassName
{
color: #761703;
}
</style>
background-color css
<style>
a { background-color: #761703; }
a { background-color: rgb(118,23,3); }
div.DivClassName
{
background-color: #761703;
}
.BgClassName
{
background-color: #761703;
}
</style>
border-color css
<style>
span { border-color: #761703; }
span { border-color: rgb(118,23,3); }
td.TdClassName
{
border-color: #761703;
}
.TagClassName
{
border-color: #761703;
}
</style>