Shades of Falu Red #75110C
Tints of Falu Red #75110C
RGB
CMYK
RGB Variations
Color information
#75110C (or 0x75110C) is known color: Falu Red. HEX triplet: 75, 11 and 0C. RGB value is (117,17,12). Sum of RGB (Red+Green+Blue) = 117+17+12=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75110C is #8AEEF3. Grayscale: #2E2E2E. Windows color (decimal): -9105140 or 790901. OLE color: 790901.
HSL color Cylindrical-coordinate representation of color #75110C: hue angle of 2.86º 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 #75110C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 12 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.54 |
| HSL | 2.86º | 0.81% | 0.25% | - |
| HSV(B) | 2.86º | 0.9% | 0.46% | - |
| XYZ | 7.6 | 4.21 | 0.76 | - |
| YUV | 46.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 12 | 0 | 0.85 | 0.90 | 0.54 | 2.86 | 0.81 | 0.25 |
| Hex | 75 | 11 | C | 0 | 55 | 5A | 36 | 3 | 51 | 19 |
| Octal | 165 | 21 | 14 | 0 | 125 | 132 | 66 | 3 | 121 | 31 |
| Binary | 1110101 | 10001 | 1100 | 0 | 1010101 | 1011010 | 110110 | 11 | 1010001 | 11001 |
Color Harmonies of #75110C
Complementary color
Monochromatic Colors of #75110C
Black with #75110C
Text Example
Text Example
White with #75110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75110C; }
p { color: rgb(117,17,12); }
H1.HeaderClassName
{
color: #75110C;
}
.AnyTagClassName
{
color: #75110C;
}
</style>
background-color css
<style>
a { background-color: #75110C; }
a { background-color: rgb(117,17,12); }
div.DivClassName
{
background-color: #75110C;
}
.BgClassName
{
background-color: #75110C;
}
</style>
border-color css
<style>
span { border-color: #75110C; }
span { border-color: rgb(117,17,12); }
td.TdClassName
{
border-color: #75110C;
}
.TagClassName
{
border-color: #75110C;
}
</style>