Shades of Falu Red #751D10
Tints of Falu Red #751D10
RGB
CMYK
RGB Variations
Color information
#751D10 (or 0x751D10) is known color: Falu Red. HEX triplet: 75, 1D and 10. RGB value is (117,29,16). Sum of RGB (Red+Green+Blue) = 117+29+16=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D10 is #8AE2EF. Grayscale: #353535. Windows color (decimal): -9102064 or 1056117. OLE color: 1056117.
HSL color Cylindrical-coordinate representation of color #751D10: hue angle of 7.72º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751D10 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 16 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.54 |
| HSL | 7.72º | 0.76% | 0.26% | - |
| HSV(B) | 7.72º | 0.86% | 0.46% | - |
| XYZ | 7.87 | 4.7 | 0.98 | - |
| YUV | 53.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 16 | 0 | 0.75 | 0.86 | 0.54 | 7.72 | 0.76 | 0.26 |
| Hex | 75 | 1D | 10 | 0 | 4B | 56 | 36 | 8 | 4C | 1A |
| Octal | 165 | 35 | 20 | 0 | 113 | 126 | 66 | 10 | 114 | 32 |
| Binary | 1110101 | 11101 | 10000 | 0 | 1001011 | 1010110 | 110110 | 1000 | 1001100 | 11010 |
Color Harmonies of #751D10
Complementary color
Monochromatic Colors of #751D10
Black with #751D10
Text Example
Text Example
White with #751D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D10; }
p { color: rgb(117,29,16); }
H1.HeaderClassName
{
color: #751D10;
}
.AnyTagClassName
{
color: #751D10;
}
</style>
background-color css
<style>
a { background-color: #751D10; }
a { background-color: rgb(117,29,16); }
div.DivClassName
{
background-color: #751D10;
}
.BgClassName
{
background-color: #751D10;
}
</style>
border-color css
<style>
span { border-color: #751D10; }
span { border-color: rgb(117,29,16); }
td.TdClassName
{
border-color: #751D10;
}
.TagClassName
{
border-color: #751D10;
}
</style>