Shades of Falu Red #751C01
Tints of Falu Red #751C01
RGB
CMYK
RGB Variations
Color information
#751C01 (or 0x751C01) is known color: Falu Red. HEX triplet: 75, 1C and 01. RGB value is (117,28,1). Sum of RGB (Red+Green+Blue) = 117+28+1=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #751C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C01 is #8AE3FE. Grayscale: #333333. Windows color (decimal): -9102335 or 72821. OLE color: 72821.
HSL color Cylindrical-coordinate representation of color #751C01: hue angle of 13.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #751C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.54 |
| HSL | 13.97º | 0.98% | 0.23% | - |
| HSV(B) | 13.97º | 0.99% | 0.46% | - |
| XYZ | 7.76 | 4.61 | 0.51 | - |
| YUV | 51.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 1 | 0 | 0.76 | 0.99 | 0.54 | 13.97 | 0.98 | 0.23 |
| Hex | 75 | 1C | 1 | 0 | 4C | 63 | 36 | E | 62 | 17 |
| Octal | 165 | 34 | 1 | 0 | 114 | 143 | 66 | 16 | 142 | 27 |
| Binary | 1110101 | 11100 | 1 | 0 | 1001100 | 1100011 | 110110 | 1110 | 1100010 | 10111 |
Color Harmonies of #751C01
Complementary color
Monochromatic Colors of #751C01
Black with #751C01
Text Example
Text Example
White with #751C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C01; }
p { color: rgb(117,28,1); }
H1.HeaderClassName
{
color: #751C01;
}
.AnyTagClassName
{
color: #751C01;
}
</style>
background-color css
<style>
a { background-color: #751C01; }
a { background-color: rgb(117,28,1); }
div.DivClassName
{
background-color: #751C01;
}
.BgClassName
{
background-color: #751C01;
}
</style>
border-color css
<style>
span { border-color: #751C01; }
span { border-color: rgb(117,28,1); }
td.TdClassName
{
border-color: #751C01;
}
.TagClassName
{
border-color: #751C01;
}
</style>