Shades of Finn #743D56
Tints of Finn #743D56
RGB
CMYK
RGB Variations
Color information
#743D56 (or 0x743D56) is known color: Finn. HEX triplet: 74, 3D and 56. RGB value is (116,61,86). Sum of RGB (Red+Green+Blue) = 116+61+86=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D56 is #8BC2A9. Grayscale: #505050. Windows color (decimal): -9159338 or 5651828. OLE color: 5651828.
HSL color Cylindrical-coordinate representation of color #743D56: hue angle of 332.73º degrees, saturation: 0.31, 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 #743D56 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 86 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.55 |
| HSL | 332.73º | 0.31% | 0.35% | - |
| HSV(B) | 332.73º | 0.47% | 0.45% | - |
| XYZ | 10.55 | 7.72 | 9.74 | - |
| YUV | 80.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 86 | 0 | 0.47 | 0.26 | 0.55 | 332.73 | 0.31 | 0.35 |
| Hex | 74 | 3D | 56 | 0 | 2F | 1A | 37 | 14D | 1F | 23 |
| Octal | 164 | 75 | 126 | 0 | 57 | 32 | 67 | 515 | 37 | 43 |
| Binary | 1110100 | 111101 | 1010110 | 0 | 101111 | 11010 | 110111 | 101001101 | 11111 | 100011 |
Color Harmonies of #743D56
Complementary color
Monochromatic Colors of #743D56
Black with #743D56
Text Example
Text Example
White with #743D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D56; }
p { color: rgb(116,61,86); }
H1.HeaderClassName
{
color: #743D56;
}
.AnyTagClassName
{
color: #743D56;
}
</style>
background-color css
<style>
a { background-color: #743D56; }
a { background-color: rgb(116,61,86); }
div.DivClassName
{
background-color: #743D56;
}
.BgClassName
{
background-color: #743D56;
}
</style>
border-color css
<style>
span { border-color: #743D56; }
span { border-color: rgb(116,61,86); }
td.TdClassName
{
border-color: #743D56;
}
.TagClassName
{
border-color: #743D56;
}
</style>