Shades of Finn #753B59
Tints of Finn #753B59
RGB
CMYK
RGB Variations
Color information
#753B59 (or 0x753B59) is known color: Finn. HEX triplet: 75, 3B and 59. RGB value is (117,59,89). Sum of RGB (Red+Green+Blue) = 117+59+89=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B59 is #8AC4A6. Grayscale: #4F4F4F. Windows color (decimal): -9094311 or 5847925. OLE color: 5847925.
HSL color Cylindrical-coordinate representation of color #753B59: hue angle of 328.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B59 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 89 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.54 |
| HSL | 328.97º | 0.33% | 0.35% | - |
| HSV(B) | 328.97º | 0.5% | 0.46% | - |
| XYZ | 10.7 | 7.63 | 10.36 | - |
| YUV | 79.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 89 | 0 | 0.50 | 0.24 | 0.54 | 328.97 | 0.33 | 0.35 |
| Hex | 75 | 3B | 59 | 0 | 32 | 18 | 36 | 149 | 21 | 23 |
| Octal | 165 | 73 | 131 | 0 | 62 | 30 | 66 | 511 | 41 | 43 |
| Binary | 1110101 | 111011 | 1011001 | 0 | 110010 | 11000 | 110110 | 101001001 | 100001 | 100011 |
Color Harmonies of #753B59
Complementary color
Monochromatic Colors of #753B59
Black with #753B59
Text Example
Text Example
White with #753B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B59; }
p { color: rgb(117,59,89); }
H1.HeaderClassName
{
color: #753B59;
}
.AnyTagClassName
{
color: #753B59;
}
</style>
background-color css
<style>
a { background-color: #753B59; }
a { background-color: rgb(117,59,89); }
div.DivClassName
{
background-color: #753B59;
}
.BgClassName
{
background-color: #753B59;
}
</style>
border-color css
<style>
span { border-color: #753B59; }
span { border-color: rgb(117,59,89); }
td.TdClassName
{
border-color: #753B59;
}
.TagClassName
{
border-color: #753B59;
}
</style>