Shades of Falu Red #762009
Tints of Falu Red #762009
RGB
CMYK
RGB Variations
Color information
#762009 (or 0x762009) is known color: Falu Red. HEX triplet: 76, 20 and 09. RGB value is (118,32,9). Sum of RGB (Red+Green+Blue) = 118+32+9=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762009 is #89DFF6. Grayscale: #373737. Windows color (decimal): -9035767 or 598134. OLE color: 598134.
HSL color Cylindrical-coordinate representation of color #762009: hue angle of 12.66º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #762009 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 9 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.54 |
| HSL | 12.66º | 0.86% | 0.25% | - |
| HSV(B) | 12.66º | 0.92% | 0.46% | - |
| XYZ | 8.04 | 4.9 | 0.78 | - |
| YUV | 55.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 9 | 0 | 0.73 | 0.92 | 0.54 | 12.66 | 0.86 | 0.25 |
| Hex | 76 | 20 | 9 | 0 | 49 | 5C | 36 | D | 56 | 19 |
| Octal | 166 | 40 | 11 | 0 | 111 | 134 | 66 | 15 | 126 | 31 |
| Binary | 1110110 | 100000 | 1001 | 0 | 1001001 | 1011100 | 110110 | 1101 | 1010110 | 11001 |
Color Harmonies of #762009
Complementary color
Monochromatic Colors of #762009
Black with #762009
Text Example
Text Example
White with #762009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762009; }
p { color: rgb(118,32,9); }
H1.HeaderClassName
{
color: #762009;
}
.AnyTagClassName
{
color: #762009;
}
</style>
background-color css
<style>
a { background-color: #762009; }
a { background-color: rgb(118,32,9); }
div.DivClassName
{
background-color: #762009;
}
.BgClassName
{
background-color: #762009;
}
</style>
border-color css
<style>
span { border-color: #762009; }
span { border-color: rgb(118,32,9); }
td.TdClassName
{
border-color: #762009;
}
.TagClassName
{
border-color: #762009;
}
</style>