Shades of Falu Red #75130B
Tints of Falu Red #75130B
RGB
CMYK
RGB Variations
Color information
#75130B (or 0x75130B) is known color: Falu Red. HEX triplet: 75, 13 and 0B. RGB value is (117,19,11). Sum of RGB (Red+Green+Blue) = 117+19+11=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75130B is #8AECF4. Grayscale: #2F2F2F. Windows color (decimal): -9104629 or 725877. OLE color: 725877.
HSL color Cylindrical-coordinate representation of color #75130B: hue angle of 4.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75130B is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 11 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.54 |
| HSL | 4.53º | 0.83% | 0.25% | - |
| HSV(B) | 4.53º | 0.91% | 0.46% | - |
| XYZ | 7.63 | 4.27 | 0.74 | - |
| YUV | 47.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 11 | 0 | 0.84 | 0.91 | 0.54 | 4.53 | 0.83 | 0.25 |
| Hex | 75 | 13 | B | 0 | 54 | 5B | 36 | 5 | 53 | 19 |
| Octal | 165 | 23 | 13 | 0 | 124 | 133 | 66 | 5 | 123 | 31 |
| Binary | 1110101 | 10011 | 1011 | 0 | 1010100 | 1011011 | 110110 | 101 | 1010011 | 11001 |
Color Harmonies of #75130B
Complementary color
Monochromatic Colors of #75130B
Black with #75130B
Text Example
Text Example
White with #75130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75130B; }
p { color: rgb(117,19,11); }
H1.HeaderClassName
{
color: #75130B;
}
.AnyTagClassName
{
color: #75130B;
}
</style>
background-color css
<style>
a { background-color: #75130B; }
a { background-color: rgb(117,19,11); }
div.DivClassName
{
background-color: #75130B;
}
.BgClassName
{
background-color: #75130B;
}
</style>
border-color css
<style>
span { border-color: #75130B; }
span { border-color: rgb(117,19,11); }
td.TdClassName
{
border-color: #75130B;
}
.TagClassName
{
border-color: #75130B;
}
</style>