Shades of Falu Red #75250E
Tints of Falu Red #75250E
RGB
CMYK
RGB Variations
Color information
#75250E (or 0x75250E) is known color: Falu Red. HEX triplet: 75, 25 and 0E. RGB value is (117,37,14). Sum of RGB (Red+Green+Blue) = 117+37+14=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75250E is #8ADAF1. Grayscale: #3A3A3A. Windows color (decimal): -9100018 or 927093. OLE color: 927093.
HSL color Cylindrical-coordinate representation of color #75250E: hue angle of 13.4º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75250E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 14 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.54 |
| HSL | 13.4º | 0.79% | 0.26% | - |
| HSV(B) | 13.4º | 0.88% | 0.46% | - |
| XYZ | 8.08 | 5.14 | 0.98 | - |
| YUV | 58.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 14 | 0 | 0.68 | 0.88 | 0.54 | 13.4 | 0.79 | 0.26 |
| Hex | 75 | 25 | E | 0 | 44 | 58 | 36 | D | 4F | 1A |
| Octal | 165 | 45 | 16 | 0 | 104 | 130 | 66 | 15 | 117 | 32 |
| Binary | 1110101 | 100101 | 1110 | 0 | 1000100 | 1011000 | 110110 | 1101 | 1001111 | 11010 |
Color Harmonies of #75250E
Complementary color
Monochromatic Colors of #75250E
Black with #75250E
Text Example
Text Example
White with #75250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75250E; }
p { color: rgb(117,37,14); }
H1.HeaderClassName
{
color: #75250E;
}
.AnyTagClassName
{
color: #75250E;
}
</style>
background-color css
<style>
a { background-color: #75250E; }
a { background-color: rgb(117,37,14); }
div.DivClassName
{
background-color: #75250E;
}
.BgClassName
{
background-color: #75250E;
}
</style>
border-color css
<style>
span { border-color: #75250E; }
span { border-color: rgb(117,37,14); }
td.TdClassName
{
border-color: #75250E;
}
.TagClassName
{
border-color: #75250E;
}
</style>