Shades of Finn #743E53
Tints of Finn #743E53
RGB
CMYK
RGB Variations
Color information
#743E53 (or 0x743E53) is known color: Finn. HEX triplet: 74, 3E and 53. RGB value is (116,62,83). Sum of RGB (Red+Green+Blue) = 116+62+83=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #743E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E53 is #8BC1AC. Grayscale: #505050. Windows color (decimal): -9159085 or 5455476. OLE color: 5455476.
HSL color Cylindrical-coordinate representation of color #743E53: hue angle of 336.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E53 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 83 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.55 |
| HSL | 336.67º | 0.3% | 0.35% | - |
| HSV(B) | 336.67º | 0.47% | 0.45% | - |
| XYZ | 10.49 | 7.78 | 9.13 | - |
| YUV | 80.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 83 | 0 | 0.47 | 0.28 | 0.55 | 336.67 | 0.3 | 0.35 |
| Hex | 74 | 3E | 53 | 0 | 2F | 1C | 37 | 151 | 1E | 23 |
| Octal | 164 | 76 | 123 | 0 | 57 | 34 | 67 | 521 | 36 | 43 |
| Binary | 1110100 | 111110 | 1010011 | 0 | 101111 | 11100 | 110111 | 101010001 | 11110 | 100011 |
Color Harmonies of #743E53
Complementary color
Monochromatic Colors of #743E53
Black with #743E53
Text Example
Text Example
White with #743E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E53; }
p { color: rgb(116,62,83); }
H1.HeaderClassName
{
color: #743E53;
}
.AnyTagClassName
{
color: #743E53;
}
</style>
background-color css
<style>
a { background-color: #743E53; }
a { background-color: rgb(116,62,83); }
div.DivClassName
{
background-color: #743E53;
}
.BgClassName
{
background-color: #743E53;
}
</style>
border-color css
<style>
span { border-color: #743E53; }
span { border-color: rgb(116,62,83); }
td.TdClassName
{
border-color: #743E53;
}
.TagClassName
{
border-color: #743E53;
}
</style>