Shades of Falu Red #75221C
Tints of Falu Red #75221C
RGB
CMYK
RGB Variations
Color information
#75221C (or 0x75221C) is known color: Falu Red. HEX triplet: 75, 22 and 1C. RGB value is (117,34,28). Sum of RGB (Red+Green+Blue) = 117+34+28=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75221C is #8ADDE3. Grayscale: #3A3A3A. Windows color (decimal): -9100772 or 1843829. OLE color: 1843829.
HSL color Cylindrical-coordinate representation of color #75221C: hue angle of 4.04º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75221C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 28 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.54 |
| HSL | 4.04º | 0.61% | 0.28% | - |
| HSV(B) | 4.04º | 0.76% | 0.46% | - |
| XYZ | 8.12 | 5.01 | 1.64 | - |
| YUV | 58.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 28 | 0 | 0.71 | 0.76 | 0.54 | 4.04 | 0.61 | 0.28 |
| Hex | 75 | 22 | 1C | 0 | 47 | 4C | 36 | 4 | 3D | 1C |
| Octal | 165 | 42 | 34 | 0 | 107 | 114 | 66 | 4 | 75 | 34 |
| Binary | 1110101 | 100010 | 11100 | 0 | 1000111 | 1001100 | 110110 | 100 | 111101 | 11100 |
Color Harmonies of #75221C
Complementary color
Monochromatic Colors of #75221C
Black with #75221C
Text Example
Text Example
White with #75221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75221C; }
p { color: rgb(117,34,28); }
H1.HeaderClassName
{
color: #75221C;
}
.AnyTagClassName
{
color: #75221C;
}
</style>
background-color css
<style>
a { background-color: #75221C; }
a { background-color: rgb(117,34,28); }
div.DivClassName
{
background-color: #75221C;
}
.BgClassName
{
background-color: #75221C;
}
</style>
border-color css
<style>
span { border-color: #75221C; }
span { border-color: rgb(117,34,28); }
td.TdClassName
{
border-color: #75221C;
}
.TagClassName
{
border-color: #75221C;
}
</style>