Shades of Falu Red #75241C
Tints of Falu Red #75241C
RGB
CMYK
RGB Variations
Color information
#75241C (or 0x75241C) is known color: Falu Red. HEX triplet: 75, 24 and 1C. RGB value is (117,36,28). Sum of RGB (Red+Green+Blue) = 117+36+28=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75241C is #8ADBE3. Grayscale: #3B3B3B. Windows color (decimal): -9100260 or 1844341. OLE color: 1844341.
HSL color Cylindrical-coordinate representation of color #75241C: hue angle of 5.39º 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 #75241C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 28 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.54 |
| HSL | 5.39º | 0.61% | 0.28% | - |
| HSV(B) | 5.39º | 0.76% | 0.46% | - |
| XYZ | 8.18 | 5.13 | 1.66 | - |
| YUV | 59.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 28 | 0 | 0.69 | 0.76 | 0.54 | 5.39 | 0.61 | 0.28 |
| Hex | 75 | 24 | 1C | 0 | 45 | 4C | 36 | 5 | 3D | 1C |
| Octal | 165 | 44 | 34 | 0 | 105 | 114 | 66 | 5 | 75 | 34 |
| Binary | 1110101 | 100100 | 11100 | 0 | 1000101 | 1001100 | 110110 | 101 | 111101 | 11100 |
Color Harmonies of #75241C
Complementary color
Monochromatic Colors of #75241C
Black with #75241C
Text Example
Text Example
White with #75241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75241C; }
p { color: rgb(117,36,28); }
H1.HeaderClassName
{
color: #75241C;
}
.AnyTagClassName
{
color: #75241C;
}
</style>
background-color css
<style>
a { background-color: #75241C; }
a { background-color: rgb(117,36,28); }
div.DivClassName
{
background-color: #75241C;
}
.BgClassName
{
background-color: #75241C;
}
</style>
border-color css
<style>
span { border-color: #75241C; }
span { border-color: rgb(117,36,28); }
td.TdClassName
{
border-color: #75241C;
}
.TagClassName
{
border-color: #75241C;
}
</style>