Shades of Falu Red #75251C
Tints of Falu Red #75251C
RGB
CMYK
RGB Variations
Color information
#75251C (or 0x75251C) is known color: Falu Red. HEX triplet: 75, 25 and 1C. RGB value is (117,37,28). Sum of RGB (Red+Green+Blue) = 117+37+28=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75251C is #8ADAE3. Grayscale: #3C3C3C. Windows color (decimal): -9100004 or 1844597. OLE color: 1844597.
HSL color Cylindrical-coordinate representation of color #75251C: hue angle of 6.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75251C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 28 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.54 |
| HSL | 6.07º | 0.61% | 0.28% | - |
| HSV(B) | 6.07º | 0.76% | 0.46% | - |
| XYZ | 8.21 | 5.19 | 1.67 | - |
| YUV | 59.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 28 | 0 | 0.68 | 0.76 | 0.54 | 6.07 | 0.61 | 0.28 |
| Hex | 75 | 25 | 1C | 0 | 44 | 4C | 36 | 6 | 3D | 1C |
| Octal | 165 | 45 | 34 | 0 | 104 | 114 | 66 | 6 | 75 | 34 |
| Binary | 1110101 | 100101 | 11100 | 0 | 1000100 | 1001100 | 110110 | 110 | 111101 | 11100 |
Color Harmonies of #75251C
Complementary color
Monochromatic Colors of #75251C
Black with #75251C
Text Example
Text Example
White with #75251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75251C; }
p { color: rgb(117,37,28); }
H1.HeaderClassName
{
color: #75251C;
}
.AnyTagClassName
{
color: #75251C;
}
</style>
background-color css
<style>
a { background-color: #75251C; }
a { background-color: rgb(117,37,28); }
div.DivClassName
{
background-color: #75251C;
}
.BgClassName
{
background-color: #75251C;
}
</style>
border-color css
<style>
span { border-color: #75251C; }
span { border-color: rgb(117,37,28); }
td.TdClassName
{
border-color: #75251C;
}
.TagClassName
{
border-color: #75251C;
}
</style>