Shades of Falu Red #751A11
Tints of Falu Red #751A11
RGB
CMYK
RGB Variations
Color information
#751A11 (or 0x751A11) is known color: Falu Red. HEX triplet: 75, 1A and 11. RGB value is (117,26,17). Sum of RGB (Red+Green+Blue) = 117+26+17=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A11 is #8AE5EE. Grayscale: #343434. Windows color (decimal): -9102831 or 1120885. OLE color: 1120885.
HSL color Cylindrical-coordinate representation of color #751A11: hue angle of 5.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751A11 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 17 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.54 |
| HSL | 5.4º | 0.75% | 0.26% | - |
| HSV(B) | 5.4º | 0.85% | 0.46% | - |
| XYZ | 7.81 | 4.56 | 1 | - |
| YUV | 52.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 17 | 0 | 0.78 | 0.85 | 0.54 | 5.4 | 0.75 | 0.26 |
| Hex | 75 | 1A | 11 | 0 | 4E | 55 | 36 | 5 | 4B | 1A |
| Octal | 165 | 32 | 21 | 0 | 116 | 125 | 66 | 5 | 113 | 32 |
| Binary | 1110101 | 11010 | 10001 | 0 | 1001110 | 1010101 | 110110 | 101 | 1001011 | 11010 |
Color Harmonies of #751A11
Complementary color
Monochromatic Colors of #751A11
Black with #751A11
Text Example
Text Example
White with #751A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A11; }
p { color: rgb(117,26,17); }
H1.HeaderClassName
{
color: #751A11;
}
.AnyTagClassName
{
color: #751A11;
}
</style>
background-color css
<style>
a { background-color: #751A11; }
a { background-color: rgb(117,26,17); }
div.DivClassName
{
background-color: #751A11;
}
.BgClassName
{
background-color: #751A11;
}
</style>
border-color css
<style>
span { border-color: #751A11; }
span { border-color: rgb(117,26,17); }
td.TdClassName
{
border-color: #751A11;
}
.TagClassName
{
border-color: #751A11;
}
</style>