Shades of Falu Red #762001
Tints of Falu Red #762001
RGB
CMYK
RGB Variations
Color information
#762001 (or 0x762001) is known color: Falu Red. HEX triplet: 76, 20 and 01. RGB value is (118,32,1). Sum of RGB (Red+Green+Blue) = 118+32+1=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #762001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762001 is #89DFFE. Grayscale: #363636. Windows color (decimal): -9035775 or 73846. OLE color: 73846.
HSL color Cylindrical-coordinate representation of color #762001: hue angle of 15.9º 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 #762001 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.54 |
| HSL | 15.9º | 0.98% | 0.23% | - |
| HSV(B) | 15.9º | 0.99% | 0.46% | - |
| XYZ | 7.99 | 4.89 | 0.55 | - |
| YUV | 54.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 1 | 0 | 0.73 | 0.99 | 0.54 | 15.9 | 0.98 | 0.23 |
| Hex | 76 | 20 | 1 | 0 | 49 | 63 | 36 | 10 | 62 | 17 |
| Octal | 166 | 40 | 1 | 0 | 111 | 143 | 66 | 20 | 142 | 27 |
| Binary | 1110110 | 100000 | 1 | 0 | 1001001 | 1100011 | 110110 | 10000 | 1100010 | 10111 |
Color Harmonies of #762001
Complementary color
Monochromatic Colors of #762001
Black with #762001
Text Example
Text Example
White with #762001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762001; }
p { color: rgb(118,32,1); }
H1.HeaderClassName
{
color: #762001;
}
.AnyTagClassName
{
color: #762001;
}
</style>
background-color css
<style>
a { background-color: #762001; }
a { background-color: rgb(118,32,1); }
div.DivClassName
{
background-color: #762001;
}
.BgClassName
{
background-color: #762001;
}
</style>
border-color css
<style>
span { border-color: #762001; }
span { border-color: rgb(118,32,1); }
td.TdClassName
{
border-color: #762001;
}
.TagClassName
{
border-color: #762001;
}
</style>