Shades of Falu Red #75250C
Tints of Falu Red #75250C
RGB
CMYK
RGB Variations
Color information
#75250C (or 0x75250C) is known color: Falu Red. HEX triplet: 75, 25 and 0C. RGB value is (117,37,12). Sum of RGB (Red+Green+Blue) = 117+37+12=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75250C is #8ADAF3. Grayscale: #3A3A3A. Windows color (decimal): -9100020 or 796021. OLE color: 796021.
HSL color Cylindrical-coordinate representation of color #75250C: hue angle of 14.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75250C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 12 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.54 |
| HSL | 14.29º | 0.81% | 0.25% | - |
| HSV(B) | 14.29º | 0.9% | 0.46% | - |
| XYZ | 8.06 | 5.13 | 0.91 | - |
| YUV | 58.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 12 | 0 | 0.68 | 0.90 | 0.54 | 14.29 | 0.81 | 0.25 |
| Hex | 75 | 25 | C | 0 | 44 | 5A | 36 | E | 51 | 19 |
| Octal | 165 | 45 | 14 | 0 | 104 | 132 | 66 | 16 | 121 | 31 |
| Binary | 1110101 | 100101 | 1100 | 0 | 1000100 | 1011010 | 110110 | 1110 | 1010001 | 11001 |
Color Harmonies of #75250C
Complementary color
Monochromatic Colors of #75250C
Black with #75250C
Text Example
Text Example
White with #75250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75250C; }
p { color: rgb(117,37,12); }
H1.HeaderClassName
{
color: #75250C;
}
.AnyTagClassName
{
color: #75250C;
}
</style>
background-color css
<style>
a { background-color: #75250C; }
a { background-color: rgb(117,37,12); }
div.DivClassName
{
background-color: #75250C;
}
.BgClassName
{
background-color: #75250C;
}
</style>
border-color css
<style>
span { border-color: #75250C; }
span { border-color: rgb(117,37,12); }
td.TdClassName
{
border-color: #75250C;
}
.TagClassName
{
border-color: #75250C;
}
</style>