Shades of Finn #753C53
Tints of Finn #753C53
RGB
CMYK
RGB Variations
Color information
#753C53 (or 0x753C53) is known color: Finn. HEX triplet: 75, 3C and 53. RGB value is (117,60,83). Sum of RGB (Red+Green+Blue) = 117+60+83=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #753C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C53 is #8AC3AC. Grayscale: #4F4F4F. Windows color (decimal): -9094061 or 5454965. OLE color: 5454965.
HSL color Cylindrical-coordinate representation of color #753C53: hue angle of 335.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C53 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 83 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.54 |
| HSL | 335.79º | 0.32% | 0.35% | - |
| HSV(B) | 335.79º | 0.49% | 0.46% | - |
| XYZ | 10.51 | 7.64 | 9.1 | - |
| YUV | 79.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 83 | 0 | 0.49 | 0.29 | 0.54 | 335.79 | 0.32 | 0.35 |
| Hex | 75 | 3C | 53 | 0 | 31 | 1D | 36 | 150 | 20 | 23 |
| Octal | 165 | 74 | 123 | 0 | 61 | 35 | 66 | 520 | 40 | 43 |
| Binary | 1110101 | 111100 | 1010011 | 0 | 110001 | 11101 | 110110 | 101010000 | 100000 | 100011 |
Color Harmonies of #753C53
Complementary color
Monochromatic Colors of #753C53
Black with #753C53
Text Example
Text Example
White with #753C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C53; }
p { color: rgb(117,60,83); }
H1.HeaderClassName
{
color: #753C53;
}
.AnyTagClassName
{
color: #753C53;
}
</style>
background-color css
<style>
a { background-color: #753C53; }
a { background-color: rgb(117,60,83); }
div.DivClassName
{
background-color: #753C53;
}
.BgClassName
{
background-color: #753C53;
}
</style>
border-color css
<style>
span { border-color: #753C53; }
span { border-color: rgb(117,60,83); }
td.TdClassName
{
border-color: #753C53;
}
.TagClassName
{
border-color: #753C53;
}
</style>