Shades of Falu Red #752007
Tints of Falu Red #752007
RGB
CMYK
RGB Variations
Color information
#752007 (or 0x752007) is known color: Falu Red. HEX triplet: 75, 20 and 07. RGB value is (117,32,7). Sum of RGB (Red+Green+Blue) = 117+32+7=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752007 is #8ADFF8. Grayscale: #363636. Windows color (decimal): -9101305 or 467061. OLE color: 467061.
HSL color Cylindrical-coordinate representation of color #752007: hue angle of 13.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #752007 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.54 |
| HSL | 13.64º | 0.89% | 0.24% | - |
| HSV(B) | 13.64º | 0.94% | 0.46% | - |
| XYZ | 7.89 | 4.83 | 0.72 | - |
| YUV | 54.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 7 | 0 | 0.73 | 0.94 | 0.54 | 13.64 | 0.89 | 0.24 |
| Hex | 75 | 20 | 7 | 0 | 49 | 5E | 36 | E | 59 | 18 |
| Octal | 165 | 40 | 7 | 0 | 111 | 136 | 66 | 16 | 131 | 30 |
| Binary | 1110101 | 100000 | 111 | 0 | 1001001 | 1011110 | 110110 | 1110 | 1011001 | 11000 |
Color Harmonies of #752007
Complementary color
Monochromatic Colors of #752007
Black with #752007
Text Example
Text Example
White with #752007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752007; }
p { color: rgb(117,32,7); }
H1.HeaderClassName
{
color: #752007;
}
.AnyTagClassName
{
color: #752007;
}
</style>
background-color css
<style>
a { background-color: #752007; }
a { background-color: rgb(117,32,7); }
div.DivClassName
{
background-color: #752007;
}
.BgClassName
{
background-color: #752007;
}
</style>
border-color css
<style>
span { border-color: #752007; }
span { border-color: rgb(117,32,7); }
td.TdClassName
{
border-color: #752007;
}
.TagClassName
{
border-color: #752007;
}
</style>