Shades of Finn #733A56
Tints of Finn #733A56
RGB
CMYK
RGB Variations
Color information
#733A56 (or 0x733A56) is known color: Finn. HEX triplet: 73, 3A and 56. RGB value is (115,58,86). Sum of RGB (Red+Green+Blue) = 115+58+86=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #733A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A56 is #8CC5A9. Grayscale: #4E4E4E. Windows color (decimal): -9225642 or 5651059. OLE color: 5651059.
HSL color Cylindrical-coordinate representation of color #733A56: hue angle of 330.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A56 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 86 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.55 |
| HSL | 330.53º | 0.33% | 0.34% | - |
| HSV(B) | 330.53º | 0.5% | 0.45% | - |
| XYZ | 10.26 | 7.34 | 9.68 | - |
| YUV | 78.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 86 | 0 | 0.50 | 0.25 | 0.55 | 330.53 | 0.33 | 0.34 |
| Hex | 73 | 3A | 56 | 0 | 32 | 19 | 37 | 14B | 21 | 22 |
| Octal | 163 | 72 | 126 | 0 | 62 | 31 | 67 | 513 | 41 | 42 |
| Binary | 1110011 | 111010 | 1010110 | 0 | 110010 | 11001 | 110111 | 101001011 | 100001 | 100010 |
Color Harmonies of #733A56
Complementary color
Monochromatic Colors of #733A56
Black with #733A56
Text Example
Text Example
White with #733A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A56; }
p { color: rgb(115,58,86); }
H1.HeaderClassName
{
color: #733A56;
}
.AnyTagClassName
{
color: #733A56;
}
</style>
background-color css
<style>
a { background-color: #733A56; }
a { background-color: rgb(115,58,86); }
div.DivClassName
{
background-color: #733A56;
}
.BgClassName
{
background-color: #733A56;
}
</style>
border-color css
<style>
span { border-color: #733A56; }
span { border-color: rgb(115,58,86); }
td.TdClassName
{
border-color: #733A56;
}
.TagClassName
{
border-color: #733A56;
}
</style>