Shades of Falu Red #751C14
Tints of Falu Red #751C14
RGB
CMYK
RGB Variations
Color information
#751C14 (or 0x751C14) is known color: Falu Red. HEX triplet: 75, 1C and 14. RGB value is (117,28,20). Sum of RGB (Red+Green+Blue) = 117+28+20=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #751C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C14 is #8AE3EB. Grayscale: #353535. Windows color (decimal): -9102316 or 1318005. OLE color: 1318005.
HSL color Cylindrical-coordinate representation of color #751C14: hue angle of 4.95º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751C14 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 20 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.54 |
| HSL | 4.95º | 0.71% | 0.27% | - |
| HSV(B) | 4.95º | 0.83% | 0.46% | - |
| XYZ | 7.88 | 4.66 | 1.15 | - |
| YUV | 53.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 20 | 0 | 0.76 | 0.83 | 0.54 | 4.95 | 0.71 | 0.27 |
| Hex | 75 | 1C | 14 | 0 | 4C | 53 | 36 | 5 | 47 | 1B |
| Octal | 165 | 34 | 24 | 0 | 114 | 123 | 66 | 5 | 107 | 33 |
| Binary | 1110101 | 11100 | 10100 | 0 | 1001100 | 1010011 | 110110 | 101 | 1000111 | 11011 |
Color Harmonies of #751C14
Complementary color
Monochromatic Colors of #751C14
Black with #751C14
Text Example
Text Example
White with #751C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C14; }
p { color: rgb(117,28,20); }
H1.HeaderClassName
{
color: #751C14;
}
.AnyTagClassName
{
color: #751C14;
}
</style>
background-color css
<style>
a { background-color: #751C14; }
a { background-color: rgb(117,28,20); }
div.DivClassName
{
background-color: #751C14;
}
.BgClassName
{
background-color: #751C14;
}
</style>
border-color css
<style>
span { border-color: #751C14; }
span { border-color: rgb(117,28,20); }
td.TdClassName
{
border-color: #751C14;
}
.TagClassName
{
border-color: #751C14;
}
</style>