Shades of Falu Red #752011
Tints of Falu Red #752011
RGB
CMYK
RGB Variations
Color information
#752011 (or 0x752011) is known color: Falu Red. HEX triplet: 75, 20 and 11. RGB value is (117,32,17). Sum of RGB (Red+Green+Blue) = 117+32+17=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752011 is #8ADFEE. Grayscale: #373737. Windows color (decimal): -9101295 or 1122421. OLE color: 1122421.
HSL color Cylindrical-coordinate representation of color #752011: hue angle of 9º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752011 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 17 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.54 |
| HSL | 9º | 0.75% | 0.26% | - |
| HSV(B) | 9º | 0.85% | 0.46% | - |
| XYZ | 7.95 | 4.86 | 1.05 | - |
| YUV | 55.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 17 | 0 | 0.73 | 0.85 | 0.54 | 9 | 0.75 | 0.26 |
| Hex | 75 | 20 | 11 | 0 | 49 | 55 | 36 | 9 | 4B | 1A |
| Octal | 165 | 40 | 21 | 0 | 111 | 125 | 66 | 11 | 113 | 32 |
| Binary | 1110101 | 100000 | 10001 | 0 | 1001001 | 1010101 | 110110 | 1001 | 1001011 | 11010 |
Color Harmonies of #752011
Complementary color
Monochromatic Colors of #752011
Black with #752011
Text Example
Text Example
White with #752011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752011; }
p { color: rgb(117,32,17); }
H1.HeaderClassName
{
color: #752011;
}
.AnyTagClassName
{
color: #752011;
}
</style>
background-color css
<style>
a { background-color: #752011; }
a { background-color: rgb(117,32,17); }
div.DivClassName
{
background-color: #752011;
}
.BgClassName
{
background-color: #752011;
}
</style>
border-color css
<style>
span { border-color: #752011; }
span { border-color: rgb(117,32,17); }
td.TdClassName
{
border-color: #752011;
}
.TagClassName
{
border-color: #752011;
}
</style>