Shades of Falu Red #75110B
Tints of Falu Red #75110B
RGB
CMYK
RGB Variations
Color information
#75110B (or 0x75110B) is known color: Falu Red. HEX triplet: 75, 11 and 0B. RGB value is (117,17,11). Sum of RGB (Red+Green+Blue) = 117+17+11=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75110B is #8AEEF4. Grayscale: #2E2E2E. Windows color (decimal): -9105141 or 725365. OLE color: 725365.
HSL color Cylindrical-coordinate representation of color #75110B: hue angle of 3.4º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75110B is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 11 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.54 |
| HSL | 3.4º | 0.83% | 0.25% | - |
| HSV(B) | 3.4º | 0.91% | 0.46% | - |
| XYZ | 7.6 | 4.21 | 0.73 | - |
| YUV | 46.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 11 | 0 | 0.85 | 0.91 | 0.54 | 3.4 | 0.83 | 0.25 |
| Hex | 75 | 11 | B | 0 | 55 | 5B | 36 | 3 | 53 | 19 |
| Octal | 165 | 21 | 13 | 0 | 125 | 133 | 66 | 3 | 123 | 31 |
| Binary | 1110101 | 10001 | 1011 | 0 | 1010101 | 1011011 | 110110 | 11 | 1010011 | 11001 |
Color Harmonies of #75110B
Complementary color
Monochromatic Colors of #75110B
Black with #75110B
Text Example
Text Example
White with #75110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75110B; }
p { color: rgb(117,17,11); }
H1.HeaderClassName
{
color: #75110B;
}
.AnyTagClassName
{
color: #75110B;
}
</style>
background-color css
<style>
a { background-color: #75110B; }
a { background-color: rgb(117,17,11); }
div.DivClassName
{
background-color: #75110B;
}
.BgClassName
{
background-color: #75110B;
}
</style>
border-color css
<style>
span { border-color: #75110B; }
span { border-color: rgb(117,17,11); }
td.TdClassName
{
border-color: #75110B;
}
.TagClassName
{
border-color: #75110B;
}
</style>