Shades of Falu Red #75220A
Tints of Falu Red #75220A
RGB
CMYK
RGB Variations
Color information
#75220A (or 0x75220A) is known color: Falu Red. HEX triplet: 75, 22 and 0A. RGB value is (117,34,10). Sum of RGB (Red+Green+Blue) = 117+34+10=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75220A is #8ADDF5. Grayscale: #383838. Windows color (decimal): -9100790 or 664181. OLE color: 664181.
HSL color Cylindrical-coordinate representation of color #75220A: hue angle of 13.46º degrees, saturation: 0.84, 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 #75220A is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 10 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.54 |
| HSL | 13.46º | 0.84% | 0.25% | - |
| HSV(B) | 13.46º | 0.91% | 0.46% | - |
| XYZ | 7.96 | 4.95 | 0.82 | - |
| YUV | 56.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 10 | 0 | 0.71 | 0.91 | 0.54 | 13.46 | 0.84 | 0.25 |
| Hex | 75 | 22 | A | 0 | 47 | 5B | 36 | D | 54 | 19 |
| Octal | 165 | 42 | 12 | 0 | 107 | 133 | 66 | 15 | 124 | 31 |
| Binary | 1110101 | 100010 | 1010 | 0 | 1000111 | 1011011 | 110110 | 1101 | 1010100 | 11001 |
Color Harmonies of #75220A
Complementary color
Monochromatic Colors of #75220A
Black with #75220A
Text Example
Text Example
White with #75220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75220A; }
p { color: rgb(117,34,10); }
H1.HeaderClassName
{
color: #75220A;
}
.AnyTagClassName
{
color: #75220A;
}
</style>
background-color css
<style>
a { background-color: #75220A; }
a { background-color: rgb(117,34,10); }
div.DivClassName
{
background-color: #75220A;
}
.BgClassName
{
background-color: #75220A;
}
</style>
border-color css
<style>
span { border-color: #75220A; }
span { border-color: rgb(117,34,10); }
td.TdClassName
{
border-color: #75220A;
}
.TagClassName
{
border-color: #75220A;
}
</style>