Shades of Falu Red #75211D
Tints of Falu Red #75211D
RGB
CMYK
RGB Variations
Color information
#75211D (or 0x75211D) is known color: Falu Red. HEX triplet: 75, 21 and 1D. RGB value is (117,33,29). Sum of RGB (Red+Green+Blue) = 117+33+29=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75211D is #8ADEE2. Grayscale: #393939. Windows color (decimal): -9101027 or 1909109. OLE color: 1909109.
HSL color Cylindrical-coordinate representation of color #75211D: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75211D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 29 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.54 |
| HSL | 2.73º | 0.6% | 0.29% | - |
| HSV(B) | 2.73º | 0.75% | 0.46% | - |
| XYZ | 8.1 | 4.96 | 1.69 | - |
| YUV | 57.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 29 | 0 | 0.72 | 0.75 | 0.54 | 2.73 | 0.6 | 0.29 |
| Hex | 75 | 21 | 1D | 0 | 48 | 4B | 36 | 3 | 3C | 1D |
| Octal | 165 | 41 | 35 | 0 | 110 | 113 | 66 | 3 | 74 | 35 |
| Binary | 1110101 | 100001 | 11101 | 0 | 1001000 | 1001011 | 110110 | 11 | 111100 | 11101 |
Color Harmonies of #75211D
Complementary color
Monochromatic Colors of #75211D
Black with #75211D
Text Example
Text Example
White with #75211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75211D; }
p { color: rgb(117,33,29); }
H1.HeaderClassName
{
color: #75211D;
}
.AnyTagClassName
{
color: #75211D;
}
</style>
background-color css
<style>
a { background-color: #75211D; }
a { background-color: rgb(117,33,29); }
div.DivClassName
{
background-color: #75211D;
}
.BgClassName
{
background-color: #75211D;
}
</style>
border-color css
<style>
span { border-color: #75211D; }
span { border-color: rgb(117,33,29); }
td.TdClassName
{
border-color: #75211D;
}
.TagClassName
{
border-color: #75211D;
}
</style>