Shades of Falu Red #761E03
Tints of Falu Red #761E03
RGB
CMYK
RGB Variations
Color information
#761E03 (or 0x761E03) is known color: Falu Red. HEX triplet: 76, 1E and 03. RGB value is (118,30,3). Sum of RGB (Red+Green+Blue) = 118+30+3=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #761E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E03 is #89E1FC. Grayscale: #353535. Windows color (decimal): -9036285 or 204406. OLE color: 204406.
HSL color Cylindrical-coordinate representation of color #761E03: hue angle of 14.09º 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 #761E03 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 3 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.54 |
| HSL | 14.09º | 0.95% | 0.24% | - |
| HSV(B) | 14.09º | 0.97% | 0.46% | - |
| XYZ | 7.95 | 4.79 | 0.59 | - |
| YUV | 53.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 3 | 0 | 0.75 | 0.97 | 0.54 | 14.09 | 0.95 | 0.24 |
| Hex | 76 | 1E | 3 | 0 | 4B | 61 | 36 | E | 5F | 18 |
| Octal | 166 | 36 | 3 | 0 | 113 | 141 | 66 | 16 | 137 | 30 |
| Binary | 1110110 | 11110 | 11 | 0 | 1001011 | 1100001 | 110110 | 1110 | 1011111 | 11000 |
Color Harmonies of #761E03
Complementary color
Monochromatic Colors of #761E03
Black with #761E03
Text Example
Text Example
White with #761E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E03; }
p { color: rgb(118,30,3); }
H1.HeaderClassName
{
color: #761E03;
}
.AnyTagClassName
{
color: #761E03;
}
</style>
background-color css
<style>
a { background-color: #761E03; }
a { background-color: rgb(118,30,3); }
div.DivClassName
{
background-color: #761E03;
}
.BgClassName
{
background-color: #761E03;
}
</style>
border-color css
<style>
span { border-color: #761E03; }
span { border-color: rgb(118,30,3); }
td.TdClassName
{
border-color: #761E03;
}
.TagClassName
{
border-color: #761E03;
}
</style>