Shades of Falu Red #751C04
Tints of Falu Red #751C04
RGB
CMYK
RGB Variations
Color information
#751C04 (or 0x751C04) is known color: Falu Red. HEX triplet: 75, 1C and 04. RGB value is (117,28,4). Sum of RGB (Red+Green+Blue) = 117+28+4=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #751C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C04 is #8AE3FB. Grayscale: #343434. Windows color (decimal): -9102332 or 269429. OLE color: 269429.
HSL color Cylindrical-coordinate representation of color #751C04: hue angle of 12.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #751C04 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 4 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.54 |
| HSL | 12.74º | 0.93% | 0.24% | - |
| HSV(B) | 12.74º | 0.97% | 0.46% | - |
| XYZ | 7.77 | 4.62 | 0.6 | - |
| YUV | 51.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 4 | 0 | 0.76 | 0.97 | 0.54 | 12.74 | 0.93 | 0.24 |
| Hex | 75 | 1C | 4 | 0 | 4C | 61 | 36 | D | 5D | 18 |
| Octal | 165 | 34 | 4 | 0 | 114 | 141 | 66 | 15 | 135 | 30 |
| Binary | 1110101 | 11100 | 100 | 0 | 1001100 | 1100001 | 110110 | 1101 | 1011101 | 11000 |
Color Harmonies of #751C04
Complementary color
Monochromatic Colors of #751C04
Black with #751C04
Text Example
Text Example
White with #751C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C04; }
p { color: rgb(117,28,4); }
H1.HeaderClassName
{
color: #751C04;
}
.AnyTagClassName
{
color: #751C04;
}
</style>
background-color css
<style>
a { background-color: #751C04; }
a { background-color: rgb(117,28,4); }
div.DivClassName
{
background-color: #751C04;
}
.BgClassName
{
background-color: #751C04;
}
</style>
border-color css
<style>
span { border-color: #751C04; }
span { border-color: rgb(117,28,4); }
td.TdClassName
{
border-color: #751C04;
}
.TagClassName
{
border-color: #751C04;
}
</style>