Shades of Falu Red #752301
Tints of Falu Red #752301
RGB
CMYK
RGB Variations
Color information
#752301 (or 0x752301) is known color: Falu Red. HEX triplet: 75, 23 and 01. RGB value is (117,35,1). Sum of RGB (Red+Green+Blue) = 117+35+1=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752301 is #8ADCFE. Grayscale: #373737. Windows color (decimal): -9100543 or 74613. OLE color: 74613.
HSL color Cylindrical-coordinate representation of color #752301: hue angle of 17.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.54 |
| HSL | 17.59º | 0.98% | 0.23% | - |
| HSV(B) | 17.59º | 0.99% | 0.46% | - |
| XYZ | 7.94 | 4.99 | 0.57 | - |
| YUV | 55.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 1 | 0 | 0.70 | 0.99 | 0.54 | 17.59 | 0.98 | 0.23 |
| Hex | 75 | 23 | 1 | 0 | 46 | 63 | 36 | 12 | 62 | 17 |
| Octal | 165 | 43 | 1 | 0 | 106 | 143 | 66 | 22 | 142 | 27 |
| Binary | 1110101 | 100011 | 1 | 0 | 1000110 | 1100011 | 110110 | 10010 | 1100010 | 10111 |
Color Harmonies of #752301
Complementary color
Monochromatic Colors of #752301
Black with #752301
Text Example
Text Example
White with #752301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752301; }
p { color: rgb(117,35,1); }
H1.HeaderClassName
{
color: #752301;
}
.AnyTagClassName
{
color: #752301;
}
</style>
background-color css
<style>
a { background-color: #752301; }
a { background-color: rgb(117,35,1); }
div.DivClassName
{
background-color: #752301;
}
.BgClassName
{
background-color: #752301;
}
</style>
border-color css
<style>
span { border-color: #752301; }
span { border-color: rgb(117,35,1); }
td.TdClassName
{
border-color: #752301;
}
.TagClassName
{
border-color: #752301;
}
</style>