Shades of Finn #733D57
Tints of Finn #733D57
RGB
CMYK
RGB Variations
Color information
#733D57 (or 0x733D57) is known color: Finn. HEX triplet: 73, 3D and 57. RGB value is (115,61,87). Sum of RGB (Red+Green+Blue) = 115+61+87=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #733D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D57 is #8CC2A8. Grayscale: #505050. Windows color (decimal): -9224873 or 5717363. OLE color: 5717363.
HSL color Cylindrical-coordinate representation of color #733D57: hue angle of 331.11º 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 #733D57 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 87 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.55 |
| HSL | 331.11º | 0.31% | 0.35% | - |
| HSV(B) | 331.11º | 0.47% | 0.45% | - |
| XYZ | 10.46 | 7.67 | 9.95 | - |
| YUV | 80.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 87 | 0 | 0.47 | 0.24 | 0.55 | 331.11 | 0.31 | 0.35 |
| Hex | 73 | 3D | 57 | 0 | 2F | 18 | 37 | 14B | 1F | 23 |
| Octal | 163 | 75 | 127 | 0 | 57 | 30 | 67 | 513 | 37 | 43 |
| Binary | 1110011 | 111101 | 1010111 | 0 | 101111 | 11000 | 110111 | 101001011 | 11111 | 100011 |
Color Harmonies of #733D57
Complementary color
Monochromatic Colors of #733D57
Black with #733D57
Text Example
Text Example
White with #733D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D57; }
p { color: rgb(115,61,87); }
H1.HeaderClassName
{
color: #733D57;
}
.AnyTagClassName
{
color: #733D57;
}
</style>
background-color css
<style>
a { background-color: #733D57; }
a { background-color: rgb(115,61,87); }
div.DivClassName
{
background-color: #733D57;
}
.BgClassName
{
background-color: #733D57;
}
</style>
border-color css
<style>
span { border-color: #733D57; }
span { border-color: rgb(115,61,87); }
td.TdClassName
{
border-color: #733D57;
}
.TagClassName
{
border-color: #733D57;
}
</style>