Shades of Falu Red #751E1C
Tints of Falu Red #751E1C
RGB
CMYK
RGB Variations
Color information
#751E1C (or 0x751E1C) is known color: Falu Red. HEX triplet: 75, 1E and 1C. RGB value is (117,30,28). Sum of RGB (Red+Green+Blue) = 117+30+28=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E1C is #8AE1E3. Grayscale: #373737. Windows color (decimal): -9101796 or 1842805. OLE color: 1842805.
HSL color Cylindrical-coordinate representation of color #751E1C: hue angle of 1.35º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751E1C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 28 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.54 |
| HSL | 1.35º | 0.61% | 0.28% | - |
| HSV(B) | 1.35º | 0.76% | 0.46% | - |
| XYZ | 8.01 | 4.79 | 1.6 | - |
| YUV | 55.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 28 | 0 | 0.74 | 0.76 | 0.54 | 1.35 | 0.61 | 0.28 |
| Hex | 75 | 1E | 1C | 0 | 4A | 4C | 36 | 1 | 3D | 1C |
| Octal | 165 | 36 | 34 | 0 | 112 | 114 | 66 | 1 | 75 | 34 |
| Binary | 1110101 | 11110 | 11100 | 0 | 1001010 | 1001100 | 110110 | 1 | 111101 | 11100 |
Color Harmonies of #751E1C
Complementary color
Monochromatic Colors of #751E1C
Black with #751E1C
Text Example
Text Example
White with #751E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E1C; }
p { color: rgb(117,30,28); }
H1.HeaderClassName
{
color: #751E1C;
}
.AnyTagClassName
{
color: #751E1C;
}
</style>
background-color css
<style>
a { background-color: #751E1C; }
a { background-color: rgb(117,30,28); }
div.DivClassName
{
background-color: #751E1C;
}
.BgClassName
{
background-color: #751E1C;
}
</style>
border-color css
<style>
span { border-color: #751E1C; }
span { border-color: rgb(117,30,28); }
td.TdClassName
{
border-color: #751E1C;
}
.TagClassName
{
border-color: #751E1C;
}
</style>