Shades of Falu Red #751D17
Tints of Falu Red #751D17
RGB
CMYK
RGB Variations
Color information
#751D17 (or 0x751D17) is known color: Falu Red. HEX triplet: 75, 1D and 17. RGB value is (117,29,23). Sum of RGB (Red+Green+Blue) = 117+29+23=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D17 is #8AE2E8. Grayscale: #363636. Windows color (decimal): -9102057 or 1514869. OLE color: 1514869.
HSL color Cylindrical-coordinate representation of color #751D17: hue angle of 3.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751D17 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 23 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.54 |
| HSL | 3.83º | 0.67% | 0.27% | - |
| HSV(B) | 3.83º | 0.8% | 0.46% | - |
| XYZ | 7.93 | 4.72 | 1.3 | - |
| YUV | 54.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 23 | 0 | 0.75 | 0.80 | 0.54 | 3.83 | 0.67 | 0.27 |
| Hex | 75 | 1D | 17 | 0 | 4B | 50 | 36 | 4 | 43 | 1B |
| Octal | 165 | 35 | 27 | 0 | 113 | 120 | 66 | 4 | 103 | 33 |
| Binary | 1110101 | 11101 | 10111 | 0 | 1001011 | 1010000 | 110110 | 100 | 1000011 | 11011 |
Color Harmonies of #751D17
Complementary color
Monochromatic Colors of #751D17
Black with #751D17
Text Example
Text Example
White with #751D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D17; }
p { color: rgb(117,29,23); }
H1.HeaderClassName
{
color: #751D17;
}
.AnyTagClassName
{
color: #751D17;
}
</style>
background-color css
<style>
a { background-color: #751D17; }
a { background-color: rgb(117,29,23); }
div.DivClassName
{
background-color: #751D17;
}
.BgClassName
{
background-color: #751D17;
}
</style>
border-color css
<style>
span { border-color: #751D17; }
span { border-color: rgb(117,29,23); }
td.TdClassName
{
border-color: #751D17;
}
.TagClassName
{
border-color: #751D17;
}
</style>