Shades of Falu Red #752212
Tints of Falu Red #752212
RGB
CMYK
RGB Variations
Color information
#752212 (or 0x752212) is known color: Falu Red. HEX triplet: 75, 22 and 12. RGB value is (117,34,18). Sum of RGB (Red+Green+Blue) = 117+34+18=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752212 is #8ADDED. Grayscale: #393939. Windows color (decimal): -9100782 or 1188469. OLE color: 1188469.
HSL color Cylindrical-coordinate representation of color #752212: hue angle of 9.7º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752212 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 18 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.54 |
| HSL | 9.7º | 0.73% | 0.26% | - |
| HSV(B) | 9.7º | 0.85% | 0.46% | - |
| XYZ | 8.02 | 4.97 | 1.11 | - |
| YUV | 56.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 18 | 0 | 0.71 | 0.85 | 0.54 | 9.7 | 0.73 | 0.26 |
| Hex | 75 | 22 | 12 | 0 | 47 | 55 | 36 | A | 49 | 1A |
| Octal | 165 | 42 | 22 | 0 | 107 | 125 | 66 | 12 | 111 | 32 |
| Binary | 1110101 | 100010 | 10010 | 0 | 1000111 | 1010101 | 110110 | 1010 | 1001001 | 11010 |
Color Harmonies of #752212
Complementary color
Monochromatic Colors of #752212
Black with #752212
Text Example
Text Example
White with #752212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752212; }
p { color: rgb(117,34,18); }
H1.HeaderClassName
{
color: #752212;
}
.AnyTagClassName
{
color: #752212;
}
</style>
background-color css
<style>
a { background-color: #752212; }
a { background-color: rgb(117,34,18); }
div.DivClassName
{
background-color: #752212;
}
.BgClassName
{
background-color: #752212;
}
</style>
border-color css
<style>
span { border-color: #752212; }
span { border-color: rgb(117,34,18); }
td.TdClassName
{
border-color: #752212;
}
.TagClassName
{
border-color: #752212;
}
</style>