Shades of Falu Red #75210D
Tints of Falu Red #75210D
RGB
CMYK
RGB Variations
Color information
#75210D (or 0x75210D) is known color: Falu Red. HEX triplet: 75, 21 and 0D. RGB value is (117,33,13). Sum of RGB (Red+Green+Blue) = 117+33+13=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75210D is #8ADEF2. Grayscale: #383838. Windows color (decimal): -9101043 or 860533. OLE color: 860533.
HSL color Cylindrical-coordinate representation of color #75210D: hue angle of 11.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75210D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 13 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.54 |
| HSL | 11.54º | 0.8% | 0.25% | - |
| HSV(B) | 11.54º | 0.89% | 0.46% | - |
| XYZ | 7.95 | 4.9 | 0.91 | - |
| YUV | 55.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 13 | 0 | 0.72 | 0.89 | 0.54 | 11.54 | 0.8 | 0.25 |
| Hex | 75 | 21 | D | 0 | 48 | 59 | 36 | C | 50 | 19 |
| Octal | 165 | 41 | 15 | 0 | 110 | 131 | 66 | 14 | 120 | 31 |
| Binary | 1110101 | 100001 | 1101 | 0 | 1001000 | 1011001 | 110110 | 1100 | 1010000 | 11001 |
Color Harmonies of #75210D
Complementary color
Monochromatic Colors of #75210D
Black with #75210D
Text Example
Text Example
White with #75210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75210D; }
p { color: rgb(117,33,13); }
H1.HeaderClassName
{
color: #75210D;
}
.AnyTagClassName
{
color: #75210D;
}
</style>
background-color css
<style>
a { background-color: #75210D; }
a { background-color: rgb(117,33,13); }
div.DivClassName
{
background-color: #75210D;
}
.BgClassName
{
background-color: #75210D;
}
</style>
border-color css
<style>
span { border-color: #75210D; }
span { border-color: rgb(117,33,13); }
td.TdClassName
{
border-color: #75210D;
}
.TagClassName
{
border-color: #75210D;
}
</style>