Shades of Falu Red #750D0C
Tints of Falu Red #750D0C
RGB
CMYK
RGB Variations
Color information
#750D0C (or 0x750D0C) is known color: Falu Red. HEX triplet: 75, 0D and 0C. RGB value is (117,13,12). Sum of RGB (Red+Green+Blue) = 117+13+12=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D0C is #8AF2F3. Grayscale: #2C2C2C. Windows color (decimal): -9106164 or 789877. OLE color: 789877.
HSL color Cylindrical-coordinate representation of color #750D0C: hue angle of 0.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750D0C is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 12 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.54 |
| HSL | 0.57º | 0.81% | 0.25% | - |
| HSV(B) | 0.57º | 0.9% | 0.46% | - |
| XYZ | 7.55 | 4.1 | 0.74 | - |
| YUV | 43.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 12 | 0 | 0.89 | 0.90 | 0.54 | 0.57 | 0.81 | 0.25 |
| Hex | 75 | D | C | 0 | 59 | 5A | 36 | 1 | 51 | 19 |
| Octal | 165 | 15 | 14 | 0 | 131 | 132 | 66 | 1 | 121 | 31 |
| Binary | 1110101 | 1101 | 1100 | 0 | 1011001 | 1011010 | 110110 | 1 | 1010001 | 11001 |
Color Harmonies of #750D0C
Complementary color
Monochromatic Colors of #750D0C
Black with #750D0C
Text Example
Text Example
White with #750D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D0C; }
p { color: rgb(117,13,12); }
H1.HeaderClassName
{
color: #750D0C;
}
.AnyTagClassName
{
color: #750D0C;
}
</style>
background-color css
<style>
a { background-color: #750D0C; }
a { background-color: rgb(117,13,12); }
div.DivClassName
{
background-color: #750D0C;
}
.BgClassName
{
background-color: #750D0C;
}
</style>
border-color css
<style>
span { border-color: #750D0C; }
span { border-color: rgb(117,13,12); }
td.TdClassName
{
border-color: #750D0C;
}
.TagClassName
{
border-color: #750D0C;
}
</style>