Shades of Falu Red #75210B
Tints of Falu Red #75210B
RGB
CMYK
RGB Variations
Color information
#75210B (or 0x75210B) is known color: Falu Red. HEX triplet: 75, 21 and 0B. RGB value is (117,33,11). Sum of RGB (Red+Green+Blue) = 117+33+11=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75210B is #8ADEF4. Grayscale: #373737. Windows color (decimal): -9101045 or 729461. OLE color: 729461.
HSL color Cylindrical-coordinate representation of color #75210B: hue angle of 12.45º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75210B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 11 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.54 |
| HSL | 12.45º | 0.83% | 0.25% | - |
| HSV(B) | 12.45º | 0.91% | 0.46% | - |
| XYZ | 7.94 | 4.89 | 0.84 | - |
| YUV | 55.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 11 | 0 | 0.72 | 0.91 | 0.54 | 12.45 | 0.83 | 0.25 |
| Hex | 75 | 21 | B | 0 | 48 | 5B | 36 | C | 53 | 19 |
| Octal | 165 | 41 | 13 | 0 | 110 | 133 | 66 | 14 | 123 | 31 |
| Binary | 1110101 | 100001 | 1011 | 0 | 1001000 | 1011011 | 110110 | 1100 | 1010011 | 11001 |
Color Harmonies of #75210B
Complementary color
Monochromatic Colors of #75210B
Black with #75210B
Text Example
Text Example
White with #75210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75210B; }
p { color: rgb(117,33,11); }
H1.HeaderClassName
{
color: #75210B;
}
.AnyTagClassName
{
color: #75210B;
}
</style>
background-color css
<style>
a { background-color: #75210B; }
a { background-color: rgb(117,33,11); }
div.DivClassName
{
background-color: #75210B;
}
.BgClassName
{
background-color: #75210B;
}
</style>
border-color css
<style>
span { border-color: #75210B; }
span { border-color: rgb(117,33,11); }
td.TdClassName
{
border-color: #75210B;
}
.TagClassName
{
border-color: #75210B;
}
</style>