Shades of Falu Red #761D01
Tints of Falu Red #761D01
RGB
CMYK
RGB Variations
Color information
#761D01 (or 0x761D01) is known color: Falu Red. HEX triplet: 76, 1D and 01. RGB value is (118,29,1). Sum of RGB (Red+Green+Blue) = 118+29+1=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D01 is #89E2FE. Grayscale: #343434. Windows color (decimal): -9036543 or 73078. OLE color: 73078.
HSL color Cylindrical-coordinate representation of color #761D01: hue angle of 14.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #761D01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.54 |
| HSL | 14.36º | 0.98% | 0.23% | - |
| HSV(B) | 14.36º | 0.99% | 0.46% | - |
| XYZ | 7.92 | 4.73 | 0.52 | - |
| YUV | 52.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 1 | 0 | 0.75 | 0.99 | 0.54 | 14.36 | 0.98 | 0.23 |
| Hex | 76 | 1D | 1 | 0 | 4B | 63 | 36 | E | 62 | 17 |
| Octal | 166 | 35 | 1 | 0 | 113 | 143 | 66 | 16 | 142 | 27 |
| Binary | 1110110 | 11101 | 1 | 0 | 1001011 | 1100011 | 110110 | 1110 | 1100010 | 10111 |
Color Harmonies of #761D01
Complementary color
Monochromatic Colors of #761D01
Black with #761D01
Text Example
Text Example
White with #761D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D01; }
p { color: rgb(118,29,1); }
H1.HeaderClassName
{
color: #761D01;
}
.AnyTagClassName
{
color: #761D01;
}
</style>
background-color css
<style>
a { background-color: #761D01; }
a { background-color: rgb(118,29,1); }
div.DivClassName
{
background-color: #761D01;
}
.BgClassName
{
background-color: #761D01;
}
</style>
border-color css
<style>
span { border-color: #761D01; }
span { border-color: rgb(118,29,1); }
td.TdClassName
{
border-color: #761D01;
}
.TagClassName
{
border-color: #761D01;
}
</style>