Shades of Falu Red #761E01
Tints of Falu Red #761E01
RGB
CMYK
RGB Variations
Color information
#761E01 (or 0x761E01) is known color: Falu Red. HEX triplet: 76, 1E and 01. RGB value is (118,30,1). Sum of RGB (Red+Green+Blue) = 118+30+1=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E01 is #89E1FE. Grayscale: #353535. Windows color (decimal): -9036287 or 73334. OLE color: 73334.
HSL color Cylindrical-coordinate representation of color #761E01: hue angle of 14.87º 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 #761E01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.54 |
| HSL | 14.87º | 0.98% | 0.23% | - |
| HSV(B) | 14.87º | 0.99% | 0.46% | - |
| XYZ | 7.94 | 4.78 | 0.53 | - |
| YUV | 53.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 1 | 0 | 0.75 | 0.99 | 0.54 | 14.87 | 0.98 | 0.23 |
| Hex | 76 | 1E | 1 | 0 | 4B | 63 | 36 | F | 62 | 17 |
| Octal | 166 | 36 | 1 | 0 | 113 | 143 | 66 | 17 | 142 | 27 |
| Binary | 1110110 | 11110 | 1 | 0 | 1001011 | 1100011 | 110110 | 1111 | 1100010 | 10111 |
Color Harmonies of #761E01
Complementary color
Monochromatic Colors of #761E01
Black with #761E01
Text Example
Text Example
White with #761E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E01; }
p { color: rgb(118,30,1); }
H1.HeaderClassName
{
color: #761E01;
}
.AnyTagClassName
{
color: #761E01;
}
</style>
background-color css
<style>
a { background-color: #761E01; }
a { background-color: rgb(118,30,1); }
div.DivClassName
{
background-color: #761E01;
}
.BgClassName
{
background-color: #761E01;
}
</style>
border-color css
<style>
span { border-color: #761E01; }
span { border-color: rgb(118,30,1); }
td.TdClassName
{
border-color: #761E01;
}
.TagClassName
{
border-color: #761E01;
}
</style>