Shades of Falu Red #752005
Tints of Falu Red #752005
RGB
CMYK
RGB Variations
Color information
#752005 (or 0x752005) is known color: Falu Red. HEX triplet: 75, 20 and 05. RGB value is (117,32,5). Sum of RGB (Red+Green+Blue) = 117+32+5=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752005 is #8ADFFA. Grayscale: #363636. Windows color (decimal): -9101307 or 335989. OLE color: 335989.
HSL color Cylindrical-coordinate representation of color #752005: hue angle of 14.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752005 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 5 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.54 |
| HSL | 14.46º | 0.92% | 0.24% | - |
| HSV(B) | 14.46º | 0.96% | 0.46% | - |
| XYZ | 7.88 | 4.83 | 0.66 | - |
| YUV | 54.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 5 | 0 | 0.73 | 0.96 | 0.54 | 14.46 | 0.92 | 0.24 |
| Hex | 75 | 20 | 5 | 0 | 49 | 60 | 36 | E | 5C | 18 |
| Octal | 165 | 40 | 5 | 0 | 111 | 140 | 66 | 16 | 134 | 30 |
| Binary | 1110101 | 100000 | 101 | 0 | 1001001 | 1100000 | 110110 | 1110 | 1011100 | 11000 |
Color Harmonies of #752005
Complementary color
Monochromatic Colors of #752005
Black with #752005
Text Example
Text Example
White with #752005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752005; }
p { color: rgb(117,32,5); }
H1.HeaderClassName
{
color: #752005;
}
.AnyTagClassName
{
color: #752005;
}
</style>
background-color css
<style>
a { background-color: #752005; }
a { background-color: rgb(117,32,5); }
div.DivClassName
{
background-color: #752005;
}
.BgClassName
{
background-color: #752005;
}
</style>
border-color css
<style>
span { border-color: #752005; }
span { border-color: rgb(117,32,5); }
td.TdClassName
{
border-color: #752005;
}
.TagClassName
{
border-color: #752005;
}
</style>