Shades of Falu Red #751D09
Tints of Falu Red #751D09
RGB
CMYK
RGB Variations
Color information
#751D09 (or 0x751D09) is known color: Falu Red. HEX triplet: 75, 1D and 09. RGB value is (117,29,9). Sum of RGB (Red+Green+Blue) = 117+29+9=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #751D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D09 is #8AE2F6. Grayscale: #353535. Windows color (decimal): -9102071 or 597365. OLE color: 597365.
HSL color Cylindrical-coordinate representation of color #751D09: hue angle of 11.11º 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 #751D09 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 9 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.54 |
| HSL | 11.11º | 0.86% | 0.25% | - |
| HSV(B) | 11.11º | 0.92% | 0.46% | - |
| XYZ | 7.82 | 4.68 | 0.75 | - |
| YUV | 53.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 9 | 0 | 0.75 | 0.92 | 0.54 | 11.11 | 0.86 | 0.25 |
| Hex | 75 | 1D | 9 | 0 | 4B | 5C | 36 | B | 56 | 19 |
| Octal | 165 | 35 | 11 | 0 | 113 | 134 | 66 | 13 | 126 | 31 |
| Binary | 1110101 | 11101 | 1001 | 0 | 1001011 | 1011100 | 110110 | 1011 | 1010110 | 11001 |
Color Harmonies of #751D09
Complementary color
Monochromatic Colors of #751D09
Black with #751D09
Text Example
Text Example
White with #751D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D09; }
p { color: rgb(117,29,9); }
H1.HeaderClassName
{
color: #751D09;
}
.AnyTagClassName
{
color: #751D09;
}
</style>
background-color css
<style>
a { background-color: #751D09; }
a { background-color: rgb(117,29,9); }
div.DivClassName
{
background-color: #751D09;
}
.BgClassName
{
background-color: #751D09;
}
</style>
border-color css
<style>
span { border-color: #751D09; }
span { border-color: rgb(117,29,9); }
td.TdClassName
{
border-color: #751D09;
}
.TagClassName
{
border-color: #751D09;
}
</style>