Shades of Finn #743B56
Tints of Finn #743B56
RGB
CMYK
RGB Variations
Color information
#743B56 (or 0x743B56) is known color: Finn. HEX triplet: 74, 3B and 56. RGB value is (116,59,86). Sum of RGB (Red+Green+Blue) = 116+59+86=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #743B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B56 is #8BC4A9. Grayscale: #4F4F4F. Windows color (decimal): -9159850 or 5651316. OLE color: 5651316.
HSL color Cylindrical-coordinate representation of color #743B56: hue angle of 331.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B56 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 86 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.55 |
| HSL | 331.58º | 0.33% | 0.34% | - |
| HSV(B) | 331.58º | 0.49% | 0.45% | - |
| XYZ | 10.45 | 7.51 | 9.7 | - |
| YUV | 79.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 86 | 0 | 0.49 | 0.26 | 0.55 | 331.58 | 0.33 | 0.34 |
| Hex | 74 | 3B | 56 | 0 | 31 | 1A | 37 | 14C | 21 | 22 |
| Octal | 164 | 73 | 126 | 0 | 61 | 32 | 67 | 514 | 41 | 42 |
| Binary | 1110100 | 111011 | 1010110 | 0 | 110001 | 11010 | 110111 | 101001100 | 100001 | 100010 |
Color Harmonies of #743B56
Complementary color
Monochromatic Colors of #743B56
Black with #743B56
Text Example
Text Example
White with #743B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B56; }
p { color: rgb(116,59,86); }
H1.HeaderClassName
{
color: #743B56;
}
.AnyTagClassName
{
color: #743B56;
}
</style>
background-color css
<style>
a { background-color: #743B56; }
a { background-color: rgb(116,59,86); }
div.DivClassName
{
background-color: #743B56;
}
.BgClassName
{
background-color: #743B56;
}
</style>
border-color css
<style>
span { border-color: #743B56; }
span { border-color: rgb(116,59,86); }
td.TdClassName
{
border-color: #743B56;
}
.TagClassName
{
border-color: #743B56;
}
</style>