Shades of Falu Red #752009
Tints of Falu Red #752009
RGB
CMYK
RGB Variations
Color information
#752009 (or 0x752009) is known color: Falu Red. HEX triplet: 75, 20 and 09. RGB value is (117,32,9). Sum of RGB (Red+Green+Blue) = 117+32+9=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752009 is #8ADFF6. Grayscale: #363636. Windows color (decimal): -9101303 or 598133. OLE color: 598133.
HSL color Cylindrical-coordinate representation of color #752009: hue angle of 12.78º 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 #752009 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 9 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.54 |
| HSL | 12.78º | 0.86% | 0.25% | - |
| HSV(B) | 12.78º | 0.92% | 0.46% | - |
| XYZ | 7.9 | 4.83 | 0.78 | - |
| YUV | 54.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 9 | 0 | 0.73 | 0.92 | 0.54 | 12.78 | 0.86 | 0.25 |
| Hex | 75 | 20 | 9 | 0 | 49 | 5C | 36 | D | 56 | 19 |
| Octal | 165 | 40 | 11 | 0 | 111 | 134 | 66 | 15 | 126 | 31 |
| Binary | 1110101 | 100000 | 1001 | 0 | 1001001 | 1011100 | 110110 | 1101 | 1010110 | 11001 |
Color Harmonies of #752009
Complementary color
Monochromatic Colors of #752009
Black with #752009
Text Example
Text Example
White with #752009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752009; }
p { color: rgb(117,32,9); }
H1.HeaderClassName
{
color: #752009;
}
.AnyTagClassName
{
color: #752009;
}
</style>
background-color css
<style>
a { background-color: #752009; }
a { background-color: rgb(117,32,9); }
div.DivClassName
{
background-color: #752009;
}
.BgClassName
{
background-color: #752009;
}
</style>
border-color css
<style>
span { border-color: #752009; }
span { border-color: rgb(117,32,9); }
td.TdClassName
{
border-color: #752009;
}
.TagClassName
{
border-color: #752009;
}
</style>