Shades of Falu Red #751D15
Tints of Falu Red #751D15
RGB
CMYK
RGB Variations
Color information
#751D15 (or 0x751D15) is known color: Falu Red. HEX triplet: 75, 1D and 15. RGB value is (117,29,21). Sum of RGB (Red+Green+Blue) = 117+29+21=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #751D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D15 is #8AE2EA. Grayscale: #363636. Windows color (decimal): -9102059 or 1383797. OLE color: 1383797.
HSL color Cylindrical-coordinate representation of color #751D15: hue angle of 5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751D15 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 21 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.54 |
| HSL | 5º | 0.7% | 0.27% | - |
| HSV(B) | 5º | 0.82% | 0.46% | - |
| XYZ | 7.91 | 4.71 | 1.2 | - |
| YUV | 54.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 21 | 0 | 0.75 | 0.82 | 0.54 | 5 | 0.7 | 0.27 |
| Hex | 75 | 1D | 15 | 0 | 4B | 52 | 36 | 5 | 46 | 1B |
| Octal | 165 | 35 | 25 | 0 | 113 | 122 | 66 | 5 | 106 | 33 |
| Binary | 1110101 | 11101 | 10101 | 0 | 1001011 | 1010010 | 110110 | 101 | 1000110 | 11011 |
Color Harmonies of #751D15
Complementary color
Monochromatic Colors of #751D15
Black with #751D15
Text Example
Text Example
White with #751D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D15; }
p { color: rgb(117,29,21); }
H1.HeaderClassName
{
color: #751D15;
}
.AnyTagClassName
{
color: #751D15;
}
</style>
background-color css
<style>
a { background-color: #751D15; }
a { background-color: rgb(117,29,21); }
div.DivClassName
{
background-color: #751D15;
}
.BgClassName
{
background-color: #751D15;
}
</style>
border-color css
<style>
span { border-color: #751D15; }
span { border-color: rgb(117,29,21); }
td.TdClassName
{
border-color: #751D15;
}
.TagClassName
{
border-color: #751D15;
}
</style>