Shades of Falu Red #751409
Tints of Falu Red #751409
RGB
CMYK
RGB Variations
Color information
#751409 (or 0x751409) is known color: Falu Red. HEX triplet: 75, 14 and 09. RGB value is (117,20,9). Sum of RGB (Red+Green+Blue) = 117+20+9=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #751409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751409 is #8AEBF6. Grayscale: #2F2F2F. Windows color (decimal): -9104375 or 595061. OLE color: 595061.
HSL color Cylindrical-coordinate representation of color #751409: hue angle of 6.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 #751409 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 20 | 9 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.54 |
| HSL | 6.11º | 0.86% | 0.25% | - |
| HSV(B) | 6.11º | 0.92% | 0.46% | - |
| XYZ | 7.64 | 4.3 | 0.69 | - |
| YUV | 47.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 9 | 0 | 0.83 | 0.92 | 0.54 | 6.11 | 0.86 | 0.25 |
| Hex | 75 | 14 | 9 | 0 | 53 | 5C | 36 | 6 | 56 | 19 |
| Octal | 165 | 24 | 11 | 0 | 123 | 134 | 66 | 6 | 126 | 31 |
| Binary | 1110101 | 10100 | 1001 | 0 | 1010011 | 1011100 | 110110 | 110 | 1010110 | 11001 |
Color Harmonies of #751409
Complementary color
Monochromatic Colors of #751409
Black with #751409
Text Example
Text Example
White with #751409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751409; }
p { color: rgb(117,20,9); }
H1.HeaderClassName
{
color: #751409;
}
.AnyTagClassName
{
color: #751409;
}
</style>
background-color css
<style>
a { background-color: #751409; }
a { background-color: rgb(117,20,9); }
div.DivClassName
{
background-color: #751409;
}
.BgClassName
{
background-color: #751409;
}
</style>
border-color css
<style>
span { border-color: #751409; }
span { border-color: rgb(117,20,9); }
td.TdClassName
{
border-color: #751409;
}
.TagClassName
{
border-color: #751409;
}
</style>