Shades of Finn #733D59
Tints of Finn #733D59
RGB
CMYK
RGB Variations
Color information
#733D59 (or 0x733D59) is known color: Finn. HEX triplet: 73, 3D and 59. RGB value is (115,61,89). Sum of RGB (Red+Green+Blue) = 115+61+89=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D59 is #8CC2A6. Grayscale: #505050. Windows color (decimal): -9224871 or 5848435. OLE color: 5848435.
HSL color Cylindrical-coordinate representation of color #733D59: hue angle of 328.89º 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 #733D59 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 89 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.55 |
| HSL | 328.89º | 0.31% | 0.35% | - |
| HSV(B) | 328.89º | 0.47% | 0.45% | - |
| XYZ | 10.54 | 7.7 | 10.38 | - |
| YUV | 80.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 89 | 0 | 0.47 | 0.23 | 0.55 | 328.89 | 0.31 | 0.35 |
| Hex | 73 | 3D | 59 | 0 | 2F | 17 | 37 | 149 | 1F | 23 |
| Octal | 163 | 75 | 131 | 0 | 57 | 27 | 67 | 511 | 37 | 43 |
| Binary | 1110011 | 111101 | 1011001 | 0 | 101111 | 10111 | 110111 | 101001001 | 11111 | 100011 |
Color Harmonies of #733D59
Complementary color
Monochromatic Colors of #733D59
Black with #733D59
Text Example
Text Example
White with #733D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D59; }
p { color: rgb(115,61,89); }
H1.HeaderClassName
{
color: #733D59;
}
.AnyTagClassName
{
color: #733D59;
}
</style>
background-color css
<style>
a { background-color: #733D59; }
a { background-color: rgb(115,61,89); }
div.DivClassName
{
background-color: #733D59;
}
.BgClassName
{
background-color: #733D59;
}
</style>
border-color css
<style>
span { border-color: #733D59; }
span { border-color: rgb(115,61,89); }
td.TdClassName
{
border-color: #733D59;
}
.TagClassName
{
border-color: #733D59;
}
</style>