Shades of Falu Red #752018
Tints of Falu Red #752018
RGB
CMYK
RGB Variations
Color information
#752018 (or 0x752018) is known color: Falu Red. HEX triplet: 75, 20 and 18. RGB value is (117,32,24). Sum of RGB (Red+Green+Blue) = 117+32+24=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752018 is #8ADFE7. Grayscale: #383838. Windows color (decimal): -9101288 or 1581173. OLE color: 1581173.
HSL color Cylindrical-coordinate representation of color #752018: hue angle of 5.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752018 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 24 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.54 |
| HSL | 5.16º | 0.66% | 0.28% | - |
| HSV(B) | 5.16º | 0.79% | 0.46% | - |
| XYZ | 8.02 | 4.88 | 1.38 | - |
| YUV | 56.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 24 | 0 | 0.73 | 0.79 | 0.54 | 5.16 | 0.66 | 0.28 |
| Hex | 75 | 20 | 18 | 0 | 49 | 4F | 36 | 5 | 42 | 1C |
| Octal | 165 | 40 | 30 | 0 | 111 | 117 | 66 | 5 | 102 | 34 |
| Binary | 1110101 | 100000 | 11000 | 0 | 1001001 | 1001111 | 110110 | 101 | 1000010 | 11100 |
Color Harmonies of #752018
Complementary color
Monochromatic Colors of #752018
Black with #752018
Text Example
Text Example
White with #752018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752018; }
p { color: rgb(117,32,24); }
H1.HeaderClassName
{
color: #752018;
}
.AnyTagClassName
{
color: #752018;
}
</style>
background-color css
<style>
a { background-color: #752018; }
a { background-color: rgb(117,32,24); }
div.DivClassName
{
background-color: #752018;
}
.BgClassName
{
background-color: #752018;
}
</style>
border-color css
<style>
span { border-color: #752018; }
span { border-color: rgb(117,32,24); }
td.TdClassName
{
border-color: #752018;
}
.TagClassName
{
border-color: #752018;
}
</style>