Shades of Falu Red #75110D
Tints of Falu Red #75110D
RGB
CMYK
RGB Variations
Color information
#75110D (or 0x75110D) is known color: Falu Red. HEX triplet: 75, 11 and 0D. RGB value is (117,17,13). Sum of RGB (Red+Green+Blue) = 117+17+13=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75110D is #8AEEF2. Grayscale: #2E2E2E. Windows color (decimal): -9105139 or 856437. OLE color: 856437.
HSL color Cylindrical-coordinate representation of color #75110D: hue angle of 2.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75110D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 13 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.54 |
| HSL | 2.31º | 0.8% | 0.25% | - |
| HSV(B) | 2.31º | 0.89% | 0.46% | - |
| XYZ | 7.61 | 4.21 | 0.79 | - |
| YUV | 46.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 13 | 0 | 0.85 | 0.89 | 0.54 | 2.31 | 0.8 | 0.25 |
| Hex | 75 | 11 | D | 0 | 55 | 59 | 36 | 2 | 50 | 19 |
| Octal | 165 | 21 | 15 | 0 | 125 | 131 | 66 | 2 | 120 | 31 |
| Binary | 1110101 | 10001 | 1101 | 0 | 1010101 | 1011001 | 110110 | 10 | 1010000 | 11001 |
Color Harmonies of #75110D
Complementary color
Monochromatic Colors of #75110D
Black with #75110D
Text Example
Text Example
White with #75110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75110D; }
p { color: rgb(117,17,13); }
H1.HeaderClassName
{
color: #75110D;
}
.AnyTagClassName
{
color: #75110D;
}
</style>
background-color css
<style>
a { background-color: #75110D; }
a { background-color: rgb(117,17,13); }
div.DivClassName
{
background-color: #75110D;
}
.BgClassName
{
background-color: #75110D;
}
</style>
border-color css
<style>
span { border-color: #75110D; }
span { border-color: rgb(117,17,13); }
td.TdClassName
{
border-color: #75110D;
}
.TagClassName
{
border-color: #75110D;
}
</style>