Shades of Falu Red #751C09
Tints of Falu Red #751C09
RGB
CMYK
RGB Variations
Color information
#751C09 (or 0x751C09) is known color: Falu Red. HEX triplet: 75, 1C and 09. RGB value is (117,28,9). Sum of RGB (Red+Green+Blue) = 117+28+9=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #751C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C09 is #8AE3F6. Grayscale: #343434. Windows color (decimal): -9102327 or 597109. OLE color: 597109.
HSL color Cylindrical-coordinate representation of color #751C09: hue angle of 10.56º 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 #751C09 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 9 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.54 |
| HSL | 10.56º | 0.86% | 0.25% | - |
| HSV(B) | 10.56º | 0.92% | 0.46% | - |
| XYZ | 7.8 | 4.63 | 0.74 | - |
| YUV | 52.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 9 | 0 | 0.76 | 0.92 | 0.54 | 10.56 | 0.86 | 0.25 |
| Hex | 75 | 1C | 9 | 0 | 4C | 5C | 36 | B | 56 | 19 |
| Octal | 165 | 34 | 11 | 0 | 114 | 134 | 66 | 13 | 126 | 31 |
| Binary | 1110101 | 11100 | 1001 | 0 | 1001100 | 1011100 | 110110 | 1011 | 1010110 | 11001 |
Color Harmonies of #751C09
Complementary color
Monochromatic Colors of #751C09
Black with #751C09
Text Example
Text Example
White with #751C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C09; }
p { color: rgb(117,28,9); }
H1.HeaderClassName
{
color: #751C09;
}
.AnyTagClassName
{
color: #751C09;
}
</style>
background-color css
<style>
a { background-color: #751C09; }
a { background-color: rgb(117,28,9); }
div.DivClassName
{
background-color: #751C09;
}
.BgClassName
{
background-color: #751C09;
}
</style>
border-color css
<style>
span { border-color: #751C09; }
span { border-color: rgb(117,28,9); }
td.TdClassName
{
border-color: #751C09;
}
.TagClassName
{
border-color: #751C09;
}
</style>