Shades of Falu Red #75211F
Tints of Falu Red #75211F
RGB
CMYK
RGB Variations
Color information
#75211F (or 0x75211F) is known color: Falu Red. HEX triplet: 75, 21 and 1F. RGB value is (117,33,31). Sum of RGB (Red+Green+Blue) = 117+33+31=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75211F is #8ADEE0. Grayscale: #393939. Windows color (decimal): -9101025 or 2040181. OLE color: 2040181.
HSL color Cylindrical-coordinate representation of color #75211F: hue angle of 1.4º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75211F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 31 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.54 |
| HSL | 1.4º | 0.58% | 0.29% | - |
| HSV(B) | 1.4º | 0.74% | 0.46% | - |
| XYZ | 8.13 | 4.97 | 1.83 | - |
| YUV | 57.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 31 | 0 | 0.72 | 0.74 | 0.54 | 1.4 | 0.58 | 0.29 |
| Hex | 75 | 21 | 1F | 0 | 48 | 4A | 36 | 1 | 3A | 1D |
| Octal | 165 | 41 | 37 | 0 | 110 | 112 | 66 | 1 | 72 | 35 |
| Binary | 1110101 | 100001 | 11111 | 0 | 1001000 | 1001010 | 110110 | 1 | 111010 | 11101 |
Color Harmonies of #75211F
Complementary color
Monochromatic Colors of #75211F
Black with #75211F
Text Example
Text Example
White with #75211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75211F; }
p { color: rgb(117,33,31); }
H1.HeaderClassName
{
color: #75211F;
}
.AnyTagClassName
{
color: #75211F;
}
</style>
background-color css
<style>
a { background-color: #75211F; }
a { background-color: rgb(117,33,31); }
div.DivClassName
{
background-color: #75211F;
}
.BgClassName
{
background-color: #75211F;
}
</style>
border-color css
<style>
span { border-color: #75211F; }
span { border-color: rgb(117,33,31); }
td.TdClassName
{
border-color: #75211F;
}
.TagClassName
{
border-color: #75211F;
}
</style>