Shades of Falu Red #75100C
Tints of Falu Red #75100C
RGB
CMYK
RGB Variations
Color information
#75100C (or 0x75100C) is known color: Falu Red. HEX triplet: 75, 10 and 0C. RGB value is (117,16,12). Sum of RGB (Red+Green+Blue) = 117+16+12=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100C is #8AEFF3. Grayscale: #2D2D2D. Windows color (decimal): -9105396 or 790645. OLE color: 790645.
HSL color Cylindrical-coordinate representation of color #75100C: hue angle of 2.29º 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 #75100C is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 16 | 12 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.54 |
| HSL | 2.29º | 0.81% | 0.25% | - |
| HSV(B) | 2.29º | 0.9% | 0.46% | - |
| XYZ | 7.59 | 4.18 | 0.75 | - |
| YUV | 45.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 12 | 0 | 0.86 | 0.90 | 0.54 | 2.29 | 0.81 | 0.25 |
| Hex | 75 | 10 | C | 0 | 56 | 5A | 36 | 2 | 51 | 19 |
| Octal | 165 | 20 | 14 | 0 | 126 | 132 | 66 | 2 | 121 | 31 |
| Binary | 1110101 | 10000 | 1100 | 0 | 1010110 | 1011010 | 110110 | 10 | 1010001 | 11001 |
Color Harmonies of #75100C
Complementary color
Monochromatic Colors of #75100C
Black with #75100C
Text Example
Text Example
White with #75100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75100C; }
p { color: rgb(117,16,12); }
H1.HeaderClassName
{
color: #75100C;
}
.AnyTagClassName
{
color: #75100C;
}
</style>
background-color css
<style>
a { background-color: #75100C; }
a { background-color: rgb(117,16,12); }
div.DivClassName
{
background-color: #75100C;
}
.BgClassName
{
background-color: #75100C;
}
</style>
border-color css
<style>
span { border-color: #75100C; }
span { border-color: rgb(117,16,12); }
td.TdClassName
{
border-color: #75100C;
}
.TagClassName
{
border-color: #75100C;
}
</style>