Shades of Falu Red #75220C
Tints of Falu Red #75220C
RGB
CMYK
RGB Variations
Color information
#75220C (or 0x75220C) is known color: Falu Red. HEX triplet: 75, 22 and 0C. RGB value is (117,34,12). Sum of RGB (Red+Green+Blue) = 117+34+12=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75220C is #8ADDF3. Grayscale: #383838. Windows color (decimal): -9100788 or 795253. OLE color: 795253.
HSL color Cylindrical-coordinate representation of color #75220C: hue angle of 12.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75220C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 12 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.54 |
| HSL | 12.57º | 0.81% | 0.25% | - |
| HSV(B) | 12.57º | 0.9% | 0.46% | - |
| XYZ | 7.97 | 4.95 | 0.88 | - |
| YUV | 56.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 12 | 0 | 0.71 | 0.90 | 0.54 | 12.57 | 0.81 | 0.25 |
| Hex | 75 | 22 | C | 0 | 47 | 5A | 36 | D | 51 | 19 |
| Octal | 165 | 42 | 14 | 0 | 107 | 132 | 66 | 15 | 121 | 31 |
| Binary | 1110101 | 100010 | 1100 | 0 | 1000111 | 1011010 | 110110 | 1101 | 1010001 | 11001 |
Color Harmonies of #75220C
Complementary color
Monochromatic Colors of #75220C
Black with #75220C
Text Example
Text Example
White with #75220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75220C; }
p { color: rgb(117,34,12); }
H1.HeaderClassName
{
color: #75220C;
}
.AnyTagClassName
{
color: #75220C;
}
</style>
background-color css
<style>
a { background-color: #75220C; }
a { background-color: rgb(117,34,12); }
div.DivClassName
{
background-color: #75220C;
}
.BgClassName
{
background-color: #75220C;
}
</style>
border-color css
<style>
span { border-color: #75220C; }
span { border-color: rgb(117,34,12); }
td.TdClassName
{
border-color: #75220C;
}
.TagClassName
{
border-color: #75220C;
}
</style>