Shades of Falu Red #761D03
Tints of Falu Red #761D03
RGB
CMYK
RGB Variations
Color information
#761D03 (or 0x761D03) is known color: Falu Red. HEX triplet: 76, 1D and 03. RGB value is (118,29,3). Sum of RGB (Red+Green+Blue) = 118+29+3=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D03 is #89E2FC. Grayscale: #343434. Windows color (decimal): -9036541 or 204150. OLE color: 204150.
HSL color Cylindrical-coordinate representation of color #761D03: hue angle of 13.57º 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 #761D03 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 3 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.54 |
| HSL | 13.57º | 0.95% | 0.24% | - |
| HSV(B) | 13.57º | 0.97% | 0.46% | - |
| XYZ | 7.93 | 4.74 | 0.58 | - |
| YUV | 52.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 3 | 0 | 0.75 | 0.97 | 0.54 | 13.57 | 0.95 | 0.24 |
| Hex | 76 | 1D | 3 | 0 | 4B | 61 | 36 | E | 5F | 18 |
| Octal | 166 | 35 | 3 | 0 | 113 | 141 | 66 | 16 | 137 | 30 |
| Binary | 1110110 | 11101 | 11 | 0 | 1001011 | 1100001 | 110110 | 1110 | 1011111 | 11000 |
Color Harmonies of #761D03
Complementary color
Monochromatic Colors of #761D03
Black with #761D03
Text Example
Text Example
White with #761D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D03; }
p { color: rgb(118,29,3); }
H1.HeaderClassName
{
color: #761D03;
}
.AnyTagClassName
{
color: #761D03;
}
</style>
background-color css
<style>
a { background-color: #761D03; }
a { background-color: rgb(118,29,3); }
div.DivClassName
{
background-color: #761D03;
}
.BgClassName
{
background-color: #761D03;
}
</style>
border-color css
<style>
span { border-color: #761D03; }
span { border-color: rgb(118,29,3); }
td.TdClassName
{
border-color: #761D03;
}
.TagClassName
{
border-color: #761D03;
}
</style>