Shades of Falu Red #75250D
Tints of Falu Red #75250D
RGB
CMYK
RGB Variations
Color information
#75250D (or 0x75250D) is known color: Falu Red. HEX triplet: 75, 25 and 0D. RGB value is (117,37,13). Sum of RGB (Red+Green+Blue) = 117+37+13=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75250D is #8ADAF2. Grayscale: #3A3A3A. Windows color (decimal): -9100019 or 861557. OLE color: 861557.
HSL color Cylindrical-coordinate representation of color #75250D: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75250D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 13 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.54 |
| HSL | 13.85º | 0.8% | 0.25% | - |
| HSV(B) | 13.85º | 0.89% | 0.46% | - |
| XYZ | 8.07 | 5.13 | 0.95 | - |
| YUV | 58.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 13 | 0 | 0.68 | 0.89 | 0.54 | 13.85 | 0.8 | 0.25 |
| Hex | 75 | 25 | D | 0 | 44 | 59 | 36 | E | 50 | 19 |
| Octal | 165 | 45 | 15 | 0 | 104 | 131 | 66 | 16 | 120 | 31 |
| Binary | 1110101 | 100101 | 1101 | 0 | 1000100 | 1011001 | 110110 | 1110 | 1010000 | 11001 |
Color Harmonies of #75250D
Complementary color
Monochromatic Colors of #75250D
Black with #75250D
Text Example
Text Example
White with #75250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75250D; }
p { color: rgb(117,37,13); }
H1.HeaderClassName
{
color: #75250D;
}
.AnyTagClassName
{
color: #75250D;
}
</style>
background-color css
<style>
a { background-color: #75250D; }
a { background-color: rgb(117,37,13); }
div.DivClassName
{
background-color: #75250D;
}
.BgClassName
{
background-color: #75250D;
}
</style>
border-color css
<style>
span { border-color: #75250D; }
span { border-color: rgb(117,37,13); }
td.TdClassName
{
border-color: #75250D;
}
.TagClassName
{
border-color: #75250D;
}
</style>