Shades of Finn #753D53
Tints of Finn #753D53
RGB
CMYK
RGB Variations
Color information
#753D53 (or 0x753D53) is known color: Finn. HEX triplet: 75, 3D and 53. RGB value is (117,61,83). Sum of RGB (Red+Green+Blue) = 117+61+83=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D53 is #8AC2AC. Grayscale: #505050. Windows color (decimal): -9093805 or 5455221. OLE color: 5455221.
HSL color Cylindrical-coordinate representation of color #753D53: hue angle of 336.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D53 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 83 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.54 |
| HSL | 336.43º | 0.31% | 0.35% | - |
| HSV(B) | 336.43º | 0.48% | 0.46% | - |
| XYZ | 10.57 | 7.74 | 9.12 | - |
| YUV | 80.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 83 | 0 | 0.48 | 0.29 | 0.54 | 336.43 | 0.31 | 0.35 |
| Hex | 75 | 3D | 53 | 0 | 30 | 1D | 36 | 150 | 1F | 23 |
| Octal | 165 | 75 | 123 | 0 | 60 | 35 | 66 | 520 | 37 | 43 |
| Binary | 1110101 | 111101 | 1010011 | 0 | 110000 | 11101 | 110110 | 101010000 | 11111 | 100011 |
Color Harmonies of #753D53
Complementary color
Monochromatic Colors of #753D53
Black with #753D53
Text Example
Text Example
White with #753D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D53; }
p { color: rgb(117,61,83); }
H1.HeaderClassName
{
color: #753D53;
}
.AnyTagClassName
{
color: #753D53;
}
</style>
background-color css
<style>
a { background-color: #753D53; }
a { background-color: rgb(117,61,83); }
div.DivClassName
{
background-color: #753D53;
}
.BgClassName
{
background-color: #753D53;
}
</style>
border-color css
<style>
span { border-color: #753D53; }
span { border-color: rgb(117,61,83); }
td.TdClassName
{
border-color: #753D53;
}
.TagClassName
{
border-color: #753D53;
}
</style>