Shades of Falu Red #751D0A
Tints of Falu Red #751D0A
RGB
CMYK
RGB Variations
Color information
#751D0A (or 0x751D0A) is known color: Falu Red. HEX triplet: 75, 1D and 0A. RGB value is (117,29,10). Sum of RGB (Red+Green+Blue) = 117+29+10=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D0A is #8AE2F5. Grayscale: #353535. Windows color (decimal): -9102070 or 662901. OLE color: 662901.
HSL color Cylindrical-coordinate representation of color #751D0A: hue angle of 10.65º degrees, saturation: 0.84, 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 #751D0A is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 10 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.54 |
| HSL | 10.65º | 0.84% | 0.25% | - |
| HSV(B) | 10.65º | 0.91% | 0.46% | - |
| XYZ | 7.83 | 4.68 | 0.78 | - |
| YUV | 53.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 10 | 0 | 0.75 | 0.91 | 0.54 | 10.65 | 0.84 | 0.25 |
| Hex | 75 | 1D | A | 0 | 4B | 5B | 36 | B | 54 | 19 |
| Octal | 165 | 35 | 12 | 0 | 113 | 133 | 66 | 13 | 124 | 31 |
| Binary | 1110101 | 11101 | 1010 | 0 | 1001011 | 1011011 | 110110 | 1011 | 1010100 | 11001 |
Color Harmonies of #751D0A
Complementary color
Monochromatic Colors of #751D0A
Black with #751D0A
Text Example
Text Example
White with #751D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D0A; }
p { color: rgb(117,29,10); }
H1.HeaderClassName
{
color: #751D0A;
}
.AnyTagClassName
{
color: #751D0A;
}
</style>
background-color css
<style>
a { background-color: #751D0A; }
a { background-color: rgb(117,29,10); }
div.DivClassName
{
background-color: #751D0A;
}
.BgClassName
{
background-color: #751D0A;
}
</style>
border-color css
<style>
span { border-color: #751D0A; }
span { border-color: rgb(117,29,10); }
td.TdClassName
{
border-color: #751D0A;
}
.TagClassName
{
border-color: #751D0A;
}
</style>