Shades of Falu Red #751C00
Tints of Falu Red #751C00
RGB
CMYK
RGB Variations
Color information
#751C00 (or 0x751C00) is known color: Falu Red. HEX triplet: 75, 1C and 00. RGB value is (117,28,0). Sum of RGB (Red+Green+Blue) = 117+28+0=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C00 is #8AE3FF. Grayscale: #333333. Windows color (decimal): -9102336 or 7285. OLE color: 7285.
HSL color Cylindrical-coordinate representation of color #751C00: hue angle of 14.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #751C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.54 |
| HSL | 14.36º | 1% | 0.23% | - |
| HSV(B) | 14.36º | 1% | 0.46% | - |
| XYZ | 7.75 | 4.61 | 0.48 | - |
| YUV | 51.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 0 | 0 | 0.76 | 1 | 0.54 | 14.36 | 1 | 0.23 |
| Hex | 75 | 1C | 0 | 0 | 4C | 64 | 36 | E | 64 | 17 |
| Octal | 165 | 34 | 0 | 0 | 114 | 144 | 66 | 16 | 144 | 27 |
| Binary | 1110101 | 11100 | 0 | 0 | 1001100 | 1100100 | 110110 | 1110 | 1100100 | 10111 |
Color Harmonies of #751C00
Complementary color
Monochromatic Colors of #751C00
Black with #751C00
Text Example
Text Example
White with #751C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C00; }
p { color: rgb(117,28,0); }
H1.HeaderClassName
{
color: #751C00;
}
.AnyTagClassName
{
color: #751C00;
}
</style>
background-color css
<style>
a { background-color: #751C00; }
a { background-color: rgb(117,28,0); }
div.DivClassName
{
background-color: #751C00;
}
.BgClassName
{
background-color: #751C00;
}
</style>
border-color css
<style>
span { border-color: #751C00; }
span { border-color: rgb(117,28,0); }
td.TdClassName
{
border-color: #751C00;
}
.TagClassName
{
border-color: #751C00;
}
</style>