Shades of Falu Red #752103
Tints of Falu Red #752103
RGB
CMYK
RGB Variations
Color information
#752103 (or 0x752103) is known color: Falu Red. HEX triplet: 75, 21 and 03. RGB value is (117,33,3). Sum of RGB (Red+Green+Blue) = 117+33+3=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752103 is #8ADEFC. Grayscale: #363636. Windows color (decimal): -9101053 or 205173. OLE color: 205173.
HSL color Cylindrical-coordinate representation of color #752103: hue angle of 15.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752103 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 3 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.54 |
| HSL | 15.79º | 0.95% | 0.24% | - |
| HSV(B) | 15.79º | 0.97% | 0.46% | - |
| XYZ | 7.9 | 4.88 | 0.61 | - |
| YUV | 54.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 3 | 0 | 0.72 | 0.97 | 0.54 | 15.79 | 0.95 | 0.24 |
| Hex | 75 | 21 | 3 | 0 | 48 | 61 | 36 | 10 | 5F | 18 |
| Octal | 165 | 41 | 3 | 0 | 110 | 141 | 66 | 20 | 137 | 30 |
| Binary | 1110101 | 100001 | 11 | 0 | 1001000 | 1100001 | 110110 | 10000 | 1011111 | 11000 |
Color Harmonies of #752103
Complementary color
Monochromatic Colors of #752103
Black with #752103
Text Example
Text Example
White with #752103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752103; }
p { color: rgb(117,33,3); }
H1.HeaderClassName
{
color: #752103;
}
.AnyTagClassName
{
color: #752103;
}
</style>
background-color css
<style>
a { background-color: #752103; }
a { background-color: rgb(117,33,3); }
div.DivClassName
{
background-color: #752103;
}
.BgClassName
{
background-color: #752103;
}
</style>
border-color css
<style>
span { border-color: #752103; }
span { border-color: rgb(117,33,3); }
td.TdClassName
{
border-color: #752103;
}
.TagClassName
{
border-color: #752103;
}
</style>