Shades of Falu Red #752302
Tints of Falu Red #752302
RGB
CMYK
RGB Variations
Color information
#752302 (or 0x752302) is known color: Falu Red. HEX triplet: 75, 23 and 02. RGB value is (117,35,2). Sum of RGB (Red+Green+Blue) = 117+35+2=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752302 is #8ADCFD. Grayscale: #373737. Windows color (decimal): -9100542 or 140149. OLE color: 140149.
HSL color Cylindrical-coordinate representation of color #752302: hue angle of 17.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752302 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.54 |
| HSL | 17.22º | 0.97% | 0.23% | - |
| HSV(B) | 17.22º | 0.98% | 0.46% | - |
| XYZ | 7.95 | 4.99 | 0.6 | - |
| YUV | 55.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 2 | 0 | 0.70 | 0.98 | 0.54 | 17.22 | 0.97 | 0.23 |
| Hex | 75 | 23 | 2 | 0 | 46 | 62 | 36 | 11 | 61 | 17 |
| Octal | 165 | 43 | 2 | 0 | 106 | 142 | 66 | 21 | 141 | 27 |
| Binary | 1110101 | 100011 | 10 | 0 | 1000110 | 1100010 | 110110 | 10001 | 1100001 | 10111 |
Color Harmonies of #752302
Complementary color
Monochromatic Colors of #752302
Black with #752302
Text Example
Text Example
White with #752302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752302; }
p { color: rgb(117,35,2); }
H1.HeaderClassName
{
color: #752302;
}
.AnyTagClassName
{
color: #752302;
}
</style>
background-color css
<style>
a { background-color: #752302; }
a { background-color: rgb(117,35,2); }
div.DivClassName
{
background-color: #752302;
}
.BgClassName
{
background-color: #752302;
}
</style>
border-color css
<style>
span { border-color: #752302; }
span { border-color: rgb(117,35,2); }
td.TdClassName
{
border-color: #752302;
}
.TagClassName
{
border-color: #752302;
}
</style>